From 3393e58b0680cfbf15793ce01a674d0217d773f4 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 11 Aug 2025 22:52:13 +0900 Subject: [PATCH 01/35] update DB --- custom-node-list.json | 42 +- extension-node-map.json | 66 +- github-stats.json | 3527 +++++++++++++------------- node_db/dev/custom-node-list.json | 20 + node_db/dev/extension-node-map.json | 32 +- node_db/dev/github-stats.json | 10 + node_db/legacy/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 60 +- node_db/new/extension-node-map.json | 66 +- 9 files changed, 2009 insertions(+), 1824 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 78182b3f..a24c2ab7 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9656,6 +9656,16 @@ "install_type": "git-clone", "description": "Break the execution, save the incompleted image then continue later." }, + { + "author": "shinich39", + "title": "comfyui-global-prompts", + "reference": "https://github.com/shinich39/comfyui-global-prompts", + "files": [ + "https://github.com/shinich39/comfyui-global-prompts" + ], + "install_type": "git-clone", + "description": "Set global prompts using note node." + }, { "author": "wei30172", "title": "comfygen", @@ -29625,7 +29635,7 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS" ], "install_type": "git-clone", - "description": "ComfyUI's custom node package. This custom node has many practical functions, including global variables and process flow control." + "description": "ComfyUI custom node package. This custom node features multiple practical functions, including global variables, flow control, obtaining image or mask dimensions, and Dominant Axis Scale." }, { "author": "zeeoale", @@ -30455,6 +30465,16 @@ "install_type": "git-clone", "description": "This is a custom node for ComfyUI that can be used to generate videos from either a starting frame, an end frame or both; with the Wan2.2 5B model (which uses the new Wan2.2 VAE, unlike Wan 2.2 A14B model wich uses the old Wan2.1 VAE)." }, + { + "author": "stduhpf", + "title": "KSampler for Wan 2.2 MoE for ComfyUI", + "reference": "https://github.com/stduhpf/ComfyUI-WanMoeKSampler", + "files": [ + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler" + ], + "install_type": "git-clone", + "description": "These nodes are made to support 'Mixture of Expert' Flow models with the architecture of Wan2.2 A14B (With a high noise expert and low noise expert). Instead of guessing the denoising step at which to swap from tyhe high noise model to the low noise model, this node automatically chanage to the low noise model when we reach the diffusion timestep at which the signal to noise ratio is supposed to be 1:1." + }, { "author": "kanibus", "title": "KANIBUS - Advanced Eye Tracking ControlNet System", @@ -30728,14 +30748,24 @@ "description": "ExoticArts custom nodes for ComfyUI (EA Power LoRA, etc.)" }, { - "author": "squirrel765", - "title": "lorasubdirectory", - "reference": "https://github.com/andrewsthomasj/lorasubdirectory", + "author": "HSDHCdev", + "title": "AI Pixel Art Enhancer for ComfyUI", + "reference": "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer", "files": [ - "https://github.com/andrewsthomasj/lorasubdirectory" + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer" ], "install_type": "git-clone", - "description": "only show dropdown of loras ina a given subdirectory" + "description": "Pixel art Enhancement Node for ComfyUI" + }, + { + "author": "Rzgar Espo", + "title": "ComfyUI-Qwen-Image-Size-Picker", + "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", + "files": [ + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" + ], + "install_type": "git-clone", + "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." }, diff --git a/extension-node-map.json b/extension-node-map.json index fbc42585..778aa1f2 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -372,9 +372,11 @@ "StringCoordinateToBBoxMask", "StringCoordinateToBBoxes", "TextCustomExtract", - "TextFormat", + "TextFilterComment", + "TextJoinByTextList", "TextJoinMulti", - "TextLoadLocal" + "TextLoadLocal", + "TextPrefixSuffix" ], { "title_aux": "ComfyUI 1hewNodes" @@ -4930,11 +4932,16 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EA_AutoTrimPingPong", "EA_FilenameCombine", + "EA_ListVideos", + "EA_ManifestIndex", + "EA_PingPong", "EA_PowerLora", "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", - "EA_TrimFrames" + "EA_TrimFrames", + "EA_VideoLoad" ], { "title_aux": "comfyui-ea-nodes" @@ -6237,6 +6244,14 @@ "title_aux": "Random Number Button" } ], + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": [ + [ + "AIPixelArtEnhancer" + ], + { + "title_aux": "AI Pixel Art Enhancer for ComfyUI" + } + ], "https://github.com/HWDigi/Factory-Prompts_comfyui": [ [ "FactoryPromptsNegative", @@ -10922,18 +10937,25 @@ ], "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [ [ + "CombineImageBatch", + "GetImageBatch", + "ImageAdjustment", "ImageBlendWithAlpha", + "ImageBoard", "ImageColor", "ImageCombine", "ImageCropToFit", "ImageFromBase64", + "ImageGetColor", "ImageMaskExpand", "ImageOverlay", "ImagePalette", "ImagePalette631", "ImagePrimaryColor", + "ImageResize", "ImageTilingPattern", - "ImageToBase64" + "ImageToBase64", + "SetImageBatch" ], { "title_aux": "ComfyUI S4Tool Image" @@ -12768,11 +12790,8 @@ ], "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ - "StarFrameFromVideo", - "StarIconExporter", - "StarImageLoader1by1", - "StarRandomImageLoader", - "StarSavePanoramaJPEG" + "StarApplyOverlayDepth", + "StarQwenImageRatio" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -16709,15 +16728,6 @@ "title_aux": "CLIP Directional Prompt Attention" } ], - "https://github.com/andrewsthomasj/lorasubdirectory": [ - [ - "LoraModelOnlySubdirectory", - "LoraSubdirectory" - ], - { - "title_aux": "lorasubdirectory" - } - ], "https://github.com/andygill/comfyui-sunflower-nodes": [ [ "DepthViewToIsometric", @@ -33586,7 +33596,8 @@ ], "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": [ [ - "LoRAVisualizer" + "LoRAVisualizer", + "PromptSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35924,6 +35935,14 @@ "title_aux": "ComfyUI_SuperResolution" } ], + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": [ + [ + "QwenImageSize" + ], + { + "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + } + ], "https://github.com/s9roll7/comfyui_cotracker_node": [ [ "CoTrackerNode", @@ -37577,6 +37596,15 @@ "title_aux": "WanImageToVideoTiledVAE for ComfyUI" } ], + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": [ + [ + "WanMoeKSampler", + "WanMoeKSamplerAdvanced" + ], + { + "title_aux": "KSampler for Wan 2.2 MoE for ComfyUI" + } + ], "https://github.com/stepfun-ai/ComfyUI-StepVideo": [ [ "TI2V", diff --git a/github-stats.json b/github-stats.json index 15c904f2..3947db68 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, @@ -12,87 +12,87 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 49, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 49, + "stars": 50, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 54, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 1243, "last_update": "2025-08-07 17:46:23", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1337, + "stars": 1338, "last_update": "2025-04-16 14:02:54", "author_account_age_days": 617 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 93, "last_update": "2025-06-20 07:49:50", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 49, @@ -102,17 +102,17 @@ "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, @@ -122,12 +122,12 @@ "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, @@ -137,17 +137,17 @@ "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 227, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 10, @@ -162,7 +162,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, @@ -187,27 +187,27 @@ "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -217,12 +217,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, @@ -267,7 +267,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 41, @@ -297,12 +297,12 @@ "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2367, - "last_update": "2025-08-08 09:39:42", - "author_account_age_days": 423 + "stars": 2373, + "last_update": "2025-08-11 13:26:24", + "author_account_age_days": 424 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, @@ -322,247 +322,247 @@ "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 86, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 242, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 376, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 24, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 2303, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 347, + "stars": 348, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 49, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 367, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, @@ -592,7 +592,7 @@ "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1011, @@ -622,17 +622,17 @@ "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-08 11:30:50", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, @@ -652,7 +652,7 @@ "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, @@ -667,12 +667,12 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1019, @@ -680,7 +680,7 @@ "author_account_age_days": 4217 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 532, + "stars": 533, "last_update": "2025-08-09 15:42:44", "author_account_age_days": 4217 }, @@ -697,7 +697,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -712,7 +712,7 @@ "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -722,7 +722,7 @@ "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, @@ -730,14 +730,14 @@ "author_account_age_days": 295 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1316, + "stars": 1317, "last_update": "2025-08-04 13:04:47", "author_account_age_days": 3112 }, "https://github.com/Alexankharin/camera-comfyUI": { - "stars": 13, + "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -752,47 +752,47 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4113 + "author_account_age_days": 4114 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Amorano/Jovimetrix": { "stars": 369, "last_update": "2025-08-03 23:39:11", - "author_account_age_days": 5624 + "author_account_age_days": 5625 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, @@ -802,7 +802,7 @@ "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1233 + "author_account_age_days": 1234 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -822,7 +822,7 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -832,22 +832,22 @@ "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 12, "last_update": "2025-05-01 01:49:07", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -857,7 +857,7 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 4998 + "author_account_age_days": 4999 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, @@ -867,37 +867,37 @@ "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 464, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3061 + "author_account_age_days": 3062 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 132, @@ -907,27 +907,27 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, @@ -937,7 +937,7 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, @@ -947,27 +947,27 @@ "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1386, + "stars": 1387, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, @@ -1012,12 +1012,12 @@ "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1032,12 +1032,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, @@ -1127,7 +1127,7 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, @@ -1152,32 +1152,32 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, @@ -1187,22 +1187,22 @@ "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 12, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 1, @@ -1212,42 +1212,42 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 79, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 621, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 2, @@ -1255,24 +1255,24 @@ "author_account_age_days": 152 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 248, + "stars": 249, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 39, @@ -1282,7 +1282,7 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5509 + "author_account_age_days": 5510 }, "https://github.com/Charonartist/Comfyui_gemini_tts_node": { "stars": 0, @@ -1302,27 +1302,27 @@ "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 233, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, @@ -1330,7 +1330,7 @@ "author_account_age_days": 2141 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 478, + "stars": 483, "last_update": "2025-08-04 04:20:36", "author_account_age_days": 442 }, @@ -1400,14 +1400,14 @@ "author_account_age_days": 4836 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 57, + "stars": 58, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-07-28 17:29:57", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, @@ -1417,12 +1417,12 @@ "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, @@ -1437,17 +1437,17 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { - "stars": 5, + "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1514 + "author_account_age_days": 1515 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, @@ -1467,7 +1467,7 @@ "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5570 + "author_account_age_days": 5571 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1512,12 +1512,12 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, @@ -1532,7 +1532,7 @@ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 24, @@ -1552,7 +1552,7 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 419, @@ -1560,7 +1560,7 @@ "author_account_age_days": 2187 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 17, + "stars": 18, "last_update": "2025-06-22 10:33:31", "author_account_age_days": 558 }, @@ -1572,7 +1572,7 @@ "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 3, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, @@ -1592,7 +1592,7 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, @@ -1602,7 +1602,7 @@ "https://github.com/Dobidop/ComfyStereo": { "stars": 25, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1872 + "author_account_age_days": 1873 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, @@ -1647,12 +1647,12 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1672,12 +1672,12 @@ "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-02 21:20:40", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1692,7 +1692,7 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, @@ -1707,22 +1707,22 @@ "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5129 + "author_account_age_days": 5130 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1555 + "author_account_age_days": 1556 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3190 + "author_account_age_days": 3191 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, @@ -1732,22 +1732,22 @@ "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1762,17 +1762,17 @@ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 606, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1797,7 +1797,7 @@ "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, @@ -1835,7 +1835,7 @@ "author_account_age_days": 3562 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { - "stars": 120, + "stars": 121, "last_update": "2024-08-28 05:29:07", "author_account_age_days": 3562 }, @@ -1857,10 +1857,10 @@ "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 769, + "stars": 770, "last_update": "2025-04-30 11:32:27", "author_account_age_days": 3544 }, @@ -1880,14 +1880,14 @@ "author_account_age_days": 3544 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3254, + "stars": 3255, "last_update": "2025-06-20 08:57:29", "author_account_age_days": 3544 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1897,7 +1897,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1907,7 +1907,7 @@ "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, @@ -1917,12 +1917,12 @@ "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3159 + "author_account_age_days": 3160 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, @@ -1937,7 +1937,7 @@ "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 77, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 88, @@ -1957,17 +1957,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, @@ -1977,42 +1977,42 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, @@ -2022,7 +2022,7 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 30, @@ -2037,27 +2037,27 @@ "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2581 + "author_account_age_days": 2582 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2072,7 +2072,7 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 33, @@ -2097,7 +2097,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2795 + "author_account_age_days": 2796 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, @@ -2112,7 +2112,7 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5344 + "author_account_age_days": 5345 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 16, @@ -2125,39 +2125,39 @@ "author_account_age_days": 1073 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 713, + "stars": 715, "last_update": "2025-08-03 19:14:47", "author_account_age_days": 1532 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, @@ -2177,22 +2177,22 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3392 + "author_account_age_days": 3393 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, @@ -2202,22 +2202,22 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 83, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 137, + "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 74, @@ -2232,18 +2232,23 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", "author_account_age_days": 139 }, + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { + "stars": 0, + "last_update": "2025-08-11 08:33:01", + "author_account_age_days": 188 + }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", @@ -2267,47 +2272,47 @@ "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-07-16 01:50:03", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 32, "last_update": "2025-07-31 01:49:07", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 52, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-07-16 01:45:14", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2317,12 +2322,12 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2654 + "author_account_age_days": 2655 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2332,27 +2337,27 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -2362,7 +2367,7 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, @@ -2372,7 +2377,7 @@ "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, @@ -2382,12 +2387,12 @@ "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 17, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, @@ -2397,17 +2402,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2427,12 +2432,12 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2462,17 +2467,17 @@ "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1965 + "author_account_age_days": 1966 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1965 + "author_account_age_days": 1966 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, @@ -2482,17 +2487,17 @@ "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, @@ -2502,7 +2507,7 @@ "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, @@ -2517,37 +2522,37 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 19, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 178, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 37, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 189, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 189, @@ -2557,12 +2562,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, @@ -2572,12 +2577,12 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 80, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, @@ -2587,32 +2592,32 @@ "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -2637,12 +2642,12 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5298 + "author_account_age_days": 5299 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, @@ -2652,17 +2657,17 @@ "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, @@ -2672,7 +2677,7 @@ "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, @@ -2682,12 +2687,12 @@ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 13, "last_update": "2025-07-24 00:45:41", - "author_account_age_days": 4793 + "author_account_age_days": 4794 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 772, @@ -2697,7 +2702,7 @@ "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, @@ -2707,12 +2712,12 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 33, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, @@ -2722,32 +2727,32 @@ "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3183 + "author_account_age_days": 3184 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 18, @@ -2762,7 +2767,7 @@ "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1326 + "author_account_age_days": 1327 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2782,7 +2787,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, @@ -2807,7 +2812,7 @@ "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 496, "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, @@ -2822,12 +2827,12 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2845,7 +2850,7 @@ "author_account_age_days": 4129 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1145, + "stars": 1147, "last_update": "2025-08-07 14:53:50", "author_account_age_days": 4129 }, @@ -2857,27 +2862,27 @@ "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5980 + "author_account_age_days": 5981 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { - "stars": 137, + "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -2890,34 +2895,34 @@ "author_account_age_days": 2192 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 208, + "stars": 209, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 151, + "stars": 152, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { - "stars": 193, + "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 160, + "stars": 161, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 208, + "stars": 209, "last_update": "2025-08-08 02:38:57", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, @@ -2937,7 +2942,7 @@ "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, @@ -2957,22 +2962,22 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 494, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 7, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, @@ -2982,7 +2987,7 @@ "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 131, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, @@ -3017,12 +3022,12 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, @@ -3037,10 +3042,10 @@ "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2304, + "stars": 2306, "last_update": "2025-07-16 15:41:42", "author_account_age_days": 4603 }, @@ -3062,17 +3067,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3097,7 +3102,7 @@ "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2853 + "author_account_age_days": 2854 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, @@ -3117,17 +3122,17 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, @@ -3137,47 +3142,47 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 59, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, @@ -3187,12 +3192,12 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 66, "last_update": "2025-08-07 14:31:15", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 8, @@ -3212,7 +3217,7 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, @@ -3222,7 +3227,7 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5382 + "author_account_age_days": 5383 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, @@ -3237,17 +3242,17 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3262,7 +3267,7 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, @@ -3272,7 +3277,7 @@ "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, @@ -3282,27 +3287,27 @@ "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3308 + "author_account_age_days": 3309 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 88, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5744 + "author_account_age_days": 5745 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, @@ -3312,32 +3317,32 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 83, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 102, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, @@ -3352,12 +3357,12 @@ "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3589 + "author_account_age_days": 3590 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, @@ -3397,7 +3402,7 @@ "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 28, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2928 + "author_account_age_days": 2929 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3407,12 +3412,12 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4380 + "author_account_age_days": 4381 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4380 + "author_account_age_days": 4381 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, @@ -3427,42 +3432,42 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 42, - "last_update": "2025-08-09 09:44:11", - "author_account_age_days": 3215 + "last_update": "2025-08-11 05:33:37", + "author_account_age_days": 3216 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 96, "last_update": "2025-06-04 07:30:29", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 157, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3470,29 +3475,29 @@ "author_account_age_days": 4807 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3306, + "stars": 3307, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 550, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3457 + "author_account_age_days": 3458 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, @@ -3507,7 +3512,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 69, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, @@ -3522,12 +3527,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 1, @@ -3602,15 +3607,15 @@ "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1190, + "stars": 1191, "last_update": "2025-05-17 18:02:00", "author_account_age_days": 657 }, @@ -3622,7 +3627,7 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1454 + "author_account_age_days": 1455 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, @@ -3632,12 +3637,12 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3232 + "author_account_age_days": 3233 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -3647,7 +3652,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 267, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, @@ -3667,17 +3672,17 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, @@ -3702,17 +3707,17 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1187 + "author_account_age_days": 1188 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 0, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2077 + "author_account_age_days": 2078 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3742,17 +3747,17 @@ "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 55, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3240 + "author_account_age_days": 3241 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -3762,12 +3767,12 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, @@ -3792,7 +3797,7 @@ "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3812,7 +3817,7 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, @@ -3822,37 +3827,37 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2963 + "author_account_age_days": 2964 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2461, + "stars": 2463, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { - "stars": 2, + "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3854 + "author_account_age_days": 3855 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-05 15:18:08", - "author_account_age_days": 3854 + "author_account_age_days": 3855 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, @@ -3862,7 +3867,7 @@ "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -3872,17 +3877,17 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 5, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -3902,7 +3907,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, @@ -3912,27 +3917,27 @@ "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 29, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2487 + "author_account_age_days": 2488 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-10 14:45:49", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3338 + "author_account_age_days": 3339 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, @@ -3947,32 +3952,32 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, @@ -3987,17 +3992,17 @@ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, @@ -4007,12 +4012,12 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 107, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, @@ -4042,7 +4047,7 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 7, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, @@ -4072,42 +4077,42 @@ "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 31, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -4167,32 +4172,32 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 17, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1522 + "author_account_age_days": 1523 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 53, + "stars": 54, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, @@ -4207,7 +4212,7 @@ "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, @@ -4227,107 +4232,107 @@ "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 4, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 423, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1709 + "author_account_age_days": 1710 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 8, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 110, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { - "stars": 63, + "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, @@ -4337,52 +4342,52 @@ "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 876, + "stars": 878, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 11, @@ -4392,72 +4397,72 @@ "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 86, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { - "stars": 17, + "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 69, + "stars": 70, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, @@ -4472,7 +4477,7 @@ "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 42, @@ -4482,12 +4487,12 @@ "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, @@ -4512,12 +4517,12 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, @@ -4582,12 +4587,12 @@ "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -4602,47 +4607,47 @@ "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 14, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, @@ -4655,7 +4660,7 @@ "author_account_age_days": 1255 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { - "stars": 12, + "stars": 13, "last_update": "2025-07-17 20:12:49", "author_account_age_days": 591 }, @@ -4667,7 +4672,7 @@ "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, @@ -4682,52 +4687,52 @@ "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 218, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, @@ -4737,15 +4742,15 @@ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3990 + "author_account_age_days": 3991 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 962, + "stars": 967, "last_update": "2024-07-24 11:16:13", "author_account_age_days": 2562 }, @@ -4757,12 +4762,12 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 11, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4777,17 +4782,17 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, @@ -4797,62 +4802,62 @@ "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 417, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { "stars": 113, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 765, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 737, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, @@ -4862,32 +4867,32 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, @@ -4912,17 +4917,17 @@ "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 137, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, @@ -4942,12 +4947,12 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -4957,22 +4962,22 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, @@ -4980,9 +4985,9 @@ "author_account_age_days": 413 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 538, + "stars": 539, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1033 + "author_account_age_days": 1034 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -5002,7 +5007,7 @@ "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, @@ -5027,7 +5032,7 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3792 + "author_account_age_days": 3793 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 243, @@ -5042,12 +5047,12 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 291, + "stars": 292, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/VK/vk-nodes": { "stars": 0, @@ -5062,12 +5067,12 @@ "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, @@ -5077,7 +5082,7 @@ "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, @@ -5087,7 +5092,7 @@ "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 15, @@ -5107,12 +5112,12 @@ "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 241, "last_update": "2025-08-05 00:34:23", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 124, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, @@ -5147,12 +5152,12 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 3, @@ -5162,37 +5167,37 @@ "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 20, + "stars": 21, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, @@ -5202,7 +5207,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, @@ -5217,7 +5222,7 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1612, @@ -5237,32 +5242,32 @@ "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, @@ -5272,22 +5277,22 @@ "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, @@ -5297,7 +5302,7 @@ "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, @@ -5307,12 +5312,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 219, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1226 + "author_account_age_days": 1227 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, @@ -5327,7 +5332,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, @@ -5337,42 +5342,42 @@ "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, @@ -5382,82 +5387,82 @@ "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 26, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 4, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 119, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 28, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, @@ -5467,22 +5472,22 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 19, @@ -5492,12 +5497,12 @@ "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, @@ -5520,7 +5525,7 @@ "author_account_age_days": 752 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 813, + "stars": 814, "last_update": "2024-05-22 14:14:18", "author_account_age_days": 752 }, @@ -5565,7 +5570,7 @@ "author_account_age_days": 752 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { - "stars": 107, + "stars": 108, "last_update": "2024-05-22 13:40:44", "author_account_age_days": 752 }, @@ -5585,7 +5590,7 @@ "author_account_age_days": 752 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 757, + "stars": 759, "last_update": "2024-05-22 13:01:07", "author_account_age_days": 752 }, @@ -5602,7 +5607,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, @@ -5612,17 +5617,17 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5952 + "author_account_age_days": 5953 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 2, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, @@ -5632,7 +5637,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1606 + "author_account_age_days": 1607 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 207, @@ -5662,32 +5667,32 @@ "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5214 + "author_account_age_days": 5215 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, @@ -5697,12 +5702,12 @@ "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/abyz22/image_control": { "stars": 16, @@ -5722,12 +5727,12 @@ "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 334, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -5737,7 +5742,7 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, @@ -5752,27 +5757,27 @@ "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 127, @@ -5787,7 +5792,7 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, @@ -5807,22 +5812,22 @@ "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2192, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1263, - "last_update": "2025-08-08 07:40:59", - "author_account_age_days": 730 + "stars": 1267, + "last_update": "2025-08-11 06:59:35", + "author_account_age_days": 731 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, @@ -5832,27 +5837,27 @@ "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 51, "last_update": "2025-07-29 08:34:18", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, "last_update": "2025-08-07 14:12:00", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, @@ -5862,37 +5867,37 @@ "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 230, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 304, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, @@ -5917,7 +5922,7 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, @@ -5937,12 +5942,12 @@ "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -5992,11 +5997,11 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 110, - "last_update": "2025-08-10 08:46:52", + "last_update": "2025-08-11 12:39:13", "author_account_age_days": 3092 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { @@ -6005,14 +6010,14 @@ "author_account_age_days": 3092 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1257, + "stars": 1258, "last_update": "2025-04-21 06:36:02", "author_account_age_days": 901 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5272 + "author_account_age_days": 5273 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 80, @@ -6022,27 +6027,27 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2406 + "author_account_age_days": 2407 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -6052,12 +6057,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3365 - }, - "https://github.com/andrewsthomasj/lorasubdirectory": { - "stars": 0, - "last_update": "2025-08-10 19:36:48", - "author_account_age_days": 1723 + "author_account_age_days": 3366 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, @@ -6082,7 +6082,7 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2162 + "author_account_age_days": 2163 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, @@ -6092,52 +6092,52 @@ "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, "last_update": "2025-08-08 00:05:18", - "author_account_age_days": 6160 + "author_account_age_days": 6161 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 74, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3946 + "author_account_age_days": 3947 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3946 + "author_account_age_days": 3947 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 313, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 43, @@ -6147,7 +6147,7 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 164, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, @@ -6155,37 +6155,37 @@ "author_account_age_days": 3439 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 146, + "stars": 147, "last_update": "2024-10-09 08:44:54", "author_account_age_days": 2761 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 105, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 265, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1266 + "author_account_age_days": 1267 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 12, + "stars": 13, "last_update": "2025-06-13 05:53:11", "author_account_age_days": 116 }, @@ -6217,12 +6217,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6257,32 +6257,32 @@ "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/banodoco/steerable-motion": { "stars": 924, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, @@ -6292,7 +6292,7 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 157, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 104, @@ -6302,12 +6302,12 @@ "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, @@ -6317,17 +6317,17 @@ "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6372,12 +6372,12 @@ "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-07-23 04:11:18", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3088 + "author_account_age_days": 3089 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, @@ -6392,97 +6392,97 @@ "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 109, + "stars": 110, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 110, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 49, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 134, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/billwuhao/Comfyui_HeyGem": { "stars": 95, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, @@ -6497,32 +6497,32 @@ "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 114, "last_update": "2025-08-09 11:27:35", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 45, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, @@ -6537,7 +6537,7 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, @@ -6552,7 +6552,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4979 + "author_account_age_days": 4980 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, @@ -6592,42 +6592,42 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4015 + "author_account_age_days": 4016 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, @@ -6642,27 +6642,27 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { - "stars": 19, + "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 4, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6670,9 +6670,9 @@ "author_account_age_days": 2006 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 22, + "stars": 23, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2006 + "author_account_age_days": 2007 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, @@ -6682,7 +6682,7 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5567 + "author_account_age_days": 5568 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6692,17 +6692,17 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 1, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5098 + "author_account_age_days": 5099 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5098 + "author_account_age_days": 5099 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 7, @@ -6712,67 +6712,67 @@ "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5057 + "author_account_age_days": 5058 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5057 + "author_account_age_days": 5058 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5057 + "author_account_age_days": 5058 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { "stars": 393, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 250, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 376, - "last_update": "2025-08-08 06:47:36", - "author_account_age_days": 4500 + "stars": 377, + "last_update": "2025-08-11 11:23:43", + "author_account_age_days": 4501 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, @@ -6780,9 +6780,9 @@ "author_account_age_days": 294 }, "https://github.com/calcuis/gguf": { - "stars": 98, + "stars": 99, "last_update": "2025-08-06 23:49:30", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 46, @@ -6800,9 +6800,9 @@ "author_account_age_days": 2181 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 145, + "stars": 146, "last_update": "2025-08-09 15:26:08", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6812,7 +6812,7 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, @@ -6857,62 +6857,62 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 137, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1565 + "author_account_age_days": 1566 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1605 + "author_account_age_days": 1606 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, @@ -6920,7 +6920,7 @@ "author_account_age_days": 5246 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { - "stars": 23, + "stars": 25, "last_update": "2024-06-14 09:07:23", "author_account_age_days": 5246 }, @@ -7057,7 +7057,7 @@ "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7082,27 +7082,27 @@ "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 254, + "stars": 256, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3827 + "author_account_age_days": 3828 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -7112,77 +7112,77 @@ "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 352, + "stars": 353, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2490, + "stars": 2492, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { "stars": 435, "last_update": "2025-08-10 10:42:29", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 110, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/choey/Comfy-Topaz": { "stars": 193, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5935 + "author_account_age_days": 5936 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, @@ -7195,34 +7195,34 @@ "author_account_age_days": 2209 }, "https://github.com/chrisfreilich/virtuoso-nodes": { - "stars": 88, + "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 74, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 764, + "stars": 765, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, @@ -7232,10 +7232,10 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2467 + "author_account_age_days": 2468 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 262, + "stars": 263, "last_update": "2025-06-16 04:01:47", "author_account_age_days": 1761 }, @@ -7287,17 +7287,17 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, @@ -7305,7 +7305,7 @@ "author_account_age_days": 5783 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2346, + "stars": 2350, "last_update": "2025-08-05 14:18:16", "author_account_age_days": 910 }, @@ -7320,7 +7320,7 @@ "author_account_age_days": 910 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 515, + "stars": 516, "last_update": "2024-12-17 06:44:05", "author_account_age_days": 910 }, @@ -7342,12 +7342,12 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, @@ -7372,17 +7372,17 @@ "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3241 + "author_account_age_days": 3242 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2005 + "author_account_age_days": 2006 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7402,7 +7402,7 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, @@ -7412,17 +7412,17 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6261 + "author_account_age_days": 6262 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-10 21:59:05", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85067, @@ -7432,12 +7432,12 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 636, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { - "stars": 188, + "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7462,32 +7462,32 @@ "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 3, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5075 + "author_account_age_days": 5076 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5075 + "author_account_age_days": 5076 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7497,7 +7497,7 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, @@ -7517,7 +7517,7 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, @@ -7527,17 +7527,17 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1350, + "stars": 1351, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, @@ -7547,42 +7547,42 @@ "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 475, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5373, + "stars": 5372, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1687, + "stars": 1689, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 912, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 879, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3664 + "author_account_age_days": 3665 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2342 + "author_account_age_days": 2343 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, @@ -7592,7 +7592,7 @@ "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, @@ -7632,17 +7632,17 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 259, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7652,7 +7652,7 @@ "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 322, @@ -7672,7 +7672,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5736 + "author_account_age_days": 5737 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, @@ -7687,17 +7687,17 @@ "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5125 + "author_account_age_days": 5126 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5125 + "author_account_age_days": 5126 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, @@ -7707,37 +7707,37 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, @@ -7757,12 +7757,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5708 + "author_account_age_days": 5709 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5708 + "author_account_age_days": 5709 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, @@ -7772,37 +7772,37 @@ "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6386 + "author_account_age_days": 6387 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6386 + "author_account_age_days": 6387 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 553, + "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, @@ -7822,7 +7822,7 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, @@ -7832,22 +7832,22 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 366, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4696 + "author_account_age_days": 4697 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, @@ -7887,7 +7887,7 @@ "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, @@ -7907,7 +7907,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -7932,17 +7932,17 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -7957,12 +7957,12 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -7972,12 +7972,12 @@ "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, @@ -8012,7 +8012,7 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, @@ -8025,7 +8025,7 @@ "author_account_age_days": 3845 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 512, + "stars": 513, "last_update": "2025-05-05 22:53:42", "author_account_age_days": 409 }, @@ -8037,7 +8037,7 @@ "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3778 + "author_account_age_days": 3779 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, @@ -8047,22 +8047,22 @@ "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 19, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8072,37 +8072,37 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 13, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 216, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, @@ -8117,17 +8117,17 @@ "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5349 + "author_account_age_days": 5350 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 1, @@ -8137,17 +8137,17 @@ "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, @@ -8172,27 +8172,27 @@ "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8202,22 +8202,22 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 148, "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 430, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, @@ -8255,7 +8255,7 @@ "author_account_age_days": 606 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 279, + "stars": 280, "last_update": "2025-04-27 15:00:00", "author_account_age_days": 606 }, @@ -8270,29 +8270,29 @@ "author_account_age_days": 686 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { - "stars": 510, + "stars": 511, "last_update": "2024-06-16 00:53:22", "author_account_age_days": 686 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5272 + "author_account_age_days": 5273 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4034 + "author_account_age_days": 4035 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, @@ -8317,7 +8317,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8342,17 +8342,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 578, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8372,32 +8372,32 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 174, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 80, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, @@ -8437,7 +8437,7 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, @@ -8447,17 +8447,17 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5364 + "author_account_age_days": 5365 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, @@ -8467,17 +8467,17 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5411 + "author_account_age_days": 5412 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, @@ -8487,27 +8487,27 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, @@ -8542,12 +8542,12 @@ "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, @@ -8567,7 +8567,7 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, @@ -8585,7 +8585,7 @@ "author_account_age_days": 1470 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 141, + "stars": 142, "last_update": "2025-07-20 15:40:57", "author_account_age_days": 1470 }, @@ -8597,17 +8597,17 @@ "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/googincheng/ComfyUX": { "stars": 148, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, @@ -8622,37 +8622,37 @@ "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4681 + "author_account_age_days": 4682 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4681 + "author_account_age_days": 4682 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { - "stars": 4, + "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 202, @@ -8672,12 +8672,12 @@ "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 1, @@ -8687,7 +8687,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8697,12 +8697,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/hao-ai-lab/FastVideo": { "stars": 1881, @@ -8727,32 +8727,32 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 196, @@ -8762,12 +8762,12 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 141, - "last_update": "2025-08-10 12:44:51", - "author_account_age_days": 2349 + "last_update": "2025-08-11 09:01:06", + "author_account_age_days": 2350 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, @@ -8795,14 +8795,14 @@ "author_account_age_days": 4576 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1842, + "stars": 1844, "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8812,12 +8812,12 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -8827,67 +8827,67 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5055 + "author_account_age_days": 5056 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 429, + "stars": 431, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 626, @@ -8895,7 +8895,7 @@ "author_account_age_days": 3288 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1712, + "stars": 1713, "last_update": "2025-02-25 16:35:50", "author_account_age_days": 3288 }, @@ -8927,37 +8927,37 @@ "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 30, + "stars": 31, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -8967,12 +8967,12 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, @@ -8982,17 +8982,17 @@ "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 1, @@ -9007,7 +9007,7 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, @@ -9032,80 +9032,80 @@ "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 661, - "last_update": "2025-03-09 09:11:32", - "author_account_age_days": 3274 + "stars": 662, + "last_update": "2025-08-11 13:03:16", + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 169, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 50, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { - "stars": 0, + "stars": 1, "last_update": "2025-05-02 21:45:53", "author_account_age_days": 156 }, @@ -9117,22 +9117,22 @@ "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, @@ -9142,27 +9142,27 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, - "last_update": "2025-08-08 09:32:25", - "author_account_age_days": 395 + "last_update": "2025-08-11 07:59:47", + "author_account_age_days": 396 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 80, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4283 + "author_account_age_days": 4284 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 45, @@ -9170,29 +9170,29 @@ "author_account_age_days": 4172 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 99, + "stars": 100, "last_update": "2025-07-29 09:44:37", "author_account_age_days": 1984 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 116, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9202,52 +9202,52 @@ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 184, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 179 + "author_account_age_days": 180 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, @@ -9262,17 +9262,17 @@ "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, @@ -9282,7 +9282,7 @@ "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3449 + "author_account_age_days": 3450 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 13, @@ -9292,7 +9292,7 @@ "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, @@ -9312,7 +9312,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 26, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4061 + "author_account_age_days": 4062 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, @@ -9322,12 +9322,12 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4396 + "author_account_age_days": 4397 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, @@ -9340,14 +9340,14 @@ "author_account_age_days": 4159 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 616, + "stars": 617, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5210 + "author_account_age_days": 5211 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 1, @@ -9382,12 +9382,12 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1101 + "author_account_age_days": 1102 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -9397,12 +9397,12 @@ "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 41, @@ -9412,7 +9412,7 @@ "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9447,7 +9447,7 @@ "https://github.com/juehackr/comfyui_fk_server": { "stars": 444, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -9457,7 +9457,7 @@ "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-05-24 07:58:32", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, @@ -9477,7 +9477,7 @@ "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 412, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, @@ -9487,17 +9487,17 @@ "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 2, @@ -9520,7 +9520,7 @@ "author_account_age_days": 3060 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 620, + "stars": 621, "last_update": "2025-04-19 10:24:42", "author_account_age_days": 5094 }, @@ -9532,27 +9532,27 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 5, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5947 + "author_account_age_days": 5948 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9567,7 +9567,7 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, @@ -9592,17 +9592,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, @@ -9622,7 +9622,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 48, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5301 + "author_account_age_days": 5302 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, @@ -9642,7 +9642,7 @@ "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1371 + "author_account_age_days": 1372 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, @@ -9652,177 +9652,177 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-CCSR": { - "stars": 235, + "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1515, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 341, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1372, + "stars": 1375, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 996, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 347, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2519, + "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1078, + "stars": 1079, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1617, + "stars": 1624, "last_update": "2025-08-06 20:15:14", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 228, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2036, + "stars": 2037, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 139, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 500, + "stars": 501, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2056, + "stars": 2058, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { "stars": 3908, @@ -9832,17 +9832,17 @@ "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1008, + "stars": 1009, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, @@ -9872,7 +9872,7 @@ "https://github.com/kk8bit/KayTool": { "stars": 189, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, @@ -9887,7 +9887,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -9897,22 +9897,22 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, @@ -9932,17 +9932,17 @@ "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, @@ -9957,12 +9957,12 @@ "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, @@ -9972,42 +9972,42 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 4, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 75, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, @@ -10037,112 +10037,112 @@ "https://github.com/lceric/comfyui-gpt-image": { "stars": 8, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, @@ -10152,12 +10152,12 @@ "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 50, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -10182,12 +10182,12 @@ "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 77, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -10197,17 +10197,17 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, @@ -10227,7 +10227,7 @@ "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10242,42 +10242,42 @@ "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 95, @@ -10327,37 +10327,37 @@ "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 235, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 405, + "stars": 406, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { - "stars": 69, + "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 83, "last_update": "2025-07-01 13:11:43", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, @@ -10372,92 +10372,92 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, @@ -10497,15 +10497,15 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 780, + "stars": 782, "last_update": "2025-05-10 07:46:49", "author_account_age_days": 4463 }, @@ -10520,59 +10520,59 @@ "author_account_age_days": 4463 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 23, + "stars": 24, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 233, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2618, + "stars": 2619, "last_update": "2025-07-31 09:10:04", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 241, + "stars": 242, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 639, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11082, - "last_update": "2025-08-10 11:54:54", - "author_account_age_days": 487 + "stars": 11099, + "last_update": "2025-08-11 03:51:41", + "author_account_age_days": 488 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { "stars": 61, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1806 + "author_account_age_days": 1807 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, @@ -10592,7 +10592,7 @@ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, @@ -10600,7 +10600,7 @@ "author_account_age_days": 187 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 42, + "stars": 44, "last_update": "2025-06-14 20:45:21", "author_account_age_days": 187 }, @@ -10632,7 +10632,7 @@ "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, @@ -10652,12 +10652,12 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, @@ -10672,7 +10672,7 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, @@ -10682,7 +10682,7 @@ "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10697,45 +10697,45 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6166 + "author_account_age_days": 6167 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5596 + "author_account_age_days": 5597 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5596 + "author_account_age_days": 5597 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 112, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { - "stars": 7, + "stars": 8, "last_update": "2025-08-08 23:15:40", "author_account_age_days": 4218 }, @@ -10752,17 +10752,17 @@ "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, @@ -10772,17 +10772,17 @@ "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 67, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3152 + "author_account_age_days": 3153 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, @@ -10792,7 +10792,7 @@ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 23, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 289, @@ -10807,12 +10807,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -10832,22 +10832,22 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 78, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4852 + "author_account_age_days": 4853 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, @@ -10857,12 +10857,12 @@ "https://github.com/melMass/comfy_mtb": { "stars": 601, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4157 + "author_account_age_days": 4158 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, @@ -10897,7 +10897,7 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1035 + "author_account_age_days": 1036 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, @@ -10907,12 +10907,12 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, @@ -10927,7 +10927,7 @@ "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2420 + "author_account_age_days": 2421 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -10937,7 +10937,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -10957,42 +10957,42 @@ "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 138, + "stars": 139, "last_update": "2025-06-20 14:01:41", "author_account_age_days": 1633 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1831, + "stars": 1839, "last_update": "2025-08-08 01:48:27", - "author_account_age_days": 27 + "author_account_age_days": 28 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4422 + "author_account_age_days": 4423 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4422 + "author_account_age_days": 4423 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4422 + "author_account_age_days": 4423 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 22, @@ -11007,27 +11007,27 @@ "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/modelscope/scepter": { - "stars": 534, + "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1127 + "author_account_age_days": 1128 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11057,22 +11057,22 @@ "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 17, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, @@ -11082,27 +11082,27 @@ "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 152, + "stars": 153, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, @@ -11112,37 +11112,37 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11157,12 +11157,12 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, @@ -11207,32 +11207,32 @@ "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 197, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, @@ -11252,47 +11252,47 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4441 + "author_account_age_days": 4442 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 213, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 57, + "stars": 58, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/niknah/quick-connections": { "stars": 317, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, - "last_update": "2025-08-08 15:54:20", - "author_account_age_days": 627 + "last_update": "2025-08-11 12:52:34", + "author_account_age_days": 628 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, @@ -11302,7 +11302,7 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, @@ -11312,47 +11312,47 @@ "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3155 + "author_account_age_days": 3156 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, @@ -11362,7 +11362,7 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11370,14 +11370,14 @@ "author_account_age_days": 3471 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 246, + "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, @@ -11387,7 +11387,7 @@ "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, @@ -11397,12 +11397,12 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 906, @@ -11415,7 +11415,7 @@ "author_account_age_days": 5196 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 495, + "stars": 498, "last_update": "2025-07-29 17:49:37", "author_account_age_days": 5196 }, @@ -11482,22 +11482,22 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, @@ -11522,12 +11522,12 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1966 + "author_account_age_days": 1967 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, @@ -11572,7 +11572,7 @@ "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 75, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3441 + "author_account_age_days": 3442 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, @@ -11602,7 +11602,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, @@ -11627,32 +11627,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 209, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 269, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11667,12 +11667,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5492 + "author_account_age_days": 5493 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 27, @@ -11682,7 +11682,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11692,17 +11692,17 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, @@ -11710,7 +11710,7 @@ "author_account_age_days": 1327 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 19, + "stars": 20, "last_update": "2025-05-16 02:13:34", "author_account_age_days": 5421 }, @@ -11722,12 +11722,12 @@ "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3670 + "author_account_age_days": 3671 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3670 + "author_account_age_days": 3671 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 184, @@ -11742,12 +11742,12 @@ "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3465 + "author_account_age_days": 3466 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -11767,7 +11767,7 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, @@ -11777,7 +11777,7 @@ "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, @@ -11787,32 +11787,32 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-07 11:58:29", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, @@ -11822,42 +11822,42 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 396, - "last_update": "2025-08-10 14:53:34", + "stars": 397, + "last_update": "2025-08-11 03:34:06", "author_account_age_days": 3919 }, "https://github.com/portu-sim/comfyui_bmab": { - "stars": 112, + "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 38, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5980 + "author_account_age_days": 5981 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, @@ -11882,7 +11882,7 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2213 + "author_account_age_days": 2214 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, @@ -11892,12 +11892,12 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5350 + "author_account_age_days": 5351 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5350 + "author_account_age_days": 5351 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, @@ -11910,17 +11910,17 @@ "author_account_age_days": 298 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1950, + "stars": 1954, "last_update": "2025-07-28 00:10:36", "author_account_age_days": 3109 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2603, + "stars": 2606, "last_update": "2025-08-09 16:18:21", "author_account_age_days": 910 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 933, + "stars": 934, "last_update": "2025-07-11 09:59:23", "author_account_age_days": 910 }, @@ -11937,7 +11937,7 @@ "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, @@ -11997,7 +11997,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, @@ -12012,22 +12012,22 @@ "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 363, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3575 + "author_account_age_days": 3576 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, @@ -12042,12 +12042,12 @@ "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -12057,7 +12057,7 @@ "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, @@ -12067,12 +12067,12 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, @@ -12087,12 +12087,12 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 41, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6033 + "author_account_age_days": 6034 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12105,7 +12105,7 @@ "author_account_age_days": 2473 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 380, + "stars": 381, "last_update": "2025-02-01 15:56:44", "author_account_age_days": 3005 }, @@ -12117,7 +12117,7 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 81, @@ -12137,32 +12137,32 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 188, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2020 + "author_account_age_days": 2021 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2111, + "stars": 2112, "last_update": "2025-08-02 03:54:42", "author_account_age_days": 5387 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6049 + "author_account_age_days": 6050 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6049 + "author_account_age_days": 6050 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -12177,27 +12177,27 @@ "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, @@ -12222,7 +12222,7 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, @@ -12232,7 +12232,7 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 19, @@ -12247,12 +12247,12 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, @@ -12262,12 +12262,12 @@ "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 2, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, @@ -12292,32 +12292,32 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, @@ -12369,6 +12369,11 @@ "last_update": "2025-04-07 17:53:16", "author_account_age_days": 4102 }, + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { + "stars": 0, + "last_update": "2025-08-11 08:45:22", + "author_account_age_days": 4312 + }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", @@ -12382,12 +12387,12 @@ "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, @@ -12417,17 +12422,17 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5717 + "author_account_age_days": 5718 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5717 + "author_account_age_days": 5718 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, "last_update": "2025-08-06 01:12:10", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, @@ -12452,12 +12457,12 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 222, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, @@ -12482,22 +12487,22 @@ "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 460, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1678, + "stars": 1679, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, @@ -12507,22 +12512,22 @@ "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5505 + "author_account_age_days": 5506 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12532,22 +12537,22 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 464, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, @@ -12569,6 +12574,11 @@ "last_update": "2025-05-25 10:17:48", "author_account_age_days": 725 }, + "https://github.com/shinich39/comfyui-global-prompts": { + "stars": 0, + "last_update": "2025-08-11 09:53:01", + "author_account_age_days": 725 + }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", @@ -12592,7 +12602,7 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2038 + "author_account_age_days": 2039 }, "https://github.com/siliconflow/BizyAir": { "stars": 742, @@ -12605,19 +12615,19 @@ "author_account_age_days": 718 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { - "stars": 1, + "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, @@ -12632,22 +12642,22 @@ "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 295, + "stars": 296, "last_update": "2025-07-14 08:23:24", - "author_account_age_days": 1519 + "author_account_age_days": 1520 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, @@ -12662,7 +12672,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2494 + "author_account_age_days": 2495 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, @@ -12715,129 +12725,129 @@ "author_account_age_days": 766 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { - "stars": 64, + "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 23, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 180, + "stars": 181, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 651, - "last_update": "2025-08-09 12:48:32", - "author_account_age_days": 766 + "last_update": "2025-08-11 12:03:40", + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 240, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { - "stars": 83, + "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, @@ -12847,7 +12857,7 @@ "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, @@ -12857,97 +12867,97 @@ "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 21, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 95, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 69, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1070, + "stars": 1071, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 457, "last_update": "2025-08-08 01:31:24", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, @@ -12972,22 +12982,22 @@ "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 4, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, @@ -13065,39 +13075,39 @@ "author_account_age_days": 214 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1269, + "stars": 1270, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 54, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 604, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, @@ -13109,40 +13119,45 @@ "last_update": "2025-08-05 12:38:41", "author_account_age_days": 3024 }, + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { + "stars": 1, + "last_update": "2025-08-11 12:37:28", + "author_account_age_days": 3025 + }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 27, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 998, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, @@ -13157,17 +13172,17 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, @@ -13202,32 +13217,32 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 2, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 3, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, @@ -13237,12 +13252,12 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, @@ -13252,32 +13267,32 @@ "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-06 09:03:03", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { - "stars": 1, + "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, @@ -13287,42 +13302,42 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/taabata/ComfyCanvas": { "stars": 90, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 260, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5333 + "author_account_age_days": 5334 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/talesofai/comfyui-browser": { "stars": 602, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, @@ -13332,7 +13347,7 @@ "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2143 + "author_account_age_days": 2144 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, @@ -13357,12 +13372,12 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -13377,7 +13392,7 @@ "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, @@ -13407,42 +13422,42 @@ "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, @@ -13452,7 +13467,7 @@ "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, @@ -13462,47 +13477,47 @@ "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3737 + "author_account_age_days": 3738 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2383 + "author_account_age_days": 2384 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2523 + "author_account_age_days": 2524 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2523 + "author_account_age_days": 2524 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 4, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4787 + "author_account_age_days": 4788 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -13517,7 +13532,7 @@ "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, @@ -13527,10 +13542,10 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 96, + "stars": 98, "last_update": "2025-04-03 08:17:10", "author_account_age_days": 4062 }, @@ -13542,17 +13557,17 @@ "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4232 + "author_account_age_days": 4233 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, @@ -13592,17 +13607,17 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5801 + "author_account_age_days": 5802 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, @@ -13612,27 +13627,27 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3161 + "author_account_age_days": 3162 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, @@ -13642,12 +13657,12 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 868, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -13662,22 +13677,22 @@ "https://github.com/tzwm/comfyui-profiler": { "stars": 159, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5181 + "author_account_age_days": 5182 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, @@ -13687,22 +13702,22 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, @@ -13727,17 +13742,17 @@ "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 15, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13752,17 +13767,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -13772,7 +13787,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3512 + "author_account_age_days": 3513 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, @@ -13792,17 +13807,17 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -13812,7 +13827,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 135, @@ -13837,12 +13852,12 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, @@ -13862,27 +13877,27 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5396 + "author_account_age_days": 5397 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 193, + "stars": 194, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 2, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, @@ -13892,7 +13907,7 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -13917,7 +13932,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2524 + "author_account_age_days": 2525 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, @@ -13937,7 +13952,7 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -13952,17 +13967,17 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 205, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 944, + "stars": 946, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -13987,22 +14002,22 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 40, "last_update": "2025-07-31 10:35:05", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14022,17 +14037,17 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 517, - "last_update": "2025-08-10 08:11:28", - "author_account_age_days": 3770 + "stars": 527, + "last_update": "2025-08-11 03:14:51", + "author_account_age_days": 3771 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, @@ -14042,7 +14057,7 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1636 + "author_account_age_days": 1637 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, @@ -14067,7 +14082,7 @@ "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 49, @@ -14077,27 +14092,27 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6133 + "author_account_age_days": 6134 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6133 + "author_account_age_days": 6134 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 83, @@ -14107,12 +14122,12 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4597 + "author_account_age_days": 4598 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, @@ -14127,12 +14142,12 @@ "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 25, @@ -14157,22 +14172,22 @@ "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -14192,12 +14207,12 @@ "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, @@ -14207,12 +14222,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 7, @@ -14222,22 +14237,22 @@ "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1809 + "author_account_age_days": 1810 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -14247,7 +14262,7 @@ "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, @@ -14307,20 +14322,20 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/yiwangsimple/florence_dw": { - "stars": 48, + "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-05 12:27:21", - "author_account_age_days": 3242 + "author_account_age_days": 3243 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1809, + "stars": 1810, "last_update": "2025-08-09 04:42:39", "author_account_age_days": 1753 }, @@ -14377,7 +14392,7 @@ "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, @@ -14387,12 +14402,12 @@ "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 5, @@ -14420,7 +14435,7 @@ "author_account_age_days": 2565 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 23, + "stars": 24, "last_update": "2024-09-22 13:07:19", "author_account_age_days": 2565 }, @@ -14445,7 +14460,7 @@ "author_account_age_days": 2565 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 154, + "stars": 155, "last_update": "2025-07-06 15:49:24", "author_account_age_days": 2565 }, @@ -14460,7 +14475,7 @@ "author_account_age_days": 2565 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 125, + "stars": 126, "last_update": "2025-05-02 07:59:15", "author_account_age_days": 2565 }, @@ -14470,19 +14485,19 @@ "author_account_age_days": 2565 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 228, + "stars": 229, "last_update": "2025-07-06 15:46:55", "author_account_age_days": 2565 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 460, + "stars": 461, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, @@ -14497,7 +14512,7 @@ "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, @@ -14512,17 +14527,17 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, @@ -14547,7 +14562,7 @@ "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -14557,22 +14572,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5275 + "author_account_age_days": 5276 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 86, "last_update": "2025-08-05 02:14:19", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, @@ -14587,27 +14602,27 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1427, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 110, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3788 + "author_account_age_days": 3789 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, @@ -14617,7 +14632,7 @@ "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -14637,7 +14652,7 @@ "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, @@ -14647,6 +14662,6 @@ "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4554 + "author_account_age_days": 4555 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 8ba6e453..91293e17 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "duckmartians", + "title": "Duck_Nodes [UNSAFE]", + "reference": "https://github.com/duckmartians/Duck_Nodes", + "files": [ + "https://github.com/duckmartians/Duck_Nodes" + ], + "install_type": "git-clone", + "description": "Load data from Google Sheets, Google Docs, Excel, Word, and TXT with built-in login system for ComfyUI.[w/This node pack contains a node with a vulnerability that allows reading files from arbitrary paths.]" + }, + { + "author": "xsai-collab", + "title": "ComfyUI-CombineVideoAndSubtitle", + "reference": "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle", + "files": [ + "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle" + ], + "install_type": "git-clone", + "description": "NODES: Combine Video and Subtitle" + }, { "author": "Lovzu", "title": "ComfyUI-Qwen [NAME CONFLICT]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index e502ae30..019d87a5 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -198,9 +198,11 @@ "StringCoordinateToBBoxMask", "StringCoordinateToBBoxes", "TextCustomExtract", - "TextFormat", + "TextFilterComment", + "TextJoinByTextList", "TextJoinMulti", - "TextLoadLocal" + "TextLoadLocal", + "TextPrefixSuffix" ], { "title_aux": "ComfyUI-1hewNodes [WIP]" @@ -2461,6 +2463,7 @@ [ "mb Barcode", "mb CLIP Text Encoder", + "mb Color Mask", "mb Data Type Converter", "mb Debug", "mb Demux", @@ -4330,9 +4333,11 @@ "https://github.com/blepping/comfyui_dum_samplers": [ [ "BatchMergeSampler", + "ButcherTableauSampler", "CacheAwareEulerSampler", "CyclePaddingSampler", "HistorySampler", + "LetMeHelpYouSampler", "PingPongSampler", "RestlessScheduler", "SimilarityAncestralEulerSampler", @@ -5473,6 +5478,18 @@ "title_aux": "ComfyUI_BWiZ_Nodes [WIP]" } ], + "https://github.com/duckmartians/Duck_Nodes": [ + [ + "Duck_LoadExcelRow", + "Duck_LoadGoogleDocLine", + "Duck_LoadGoogleSheetOneRow", + "Duck_LoadWordLine", + "Duck_PromptLoader" + ], + { + "title_aux": "Duck_Nodes [UNSAFE]" + } + ], "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": [ [ "Cosmos1ForwardRenderer", @@ -9533,8 +9550,7 @@ "https://github.com/usrname0/ComfyUI-AllergicPack": [ [ "FolderFileCounter_Allergic", - "IncrementorPlus", - "WanVideoVACEContextManager" + "IncrementorPlus" ], { "title_aux": "ComfyUI-AllergicPack [WIP]" @@ -9893,6 +9909,14 @@ "title_aux": "honey_nodes [WIP]" } ], + "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [ + [ + "CombineVideosFromFolder" + ], + { + "title_aux": "ComfyUI-CombineVideoAndSubtitle" + } + ], "https://github.com/xzuyn/ComfyUI-xzuynodes": [ [ "CLIPLoaderXZ", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 11151996..583d6ad6 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1829,6 +1829,11 @@ "last_update": "2024-12-27 17:03:52", "author_account_age_days": 2659 }, + "https://github.com/duckmartians/Duck_Nodes": { + "stars": 0, + "last_update": "2025-08-11 06:54:25", + "author_account_age_days": 459 + }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-08 17:12:28", @@ -3689,6 +3694,11 @@ "last_update": "2025-05-03 20:59:53", "author_account_age_days": 2113 }, + "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { + "stars": 0, + "last_update": "2025-08-11 06:55:18", + "author_account_age_days": 738 + }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 19631cff..fa20770a 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "squirrel765", + "title": "lorasubdirectory [REMOVED]", + "reference": "https://github.com/andrewsthomasj/lorasubdirectory", + "files": [ + "https://github.com/andrewsthomasj/lorasubdirectory" + ], + "install_type": "git-clone", + "description": "only show dropdown of loras ina a given subdirectory" + }, { "author": "shingo1228", "title": "ComfyUI-send-Eagle(slim) [REVMOED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 79c9a0ef..1c8f3521 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "stduhpf", + "title": "KSampler for Wan 2.2 MoE for ComfyUI", + "reference": "https://github.com/stduhpf/ComfyUI-WanMoeKSampler", + "files": [ + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler" + ], + "install_type": "git-clone", + "description": "These nodes are made to support 'Mixture of Expert' Flow models with the architecture of Wan2.2 A14B (With a high noise expert and low noise expert). Instead of guessing the denoising step at which to swap from tyhe high noise model to the low noise model, this node automatically chanage to the low noise model when we reach the diffusion timestep at which the signal to noise ratio is supposed to be 1:1." + }, + { + "author": "shinich39", + "title": "comfyui-global-prompts", + "reference": "https://github.com/shinich39/comfyui-global-prompts", + "files": [ + "https://github.com/shinich39/comfyui-global-prompts" + ], + "install_type": "git-clone", + "description": "Set global prompts using note node." + }, + { + "author": "HSDHCdev", + "title": "AI Pixel Art Enhancer for ComfyUI", + "reference": "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer", + "files": [ + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer" + ], + "install_type": "git-clone", + "description": "Pixel art Enhancement Node for ComfyUI" + }, + { + "author": "Rzgar Espo", + "title": "ComfyUI-Qwen-Image-Size-Picker", + "reference": "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker", + "files": [ + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker" + ], + "install_type": "git-clone", + "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." + }, { "author": "S4MUEL404", "title": "ComfyUI S4Motion", @@ -668,26 +708,6 @@ ], "install_type": "git-clone", "description": "We present LatentSync, an end-to-end lip-sync method based on audio-conditioned latent diffusion models without any intermediate motion representation, diverging from previous diffusion-based lip-sync methods based on pixel-space diffusion or two-stage generation. Our framework can leverage the powerful capabilities of Stable Diffusion to directly model complex audio-visual correlations." - }, - { - "author": "Starnodes2024", - "title": "ComfyUI_StarBetaNodes", - "reference": "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes", - "files": [ - "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes" - ], - "install_type": "git-clone", - "description": "Welcome to Star Beta Nodes - a collection of experimental custom nodes for ComfyUI designed for beta testing and feedback. These nodes provide enhanced functionality for image processing, video handling, and workflow automation." - }, - { - "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/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index fbc42585..778aa1f2 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -372,9 +372,11 @@ "StringCoordinateToBBoxMask", "StringCoordinateToBBoxes", "TextCustomExtract", - "TextFormat", + "TextFilterComment", + "TextJoinByTextList", "TextJoinMulti", - "TextLoadLocal" + "TextLoadLocal", + "TextPrefixSuffix" ], { "title_aux": "ComfyUI 1hewNodes" @@ -4930,11 +4932,16 @@ ], "https://github.com/ExoticArts/comfyui-ea-nodes": [ [ + "EA_AutoTrimPingPong", "EA_FilenameCombine", + "EA_ListVideos", + "EA_ManifestIndex", + "EA_PingPong", "EA_PowerLora", "EA_PowerLora_CLIP", "EA_PowerLora_WanVideo", - "EA_TrimFrames" + "EA_TrimFrames", + "EA_VideoLoad" ], { "title_aux": "comfyui-ea-nodes" @@ -6237,6 +6244,14 @@ "title_aux": "Random Number Button" } ], + "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": [ + [ + "AIPixelArtEnhancer" + ], + { + "title_aux": "AI Pixel Art Enhancer for ComfyUI" + } + ], "https://github.com/HWDigi/Factory-Prompts_comfyui": [ [ "FactoryPromptsNegative", @@ -10922,18 +10937,25 @@ ], "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": [ [ + "CombineImageBatch", + "GetImageBatch", + "ImageAdjustment", "ImageBlendWithAlpha", + "ImageBoard", "ImageColor", "ImageCombine", "ImageCropToFit", "ImageFromBase64", + "ImageGetColor", "ImageMaskExpand", "ImageOverlay", "ImagePalette", "ImagePalette631", "ImagePrimaryColor", + "ImageResize", "ImageTilingPattern", - "ImageToBase64" + "ImageToBase64", + "SetImageBatch" ], { "title_aux": "ComfyUI S4Tool Image" @@ -12768,11 +12790,8 @@ ], "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ - "StarFrameFromVideo", - "StarIconExporter", - "StarImageLoader1by1", - "StarRandomImageLoader", - "StarSavePanoramaJPEG" + "StarApplyOverlayDepth", + "StarQwenImageRatio" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -16709,15 +16728,6 @@ "title_aux": "CLIP Directional Prompt Attention" } ], - "https://github.com/andrewsthomasj/lorasubdirectory": [ - [ - "LoraModelOnlySubdirectory", - "LoraSubdirectory" - ], - { - "title_aux": "lorasubdirectory" - } - ], "https://github.com/andygill/comfyui-sunflower-nodes": [ [ "DepthViewToIsometric", @@ -33586,7 +33596,8 @@ ], "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": [ [ - "LoRAVisualizer" + "LoRAVisualizer", + "PromptSplitter" ], { "title_aux": "LoRA Visualizer" @@ -35924,6 +35935,14 @@ "title_aux": "ComfyUI_SuperResolution" } ], + "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": [ + [ + "QwenImageSize" + ], + { + "title_aux": "ComfyUI-Qwen-Image-Size-Picker" + } + ], "https://github.com/s9roll7/comfyui_cotracker_node": [ [ "CoTrackerNode", @@ -37577,6 +37596,15 @@ "title_aux": "WanImageToVideoTiledVAE for ComfyUI" } ], + "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": [ + [ + "WanMoeKSampler", + "WanMoeKSamplerAdvanced" + ], + { + "title_aux": "KSampler for Wan 2.2 MoE for ComfyUI" + } + ], "https://github.com/stepfun-ai/ComfyUI-StepVideo": [ [ "TI2V", From 134bca526c2146e47a97edd029b1cf62e45aa2a6 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 12 Aug 2025 09:52:15 +0900 Subject: [PATCH 02/35] update DB --- custom-node-list.json | 35 +- extension-node-map.json | 40 +- github-stats.json | 1107 +++++++++--------- node_db/dev/custom-node-list.json | 12 +- node_db/dev/extension-node-map.json | 11 +- node_db/dev/github-stats.json | 1589 +++++++++++++------------- node_db/legacy/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 30 +- node_db/new/extension-node-map.json | 40 +- 9 files changed, 1481 insertions(+), 1393 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a24c2ab7..379026d5 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14221,14 +14221,13 @@ }, { "author": "APZmedia", - "title": "APZmedia Clean Name", - "id": "clean-filename", + "title": "APZmedia Naming Tools", "reference": "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string", "files": [ "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string" ], "install_type": "git-clone", - "description": "A custom node to sanitize text to make clean file names from strings." + "description": "A comprehensive set of naming tools for ComfyUI to build, sanitize, and manage file names and paths." }, { "author": "APZmedia", @@ -17806,6 +17805,16 @@ "install_type": "git-clone", "description": "This node loads prompts (txt) and images (png) from a specified directory. By specifying an index, it outputs the selected file." }, + { + "author": "educator-art", + "title": "ComfyUI-gpt-oss-PromptDesigner", + "reference": "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner", + "files": [ + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner" + ], + "install_type": "git-clone", + "description": "Using the ollama gpt-oss:20b model, a prompt is generated. The user enters the desired theme into a custom node and runs it, and the model outputs a Stable Diffusion prompt. This is useful when you want the model to handle prompt creation for you." + }, { "author": "raysers", "title": "Mflux-ComfyUI", @@ -29028,6 +29037,16 @@ "install_type": "git-clone", "description": "A simple node that can dynamically adjust the reserved memory of a workflow in real-time, used to avoid the utilization of shared memory." }, + { + "author": "Windecay", + "title": "ComfyUI-SDupcaleTiledSize", + "reference": "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize", + "files": [ + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize" + ], + "install_type": "git-clone", + "description": "Assist in determining reasonable input values for tiled_width/tiled_height in the UltimateSDUpscale node to improve efficiency." + }, { "author": "kaaskoek232", "title": "ComfyUI-MemoryManagement", @@ -30546,16 +30565,6 @@ "install_type": "git-clone", "description": "A collection of custom nodes for integrating Google Gemini API with ComfyUI, providing powerful AI capabilities for text generation, image generation, and video analysis. Nodes: Gemini Text API, Gemini Image Editor, Gemini Image Gen Advanced, Gemini Video Captioner." }, - { - "author": "alFrame", - "title": "AF - Edit Generated Prompt", - "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", - "files": [ - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." - }, { "author": "fidecastro", "title": "comfyui-llamacpp-client", diff --git a/extension-node-map.json b/extension-node-map.json index 778aa1f2..21715990 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -165,6 +165,7 @@ "FashionSegmentAccessories", "FashionSegmentClothing", "RMBG", + "SAM2Segment", "Segment", "SegmentV2" ], @@ -1642,12 +1643,12 @@ [ "APZmediaGenerateFilePath", "APZmediaImageFilename", - "APZmediaPrimitive", + "APZmediaReadWidget", "APZmediaStandardFilenameBuilder", "CleanFileNameNode" ], { - "title_aux": "APZmedia Clean Name" + "title_aux": "APZmedia Naming Tools" } ], "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": [ @@ -4640,6 +4641,7 @@ "BoyoLoadImageList", "BoyoPairedSaver", "BoyoSaver", + "BoyoTiledVAEDecode", "BoyoVAEDecode", "Boyolatent", "MandelbrotVideo" @@ -4664,6 +4666,7 @@ [ "AdvancedMorphology", "CoverWordsWithRectangles", + "CreateArkClient", "CreateBoundingBoxesMaskQwen", "DrawBoundingBoxesQwen", "FluxKontextTrue3DPE", @@ -4681,7 +4684,8 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", - "PhotoDoddleConditioning" + "PhotoDoddleConditioning", + "SeedEditNode" ], { "title_aux": "Duanyll Nodepack" @@ -8905,6 +8909,8 @@ "\ud83d\udcdd Wildcard Processor", "\ud83d\udd20 Tiktoken Tokenizer Info", "\ud83d\uddbc\ufe0f Download Image from URL", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs", + "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor", "\ud83e\uddf9 String Cleaning" ], { @@ -10353,6 +10359,7 @@ "ImageScalePro", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LensSimulatedBloom", "PromptRandomizer", "StringCombine", "TestResetButton", @@ -14608,6 +14615,14 @@ "title_aux": "ComfyUI-ReservedVRAM" } ], + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": [ + [ + "SDupscaleTiledSize" + ], + { + "title_aux": "ComfyUI-SDupcaleTiledSize" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -16370,14 +16385,6 @@ "title_aux": "GeminiOllama ComfyUI Extension" } ], - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": [ - [ - "AF_Edit_Generated_Prompt" - ], - { - "title_aux": "AF - Edit Generated Prompt" - } - ], "https://github.com/alanhuang67/ComfyUI-FAI-Node": [ [ "FAIDynamicMask", @@ -22948,6 +22955,14 @@ "title_aux": "ComfyUI-Load-DirectoryFiles" } ], + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": [ + [ + "Load gpt-oss Prompt Designer" + ], + { + "title_aux": "ComfyUI-gpt-oss-PromptDesigner" + } + ], "https://github.com/eg0pr0xy/comfyui_noisegen": [ [ "AudioAnalyzer", @@ -23030,7 +23045,6 @@ [ "LatentLoaderAdvanced", "WorkflowImageFileLoader", - "WorkflowImageLoader", "WorkflowJSONParser" ], { @@ -33597,6 +33611,7 @@ "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": [ [ "LoRAVisualizer", + "PromptComposer", "PromptSplitter" ], { @@ -34651,6 +34666,7 @@ "PVL ComfyDeploy API Caller", "PVL KONTEXT MAX", "PVLCheckIfConnected", + "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", "PVL_fal_FluxWithLora_API", diff --git a/github-stats.json b/github-stats.json index 3947db68..e4f6807a 100644 --- a/github-stats.json +++ b/github-stats.json @@ -95,9 +95,9 @@ "author_account_age_days": 538 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 49, + "stars": 50, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, @@ -116,8 +116,8 @@ }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-03 13:17:03", - "author_account_age_days": 860 + "last_update": "2025-08-11 12:54:57", + "author_account_age_days": 861 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -132,7 +132,7 @@ "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 227, @@ -152,7 +152,7 @@ "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 10, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2416 + "author_account_age_days": 2417 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 21, @@ -212,7 +212,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -227,32 +227,32 @@ "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 4, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -572,22 +572,22 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, @@ -602,12 +602,12 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, @@ -662,7 +662,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -692,7 +692,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -702,12 +702,12 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, @@ -742,12 +742,12 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -852,7 +852,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, @@ -900,9 +900,9 @@ "author_account_age_days": 3062 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 132, - "last_update": "2025-08-09 15:07:36", - "author_account_age_days": 3303 + "stars": 133, + "last_update": "2025-08-11 16:16:54", + "author_account_age_days": 3304 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -1022,7 +1022,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1110,19 +1110,19 @@ "author_account_age_days": 256 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 1, + "stars": 2, "last_update": "2025-08-05 00:51:44", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-06-27 12:02:38", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 40, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1132,7 +1132,7 @@ "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5237 + "author_account_age_days": 5238 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 52, @@ -1205,9 +1205,9 @@ "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 1, - "last_update": "2025-08-07 15:25:08", - "author_account_age_days": 610 + "stars": 2, + "last_update": "2025-08-11 03:44:37", + "author_account_age_days": 611 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 79, @@ -1252,7 +1252,7 @@ "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 2, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 249, @@ -1287,17 +1287,17 @@ "https://github.com/Charonartist/Comfyui_gemini_tts_node": { "stars": 0, "last_update": "2025-05-26 01:17:59", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 233, @@ -1327,7 +1327,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2141 + "author_account_age_days": 2142 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 483, @@ -1352,37 +1352,37 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2310 + "author_account_age_days": 2311 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, - "last_update": "2025-08-10 18:38:41", - "author_account_age_days": 78 + "last_update": "2025-08-11 22:33:21", + "author_account_age_days": 79 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 34, - "last_update": "2025-08-09 03:45:37", - "author_account_age_days": 78 + "stars": 35, + "last_update": "2025-08-11 22:32:51", + "author_account_age_days": 79 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1427,12 +1427,12 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2019 + "author_account_age_days": 2021 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2019 + "author_account_age_days": 2021 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1472,22 +1472,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1527,7 +1527,7 @@ "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, @@ -1547,7 +1547,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1577,7 +1577,7 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1632,12 +1632,12 @@ "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 74, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 318, + "stars": 319, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1657,7 +1657,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1682,7 +1682,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1752,12 +1752,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, - "last_update": "2025-08-02 02:07:35", - "author_account_age_days": 3683 + "last_update": "2025-08-11 10:10:28", + "author_account_age_days": 3684 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 606, @@ -1776,8 +1776,8 @@ }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-11 02:10:21", - "author_account_age_days": 0 + "last_update": "2025-08-11 09:09:45", + "author_account_age_days": 1 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1892,7 +1892,7 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1902,7 +1902,7 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, @@ -1950,9 +1950,9 @@ "author_account_age_days": 1656 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { - "stars": 5, - "last_update": "2025-08-10 17:56:59", - "author_account_age_days": 1915 + "stars": 6, + "last_update": "2025-08-11 23:24:33", + "author_account_age_days": 1916 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1972,7 +1972,7 @@ "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, @@ -2027,12 +2027,12 @@ "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 30, "last_update": "2025-08-02 02:49:32", - "author_account_age_days": 1822 + "author_account_age_days": 1823 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 2, + "stars": 3, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4029 + "author_account_age_days": 4030 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, @@ -2062,12 +2062,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2082,7 +2082,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2092,7 +2092,7 @@ "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 0, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2102,7 +2102,7 @@ "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, @@ -2117,12 +2117,12 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 16, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/Gourieff/ComfyUI-ReActor": { "stars": 715, @@ -2162,7 +2162,7 @@ "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2197,7 +2197,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2220,14 +2220,14 @@ "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 74, + "stars": 75, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 58, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2242,22 +2242,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 0, - "last_update": "2025-08-11 08:33:01", + "stars": 7, + "last_update": "2025-08-11 12:06:46", "author_account_age_days": 188 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 34 + "author_account_age_days": 35 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 34 + "author_account_age_days": 35 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2317,7 +2317,7 @@ "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2650 + "author_account_age_days": 2651 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, @@ -2332,7 +2332,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2372,7 +2372,7 @@ "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2582 + "author_account_age_days": 2583 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, @@ -2417,17 +2417,17 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2141 + "author_account_age_days": 2142 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2442,12 +2442,12 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -2517,7 +2517,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2557,7 +2557,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 189, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, @@ -2572,7 +2572,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2622,7 +2622,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2637,7 +2637,7 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2772,7 +2772,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2837,7 +2837,7 @@ "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-10 11:25:52", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 848, @@ -2932,12 +2932,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 24, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2901 + "author_account_age_days": 2902 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, @@ -2947,17 +2947,17 @@ "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 313 + "author_account_age_days": 314 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-07-31 09:13:59", - "author_account_age_days": 144 + "last_update": "2025-08-11 09:32:37", + "author_account_age_days": 145 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 2, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3012,12 +3012,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3052,17 +3052,17 @@ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3082,7 +3082,7 @@ "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-06-01 17:27:49", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, @@ -3107,17 +3107,17 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 29, - "last_update": "2025-08-04 17:55:39", - "author_account_age_days": 4631 + "stars": 30, + "last_update": "2025-08-12 00:09:41", + "author_account_age_days": 4632 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 2, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3187,7 +3187,7 @@ "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2062 + "author_account_age_days": 2063 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 66, @@ -3257,7 +3257,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3272,7 +3272,7 @@ "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, @@ -3282,7 +3282,7 @@ "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 92 + "author_account_age_days": 94 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3312,7 +3312,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3407,7 +3407,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4396 + "author_account_age_days": 4397 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3472,7 +3472,7 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4807 + "author_account_age_days": 4808 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3307, @@ -3535,14 +3535,14 @@ "author_account_age_days": 775 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { - "stars": 1, - "last_update": "2025-08-10 12:55:31", - "author_account_age_days": 774 + "stars": 2, + "last_update": "2025-08-11 15:02:44", + "author_account_age_days": 776 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3552,7 +3552,7 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4628 + "author_account_age_days": 4630 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -3582,7 +3582,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3592,7 +3592,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3632,7 +3632,7 @@ "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, @@ -3667,7 +3667,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1725 + "author_account_age_days": 1726 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3692,12 +3692,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, @@ -3722,7 +3722,7 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3777,7 +3777,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3802,17 +3802,17 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 0, - "last_update": "2025-08-09 15:46:43", - "author_account_age_days": 4624 + "last_update": "2025-08-11 23:51:28", + "author_account_age_days": 4625 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, @@ -3872,7 +3872,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1455 + "author_account_age_days": 1456 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3902,7 +3902,7 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 210 + "author_account_age_days": 212 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, @@ -3912,7 +3912,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 29, @@ -3982,12 +3982,12 @@ "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, "last_update": "2025-08-06 17:44:50", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, @@ -4037,12 +4037,12 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 7, @@ -4117,47 +4117,47 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 2, + "stars": 12, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4167,7 +4167,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4227,7 +4227,7 @@ "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5297 + "author_account_age_days": 5299 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 4, @@ -4337,7 +4337,7 @@ "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, @@ -4392,7 +4392,7 @@ "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 11, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, @@ -4467,7 +4467,7 @@ "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4507,12 +4507,12 @@ "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4676,8 +4676,8 @@ }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, - "last_update": "2025-08-10 08:51:41", - "author_account_age_days": 415 + "last_update": "2025-08-11 15:02:32", + "author_account_age_days": 416 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 43, @@ -4756,8 +4756,8 @@ }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, - "last_update": "2025-07-12 22:01:38", - "author_account_age_days": 2451 + "last_update": "2025-08-11 13:40:16", + "author_account_age_days": 2452 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4772,12 +4772,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 83, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -4937,7 +4937,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -4957,7 +4957,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -4995,9 +4995,9 @@ "author_account_age_days": 3082 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 164, + "stars": 165, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, @@ -5027,7 +5027,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1131 + "author_account_age_days": 1132 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, @@ -5147,7 +5147,7 @@ "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-06 01:30:47", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5202,7 +5202,7 @@ "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5212,12 +5212,17 @@ "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 437 + "author_account_age_days": 438 + }, + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { + "stars": 2, + "last_update": "2025-08-11 16:04:38", + "author_account_age_days": 438 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, @@ -5232,12 +5237,12 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5307,7 +5312,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3062 + "author_account_age_days": 3063 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 219, @@ -5327,7 +5332,7 @@ "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5337,7 +5342,7 @@ "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 952 + "author_account_age_days": 954 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, @@ -5382,7 +5387,7 @@ "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, @@ -5467,7 +5472,7 @@ "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, @@ -5492,7 +5497,7 @@ "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 19, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, @@ -5507,7 +5512,7 @@ "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1818 + "author_account_age_days": 1819 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5602,7 +5607,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5612,7 +5617,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5632,7 +5637,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5642,7 +5647,7 @@ "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 207, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5737,7 +5742,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5780,14 +5785,14 @@ "author_account_age_days": 425 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 127, + "stars": 128, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 104, - "last_update": "2025-08-08 12:52:14", - "author_account_age_days": 316 + "last_update": "2025-08-11 08:25:00", + "author_account_age_days": 317 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5802,7 +5807,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -5914,11 +5919,6 @@ "last_update": "2025-07-07 23:42:51", "author_account_age_days": 1342 }, - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": { - "stars": 0, - "last_update": "2025-08-04 21:58:40", - "author_account_age_days": 3039 - }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", @@ -5927,17 +5927,17 @@ "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4462 + "author_account_age_days": 4463 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-07-28 19:38:26", - "author_account_age_days": 2237 + "author_account_age_days": 2238 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -5990,9 +5990,9 @@ "author_account_age_days": 5427 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 22, - "last_update": "2025-08-10 15:22:12", - "author_account_age_days": 3698 + "stars": 23, + "last_update": "2025-08-11 15:45:34", + "author_account_age_days": 3699 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6007,7 +6007,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1258, @@ -6072,12 +6072,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6202,7 +6202,7 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, @@ -6212,7 +6212,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6227,7 +6227,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": 90 + "author_account_age_days": 91 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6237,12 +6237,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 817 + "author_account_age_days": 819 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 817 + "author_account_age_days": 819 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 43, @@ -6297,7 +6297,7 @@ "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 104, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6332,7 +6332,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6347,27 +6347,27 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, @@ -6382,7 +6382,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6532,7 +6532,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6587,7 +6587,7 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-06-05 16:21:55", - "author_account_age_days": 3826 + "author_account_age_days": 3827 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, @@ -6632,7 +6632,7 @@ "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 1, @@ -6667,7 +6667,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2006 + "author_account_age_days": 2007 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 23, @@ -6687,7 +6687,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6807,7 +6807,7 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6836,23 +6836,23 @@ }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, - "last_update": "2025-08-10 05:31:17", - "author_account_age_days": 4707 + "last_update": "2025-08-11 02:51:59", + "author_account_age_days": 4709 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4707 + "author_account_age_days": 4709 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-07-20 18:58:20", - "author_account_age_days": 4707 + "author_account_age_days": 4709 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4707 + "author_account_age_days": 4709 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -7062,7 +7062,7 @@ "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7277,12 +7277,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { - "stars": 0, + "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7357,12 +7357,12 @@ "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7387,17 +7387,17 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4958 + "author_account_age_days": 4959 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5896 + "author_account_age_days": 5897 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, @@ -7407,7 +7407,7 @@ "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 20 + "author_account_age_days": 21 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, @@ -7425,9 +7425,9 @@ "author_account_age_days": 580 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85067, - "last_update": "2025-08-10 09:04:01", - "author_account_age_days": 961 + "stars": 85180, + "last_update": "2025-08-11 21:15:15", + "author_account_age_days": 962 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 636, @@ -7442,22 +7442,22 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, @@ -7492,7 +7492,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7522,7 +7522,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7542,7 +7542,7 @@ "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, @@ -7587,7 +7587,7 @@ "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, @@ -7647,7 +7647,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7817,7 +7817,7 @@ "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 4, "last_update": "2025-08-10 05:23:55", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7875,9 +7875,9 @@ "author_account_age_days": 672 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { - "stars": 9, + "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -7897,12 +7897,12 @@ "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 3, "last_update": "2025-08-09 03:27:43", - "author_account_age_days": 3463 + "author_account_age_days": 3465 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, @@ -7912,17 +7912,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -7947,7 +7947,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": 94 + "author_account_age_days": 95 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -7967,7 +7967,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -7992,22 +7992,27 @@ "https://github.com/edoardocarmignani/extralinks": { "stars": 0, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", "author_account_age_days": 614 }, + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { + "stars": 0, + "last_update": "2025-08-11 17:57:55", + "author_account_age_days": 615 + }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2486 + "author_account_age_days": 2487 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, @@ -8020,9 +8025,9 @@ "author_account_age_days": 368 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 1, - "last_update": "2025-08-10 16:32:37", - "author_account_age_days": 3845 + "stars": 2, + "last_update": "2025-08-11 17:05:25", + "author_account_age_days": 3846 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, @@ -8067,7 +8072,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8130,9 +8135,9 @@ "author_account_age_days": 3777 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 1, + "stars": 2, "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3777 + "author_account_age_days": 3778 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, @@ -8152,12 +8157,12 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8197,7 +8202,7 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, @@ -8227,7 +8232,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3721 + "author_account_age_days": 3722 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8322,7 +8327,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8332,12 +8337,12 @@ "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8357,17 +8362,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 49, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8407,32 +8412,32 @@ "https://github.com/fwack/ComfyUI_API_Manager_Pro": { "stars": 0, "last_update": "2025-08-07 12:50:03", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/gabe-init/ComfyUI-11labs": { - "stars": 3, + "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8442,7 +8447,7 @@ "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, @@ -8462,7 +8467,7 @@ "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3960 + "author_account_age_days": 3961 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8482,7 +8487,7 @@ "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8527,7 +8532,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8682,7 +8687,7 @@ "https://github.com/guill/comfyui-droopy-noodles": { "stars": 1, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8692,7 +8697,7 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, @@ -8705,9 +8710,9 @@ "author_account_age_days": 5250 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1881, - "last_update": "2025-08-10 22:34:03", - "author_account_age_days": 654 + "stars": 1901, + "last_update": "2025-08-11 04:13:35", + "author_account_age_days": 655 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8717,12 +8722,12 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -8757,7 +8762,7 @@ "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 196, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, @@ -8782,7 +8787,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": 4343 + "author_account_age_days": 4344 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8807,7 +8812,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, @@ -8822,7 +8827,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -8962,7 +8967,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -8997,12 +9002,12 @@ "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 1, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3432 + "author_account_age_days": 3433 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9167,7 +9172,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 45, "last_update": "2025-08-01 01:43:26", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 100, @@ -9197,7 +9202,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4791 + "author_account_age_days": 4792 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 184, @@ -9277,7 +9282,7 @@ "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, @@ -9302,7 +9307,7 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/jitcoder/lora-info": { "stars": 104, @@ -9337,7 +9342,7 @@ "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 617, @@ -9350,9 +9355,9 @@ "author_account_age_days": 5211 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { - "stars": 1, + "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9372,12 +9377,12 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, @@ -9405,9 +9410,9 @@ "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 41, + "stars": 42, "last_update": "2025-08-08 13:14:35", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, @@ -9417,7 +9422,7 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, @@ -9427,7 +9432,7 @@ "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 3, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9452,7 +9457,7 @@ "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-02 15:40:12", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, @@ -9462,12 +9467,12 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9502,7 +9507,7 @@ "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 2, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9517,7 +9522,7 @@ "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3060 + "author_account_age_days": 3061 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 621, @@ -9527,7 +9532,7 @@ "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -9557,7 +9562,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9572,7 +9577,7 @@ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9612,12 +9617,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 48, @@ -9627,7 +9632,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9647,7 +9652,7 @@ "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4358 + "author_account_age_days": 4359 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, @@ -9825,9 +9830,9 @@ "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3908, - "last_update": "2025-08-10 22:34:28", - "author_account_age_days": 2595 + "stars": 3926, + "last_update": "2025-08-11 15:46:51", + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -9882,7 +9887,7 @@ "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -9892,7 +9897,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, @@ -9917,7 +9922,7 @@ "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, @@ -9927,7 +9932,7 @@ "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, @@ -9967,7 +9972,7 @@ "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, @@ -10032,7 +10037,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 8, @@ -10162,22 +10167,22 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 77, @@ -10212,12 +10217,12 @@ "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10232,12 +10237,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10462,12 +10467,12 @@ "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-07-05 15:44:08", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10492,7 +10497,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10582,12 +10587,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, @@ -10622,7 +10627,7 @@ "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10642,7 +10647,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10667,7 +10672,7 @@ "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, @@ -10687,12 +10692,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10802,7 +10807,7 @@ "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -10817,7 +10822,7 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-03 10:43:32", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, @@ -10917,7 +10922,7 @@ "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 2, @@ -10942,7 +10947,7 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4721 + "author_account_age_days": 4722 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -10995,9 +11000,9 @@ "author_account_age_days": 4423 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { - "stars": 22, + "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, @@ -11032,7 +11037,7 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, @@ -11147,12 +11152,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11187,17 +11192,17 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1731 + "author_account_age_days": 1733 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11237,7 +11242,7 @@ "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, @@ -11367,7 +11372,7 @@ "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3471 + "author_account_age_days": 3473 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, @@ -11432,52 +11437,52 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { - "stars": 9, + "stars": 10, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 30, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 37, + "stars": 39, "last_update": "2025-08-09 15:34:39", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 1, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 30, + "stars": 31, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 6, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 12, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 35, + "stars": 36, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 10, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, @@ -11501,13 +11506,13 @@ }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, - "last_update": "2025-08-06 21:41:17", - "author_account_age_days": 4413 + "last_update": "2025-08-11 23:12:55", + "author_account_age_days": 4415 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { - "stars": 2, + "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, @@ -11517,7 +11522,7 @@ "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, @@ -11537,37 +11542,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 75, @@ -11595,9 +11600,9 @@ "author_account_age_days": 2815 }, "https://github.com/otacoo/comfyui_otacoo": { - "stars": 4, + "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -11622,7 +11627,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11657,12 +11662,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1924 + "author_account_age_days": 1926 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1924 + "author_account_age_days": 1926 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11677,7 +11682,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 27, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 263 + "author_account_age_days": 265 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11687,7 +11692,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11752,17 +11757,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -11782,7 +11787,7 @@ "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 383 + "author_account_age_days": 385 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -11817,7 +11822,7 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, @@ -11867,17 +11872,17 @@ "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -11887,7 +11892,7 @@ "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, @@ -11901,8 +11906,8 @@ }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-08-08 12:20:24", - "author_account_age_days": 454 + "last_update": "2025-08-11 17:01:06", + "author_account_age_days": 455 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -11942,57 +11947,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 36, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 58, + "stars": 59, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { - "stars": 32, + "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 35, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12002,7 +12007,7 @@ "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, "last_update": "2025-08-10 06:02:33", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -12031,8 +12036,8 @@ }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, - "last_update": "2025-08-07 13:18:48", - "author_account_age_days": 3575 + "last_update": "2025-08-12 00:09:29", + "author_account_age_days": 3576 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12061,8 +12066,8 @@ }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-09 13:42:21", - "author_account_age_days": 5668 + "last_update": "2025-08-11 15:13:01", + "author_account_age_days": 5669 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12097,12 +12102,12 @@ "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, @@ -12212,12 +12217,12 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 227, + "stars": 228, "last_update": "2025-08-09 02:40:53", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, @@ -12227,7 +12232,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12287,7 +12292,7 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12370,14 +12375,14 @@ "author_account_age_days": 4102 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 0, + "stars": 1, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, @@ -12400,9 +12405,9 @@ "author_account_age_days": 363 }, "https://github.com/scraed/LanPaint": { - "stars": 415, + "stars": 419, "last_update": "2025-08-08 06:14:39", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12412,12 +12417,12 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12442,17 +12447,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12532,7 +12537,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, @@ -12577,7 +12582,7 @@ "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, @@ -12632,12 +12637,12 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, @@ -12667,7 +12672,7 @@ "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, @@ -12677,12 +12682,12 @@ "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, @@ -12702,7 +12707,7 @@ "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12722,7 +12727,7 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, @@ -12852,7 +12857,7 @@ "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, @@ -12862,7 +12867,7 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, @@ -12977,7 +12982,7 @@ "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 4, @@ -13047,12 +13052,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13070,9 +13075,9 @@ "author_account_age_days": 5644 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 0, + "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1270, @@ -13112,12 +13117,12 @@ "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3024 + "author_account_age_days": 3026 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3024 + "author_account_age_days": 3026 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { "stars": 1, @@ -13167,7 +13172,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13212,7 +13217,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13247,7 +13252,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13262,7 +13267,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -13297,7 +13302,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13352,22 +13357,22 @@ "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4833 + "author_account_age_days": 4834 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 43, + "stars": 44, "last_update": "2025-08-05 18:55:15", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13382,12 +13387,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13417,7 +13422,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13462,7 +13467,7 @@ "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, @@ -13572,7 +13577,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, @@ -13591,18 +13596,18 @@ }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, - "last_update": "2025-08-10 18:52:56", - "author_account_age_days": 3553 + "last_update": "2025-08-11 20:30:26", + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 0, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13652,7 +13657,7 @@ "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, @@ -13697,7 +13702,7 @@ "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, @@ -13727,17 +13732,17 @@ "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 0, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, @@ -13757,7 +13762,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2369 + "author_account_age_days": 2370 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13797,7 +13802,7 @@ "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 2, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -13822,7 +13827,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -13830,9 +13835,9 @@ "author_account_age_days": 2446 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 135, - "last_update": "2025-08-07 09:19:11", - "author_account_age_days": 5452 + "stars": 138, + "last_update": "2025-08-11 19:41:21", + "author_account_age_days": 5453 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -13847,7 +13852,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4761 + "author_account_age_days": 4762 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -13862,17 +13867,17 @@ "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 61, + "stars": 63, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -13917,17 +13922,17 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -13937,7 +13942,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -13947,7 +13952,7 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3440 + "author_account_age_days": 3442 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, @@ -13957,12 +13962,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14022,17 +14027,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 34, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14052,7 +14057,7 @@ "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14067,7 +14072,7 @@ "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3335 + "author_account_age_days": 3336 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, @@ -14085,9 +14090,9 @@ "author_account_age_days": 3443 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 49, + "stars": 50, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, @@ -14150,19 +14155,19 @@ "author_account_age_days": 842 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 25, + "stars": 26, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3676 + "author_account_age_days": 3677 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14197,7 +14202,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2168 + "author_account_age_days": 2169 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14217,7 +14222,7 @@ "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, @@ -14230,9 +14235,9 @@ "author_account_age_days": 4519 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { - "stars": 7, + "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, @@ -14502,12 +14507,12 @@ "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, @@ -14522,7 +14527,7 @@ "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, @@ -14542,7 +14547,7 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-05 22:27:14", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14627,7 +14632,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "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 91293e17..921eaf3c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "tg-tjmitchell", + "title": "ComfyUI Manager Package Lister", + "reference": "https://github.com/tg-tjmitchell/comfyui-custom-node-lister", + "files": [ + "https://github.com/tg-tjmitchell/comfyui-custom-node-lister" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that lists installed custom node packages in ComfyUI Manager compatible format, providing the exact package names and install commands for sharing or reinstalling." + }, { "author": "duckmartians", "title": "Duck_Nodes [UNSAFE]", @@ -4352,7 +4362,7 @@ "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes" ], "install_type": "git-clone", - "description": "NODES: HyVid Switcher\nNOTE: The files in the repo are not organized." + "description": "NODES: Path Tool, Color Match Falloff, Sequence Content Zoom, Sequence Blend, Color Picker" }, { "author": "sourceful-official", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 019d87a5..2c6ca0fb 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2653,7 +2653,10 @@ "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": [ [ "ColorMatchFalloff", - "PathTool" + "ColorPicker", + "PathTool", + "SequenceBlend", + "SequenceContentZoom" ], { "title_aux": "Patatajec-Nodes [WIP]" @@ -4150,8 +4153,12 @@ "MC Switch Image", "MC Switch Latent", "MC Switch Model", + "MC Switch Noise", "MC Switch Seed", - "MC Switch String" + "MC Switch String", + "MC Swtich Latent(Multi)", + "MC Swtich Sampler(Multi)", + "MC Swtich Sigmas(Multi)" ], { "title_aux": "ComfyUI_MoreComfy" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 583d6ad6..2d74a06b 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,3816 +2,3821 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 583 + "author_account_age_days": 585 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-03 13:17:03", - "author_account_age_days": 860 + "last_update": "2025-08-11 12:54:57", + "author_account_age_days": 861 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 30, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 14, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1872 + "author_account_age_days": 1873 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 0, "last_update": "2025-08-07 18:31:55", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4114 + "author_account_age_days": 4115 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4366 + "author_account_age_days": 4368 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4366 + "author_account_age_days": 4368 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2404 + "author_account_age_days": 2405 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4486 + "author_account_age_days": 4488 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4486 + "author_account_age_days": 4488 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 76, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-07 09:02:32", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 359 + "author_account_age_days": 361 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4564 + "author_account_age_days": 4565 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-05 21:43:28", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2824 + "author_account_age_days": 2826 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 6, "last_update": "2025-08-08 14:42:55", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 137 + "author_account_age_days": 139 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1279 + "author_account_age_days": 1280 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2236 + "author_account_age_days": 2237 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3000 + "author_account_age_days": 3001 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3058 + "author_account_age_days": 3059 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2390 + "author_account_age_days": 2391 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1306 + "author_account_age_days": 1308 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2795 + "author_account_age_days": 2796 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2663 + "author_account_age_days": 2665 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 34 + "author_account_age_days": 35 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-07-16 01:45:14", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 4997 + "author_account_age_days": 4998 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 189, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, "last_update": "2025-08-10 22:30:55", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1304 + "author_account_age_days": 1305 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2630 + "author_account_age_days": 2632 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4598 + "author_account_age_days": 4599 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-07-21 08:09:52", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2065 + "author_account_age_days": 2066 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2391 + "author_account_age_days": 2392 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 35, + "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 790 + "author_account_age_days": 792 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3636 + "author_account_age_days": 3637 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-06 00:31:52", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1875 + "author_account_age_days": 1876 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-10 06:02:00", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 824 + "author_account_age_days": 826 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3231 + "author_account_age_days": 3233 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3231 + "author_account_age_days": 3233 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-10 22:37:55", - "author_account_age_days": 3492 + "last_update": "2025-08-11 04:04:30", + "author_account_age_days": 3493 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2443 + "author_account_age_days": 2444 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, - "last_update": "2025-07-19 20:53:01", - "author_account_age_days": 2347 + "last_update": "2025-08-11 22:40:42", + "author_account_age_days": 2348 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2437 + "author_account_age_days": 2438 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5687 + "author_account_age_days": 5688 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4617 + "author_account_age_days": 4619 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5029 + "author_account_age_days": 5030 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 31, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1724 + "author_account_age_days": 1725 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, - "last_update": "2025-08-01 06:41:47", - "author_account_age_days": 673 + "last_update": "2025-08-11 09:43:55", + "author_account_age_days": 674 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1437 + "author_account_age_days": 1439 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 110, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1727 + "author_account_age_days": 1728 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4357 + "author_account_age_days": 4359 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1552 + "author_account_age_days": 1553 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2586 + "author_account_age_days": 2588 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1683 + "author_account_age_days": 1685 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4142 + "author_account_age_days": 4143 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1373 + "author_account_age_days": 1374 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2721 + "author_account_age_days": 2723 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 7, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1818 + "author_account_age_days": 1819 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 361, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 768, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 235, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 110, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 242, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 447 + "author_account_age_days": 449 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3510 + "author_account_age_days": 3511 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, - "last_update": "2025-07-11 19:06:00", - "author_account_age_days": 4382 + "last_update": "2025-08-11 13:46:34", + "author_account_age_days": 4383 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 817 + "author_account_age_days": 819 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5092 + "author_account_age_days": 5093 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4698 + "author_account_age_days": 4700 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5422 + "author_account_age_days": 5423 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, - "last_update": "2025-08-04 19:57:00", - "author_account_age_days": 566 + "last_update": "2025-08-11 12:09:57", + "author_account_age_days": 567 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4216 + "author_account_age_days": 4217 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { - "stars": 5, + "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1501 + "author_account_age_days": 1502 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, - "last_update": "2025-08-10 00:07:19", - "author_account_age_days": 4157 + "last_update": "2025-08-11 01:05:57", + "author_account_age_days": 4158 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-07-20 06:06:24", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1122, + "stars": 1124, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2041 + "author_account_age_days": 2043 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85065, - "last_update": "2025-08-10 09:04:01", - "author_account_age_days": 961 + "stars": 85180, + "last_update": "2025-08-11 21:15:15", + "author_account_age_days": 962 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 411, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-07-25 13:35:03", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 264, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1024 + "author_account_age_days": 1026 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6387 + "author_account_age_days": 6388 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 50, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4478 + "author_account_age_days": 4480 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 0, - "last_update": "2025-08-11 06:54:25", - "author_account_age_days": 459 + "last_update": "2025-08-11 11:26:41", + "author_account_age_days": 460 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-08 17:12:28", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4597 + "author_account_age_days": 4598 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "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": 409 + "author_account_age_days": 410 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1024 + "author_account_age_days": 1026 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2148 + "author_account_age_days": 2150 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2990 + "author_account_age_days": 2991 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2960 + "author_account_age_days": 2961 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5507 + "author_account_age_days": 5508 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5507 + "author_account_age_days": 5508 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/hananbeer/node_dev": { "stars": 6, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3390 + "author_account_age_days": 3391 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 17, - "last_update": "2025-04-21 02:35:46", - "author_account_age_days": 2349 + "last_update": "2025-08-12 00:16:06", + "author_account_age_days": 2350 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1756 + "author_account_age_days": 1757 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3932 + "author_account_age_days": 3933 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-06-24 17:46:56", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, - "last_update": "2025-08-07 04:14:15", - "author_account_age_days": 5605 + "last_update": "2025-08-11 16:24:08", + "author_account_age_days": 5606 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1285 + "author_account_age_days": 1287 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3691 + "author_account_age_days": 3692 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5359 + "author_account_age_days": 5361 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-06-29 07:08:03", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4396 + "author_account_age_days": 4398 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3481 + "author_account_age_days": 3482 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 15, "last_update": "2025-08-08 13:14:20", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5885 + "author_account_age_days": 5886 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1485, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 831, + "stars": 835, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2519, + "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 404, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { - "stars": 788, + "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "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": 269 + "author_account_age_days": 270 }, "https://github.com/kk8bit/KayTool": { "stars": 189, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-05 17:16:49", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4959 + "author_account_age_days": 4960 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4959 + "author_account_age_days": 4960 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1353 + "author_account_age_days": 1354 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3064 + "author_account_age_days": 3066 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4968 + "author_account_age_days": 4969 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 85, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 23, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5074 + "author_account_age_days": 5075 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 487, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 874 + "author_account_age_days": 876 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { - "stars": 31, + "stars": 32, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 874 + "author_account_age_days": 876 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 15, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-04-14 19:13:55", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3482 + "author_account_age_days": 3483 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2218 + "author_account_age_days": 2219 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4827 + "author_account_age_days": 4828 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2668 + "author_account_age_days": 2669 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4490 + "author_account_age_days": 4492 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4157 + "author_account_age_days": 4159 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2814 + "author_account_age_days": 2815 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4309 + "author_account_age_days": 4310 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2454 + "author_account_age_days": 2455 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1431 + "author_account_age_days": 1432 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3849 + "author_account_age_days": 3850 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-07-26 14:20:24", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4751 + "author_account_age_days": 4752 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4442 + "author_account_age_days": 4443 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1522 + "author_account_age_days": 1523 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1254 + "author_account_age_days": 1255 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 209, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1924 + "author_account_age_days": 1926 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5536 + "author_account_age_days": 5537 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 8, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4667 + "author_account_age_days": 4669 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, - "last_update": "2025-08-10 10:15:24", - "author_account_age_days": 3723 + "last_update": "2025-08-11 21:56:01", + "author_account_age_days": 3724 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4400 + "author_account_age_days": 4401 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5990 + "author_account_age_days": 5991 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2471 + "author_account_age_days": 2472 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 551 + "author_account_age_days": 553 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2592 + "author_account_age_days": 2593 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-10 20:23:22", - "author_account_age_days": 5866 + "last_update": "2025-08-11 11:23:40", + "author_account_age_days": 5867 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3588 + "author_account_age_days": 3589 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5492 + "author_account_age_days": 5493 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4374 + "author_account_age_days": 4375 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-08 10:12:58", - "author_account_age_days": 2555 + "author_account_age_days": 2556 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1913 + "author_account_age_days": 1915 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 23 + "author_account_age_days": 24 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/sofakid/dandy": { "stars": 51, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1266 + "author_account_age_days": 1267 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, - "last_update": "2025-08-10 13:26:46", - "author_account_age_days": 344 + "last_update": "2025-08-11 06:37:32", + "author_account_age_days": 345 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 582 + "author_account_age_days": 583 + }, + "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { + "stars": 0, + "last_update": "2025-08-11 22:48:12", + "author_account_age_days": 1172 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 350 + "author_account_age_days": 352 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3278 + "author_account_age_days": 3280 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1363 + "author_account_age_days": 1365 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4377 + "author_account_age_days": 4378 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/tom-doerr/dspy_nodes": { - "stars": 193, + "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5611 + "author_account_age_days": 5612 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, - "last_update": "2025-08-08 19:31:45", - "author_account_age_days": 183 + "last_update": "2025-08-11 03:28:31", + "author_account_age_days": 184 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5030 + "author_account_age_days": 5031 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2234 + "author_account_age_days": 2235 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2235 + "author_account_age_days": 2236 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, - "last_update": "2025-06-29 19:13:04", - "author_account_age_days": 2826 + "last_update": "2025-08-11 11:41:36", + "author_account_age_days": 2827 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 135, - "last_update": "2025-08-07 09:19:11", - "author_account_age_days": 5452 + "stars": 138, + "last_update": "2025-08-11 19:41:21", + "author_account_age_days": 5453 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 3, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5452 + "author_account_age_days": 5453 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2140 + "author_account_age_days": 2141 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3188 + "author_account_age_days": 3189 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3895 + "author_account_age_days": 3897 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2618 + "author_account_age_days": 2619 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4203 + "author_account_age_days": 4204 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4645 + "author_account_age_days": 4646 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1100 + "author_account_age_days": 1101 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5414 + "author_account_age_days": 5415 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 285 + "author_account_age_days": 287 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2113 + "author_account_age_days": 2115 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-11 06:55:18", - "author_account_age_days": 738 + "last_update": "2025-08-11 08:32:04", + "author_account_age_days": 739 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4047 + "author_account_age_days": 4048 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 1, "last_update": "2025-08-07 20:12:52", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4042 + "author_account_age_days": 4043 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2651 + "author_account_age_days": 2652 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2067 + "author_account_age_days": 2068 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 352, + "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3871 + "author_account_age_days": 3872 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3392 + "author_account_age_days": 3393 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5941 + "author_account_age_days": 5942 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 132 + "author_account_age_days": 133 } } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index fa20770a..3ef69473 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "alFrame", + "title": "AF - Edit Generated Prompt [REMOVED]", + "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", + "files": [ + "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." + }, { "author": "squirrel765", "title": "lorasubdirectory [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1c8f3521..5885e851 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "Windecay", + "title": "ComfyUI-SDupcaleTiledSize", + "reference": "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize", + "files": [ + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize" + ], + "install_type": "git-clone", + "description": "Assist in determining reasonable input values for tiled_width/tiled_height in the UltimateSDUpscale node to improve efficiency." + }, + { + "author": "educator-art", + "title": "ComfyUI-gpt-oss-PromptDesigner", + "reference": "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner", + "files": [ + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner" + ], + "install_type": "git-clone", + "description": "Using the ollama gpt-oss:20b model, a prompt is generated. The user enters the desired theme into a custom node and runs it, and the model outputs a Stable Diffusion prompt. This is useful when you want the model to handle prompt creation for you." + }, { "author": "stduhpf", "title": "KSampler for Wan 2.2 MoE for ComfyUI", @@ -363,16 +383,6 @@ "install_type": "git-clone", "description": "This is a custom node package that integrates the Qwen-Image model into ComfyUI." }, - { - "author": "alFrame", - "title": "AF - Edit Generated Prompt", - "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", - "files": [ - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." - }, { "author": "jqy-yo", "title": "ComfyUI Gemini Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 778aa1f2..21715990 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -165,6 +165,7 @@ "FashionSegmentAccessories", "FashionSegmentClothing", "RMBG", + "SAM2Segment", "Segment", "SegmentV2" ], @@ -1642,12 +1643,12 @@ [ "APZmediaGenerateFilePath", "APZmediaImageFilename", - "APZmediaPrimitive", + "APZmediaReadWidget", "APZmediaStandardFilenameBuilder", "CleanFileNameNode" ], { - "title_aux": "APZmedia Clean Name" + "title_aux": "APZmedia Naming Tools" } ], "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": [ @@ -4640,6 +4641,7 @@ "BoyoLoadImageList", "BoyoPairedSaver", "BoyoSaver", + "BoyoTiledVAEDecode", "BoyoVAEDecode", "Boyolatent", "MandelbrotVideo" @@ -4664,6 +4666,7 @@ [ "AdvancedMorphology", "CoverWordsWithRectangles", + "CreateArkClient", "CreateBoundingBoxesMaskQwen", "DrawBoundingBoxesQwen", "FluxKontextTrue3DPE", @@ -4681,7 +4684,8 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", - "PhotoDoddleConditioning" + "PhotoDoddleConditioning", + "SeedEditNode" ], { "title_aux": "Duanyll Nodepack" @@ -8905,6 +8909,8 @@ "\ud83d\udcdd Wildcard Processor", "\ud83d\udd20 Tiktoken Tokenizer Info", "\ud83d\uddbc\ufe0f Download Image from URL", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs", + "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor", "\ud83e\uddf9 String Cleaning" ], { @@ -10353,6 +10359,7 @@ "ImageScalePro", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", + "LensSimulatedBloom", "PromptRandomizer", "StringCombine", "TestResetButton", @@ -14608,6 +14615,14 @@ "title_aux": "ComfyUI-ReservedVRAM" } ], + "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": [ + [ + "SDupscaleTiledSize" + ], + { + "title_aux": "ComfyUI-SDupcaleTiledSize" + } + ], "https://github.com/X-School-Academy/X-FluxAgent": [ [ "X-FluxAgent.AICodeGenNode", @@ -16370,14 +16385,6 @@ "title_aux": "GeminiOllama ComfyUI Extension" } ], - "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt": [ - [ - "AF_Edit_Generated_Prompt" - ], - { - "title_aux": "AF - Edit Generated Prompt" - } - ], "https://github.com/alanhuang67/ComfyUI-FAI-Node": [ [ "FAIDynamicMask", @@ -22948,6 +22955,14 @@ "title_aux": "ComfyUI-Load-DirectoryFiles" } ], + "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": [ + [ + "Load gpt-oss Prompt Designer" + ], + { + "title_aux": "ComfyUI-gpt-oss-PromptDesigner" + } + ], "https://github.com/eg0pr0xy/comfyui_noisegen": [ [ "AudioAnalyzer", @@ -23030,7 +23045,6 @@ [ "LatentLoaderAdvanced", "WorkflowImageFileLoader", - "WorkflowImageLoader", "WorkflowJSONParser" ], { @@ -33597,6 +33611,7 @@ "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": [ [ "LoRAVisualizer", + "PromptComposer", "PromptSplitter" ], { @@ -34651,6 +34666,7 @@ "PVL ComfyDeploy API Caller", "PVL KONTEXT MAX", "PVLCheckIfConnected", + "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", "PVL_fal_FluxWithLora_API", From 3bf5edf5c915ac03cee566b21eca2a2429e71e9f Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 12 Aug 2025 10:34:55 +0900 Subject: [PATCH 03/35] update DB --- custom-node-list.json | 74 +- extension-node-map.json | 38 +- github-stats.json | 1325 +++++++++++++-------------- node_db/dev/custom-node-list.json | 31 + node_db/dev/extension-node-map.json | 35 + node_db/dev/github-stats.json | 15 + node_db/new/custom-node-list.json | 10 - node_db/new/extension-node-map.json | 38 +- 8 files changed, 773 insertions(+), 793 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 379026d5..7dfa2d38 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13087,17 +13087,6 @@ "install_type": "git-clone", "description": "Nodes:ApiRequestNode, LoadVideoNode, JsonParserNode, OllamaRequestNode, OldPhotoColorizationNode." }, - { - "author": "hben35096", - "title": "ComfyUI-ToolBox", - "id": "hben-toolbox", - "reference": "https://github.com/hben35096/ComfyUI-ToolBox", - "files": [ - "https://github.com/hben35096/ComfyUI-ToolBox" - ], - "install_type": "git-clone", - "description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation." - }, { "author": "hben35096", "title": "ComfyUI-ReplenishNodes", @@ -15510,25 +15499,14 @@ }, { "author": "IuvenisSapiens", - "title": "ComfyUI_MiniCPM-V-2_6-int4", + "title": "ComfyUI_MiniCPM-V-4", "id": "ComfyUI_MiniCPM-V-4", "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4", "files": [ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4" ], "install_type": "git-clone", - "description": "This is an implementation of [a/MiniCPM-V-4](https://github.com/OpenBMB/MiniCPM-V) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." - }, - { - "author": "IuvenisSapiens", - "title": "ComfyUI_MiniCPM-V-2_6-int4", - "id": "minicpm-v-2_6-int4", - "reference": "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4", - "files": [ - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4" - ], - "install_type": "git-clone", - "description": "This is an implementation of [a/MiniCPM-V-2_6-int4](https://github.com/OpenBMB/MiniCPM-V) by [a/ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." + "description": "This is an implementation of [MiniCPM-V-4](https://github.com/OpenBMB/MiniCPM-V) by [ComfyUI](https://github.com/comfyanonymous/ComfyUI), including support for text-based queries, video queries, single-image queries, and multi-image queries to generate captions or responses." }, { "author": "IuvenisSapiens", @@ -19904,17 +19882,7 @@ }, { "author": "Yuan-ManX", - "title": "ComfyUI-Step1X-Edit", - "reference": "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit", - "files": [ - "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit" - ], - "install_type": "git-clone", - "description": "Make Step1X-Edit avialbe in ComfyUI." - }, - { - "author": "Yuan-ManX", - "title": "ComfyUI-AudioX", + "title": "Yuan-ManX/ComfyUI-AudioX", "reference": "https://github.com/Yuan-ManX/ComfyUI-AudioX", "files": [ "https://github.com/Yuan-ManX/ComfyUI-AudioX" @@ -26959,16 +26927,6 @@ "install_type": "git-clone", "description": "A collection of custom nodes for ComfyUI focused on aspect ratio management and other utilities." }, - { - "author": "Limbicnation", - "title": "ComfyUIDepthEstimation", - "reference": "https://github.com/Limbicnation/ComfyUIDepthEstimation", - "files": [ - "https://github.com/Limbicnation/ComfyUIDepthEstimation" - ], - "install_type": "git-clone", - "description": "A robust custom depth estimation node for ComfyUI using Depth-Anything models. It integrates depth estimation with configurable post-processing options including blur, median filtering, contrast enhancement, and gamma correction." - }, { "author": "Limbicnation", "title": "Depth Estimation Node", @@ -27632,7 +27590,7 @@ }, { "author": "boricuapab", - "title": "ComfyUI-Bori-JsonSetGetConverter", + "title": "ComfyUI-Bori-QwenImageResolutions", "reference": "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions", "files": [ "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions" @@ -29232,7 +29190,7 @@ }, { "author": "sunx.ai", - "title": "ComfyUI Gemini Nodes", + "title": "comfyui_sunxAI_facetools", "reference": "https://github.com/upseem/comfyui_sunxAI_facetools", "files": [ "https://github.com/upseem/comfyui_sunxAI_facetools" @@ -30526,7 +30484,7 @@ }, { "author": "ranska", - "title": "pixel_palette_art", + "title": "Pixel Palette Art", "reference": "https://github.com/ranska/pixel_palette_art", "files": [ "https://github.com/ranska/pixel_palette_art" @@ -30595,16 +30553,6 @@ "install_type": "git-clone", "description": "ComfyUI custom nodes for the DFloat11 compressed Qwen-Image model. This package provides efficient image generation with reduced memory usage through DFloat11 compression technology." }, - { - "author": "ranska", - "title": "Pixel Palette Art", - "reference": "https://github.com/ranska/pixel_palette_art", - "files": [ - "https://github.com/ranska/pixel_palette_art" - ], - "install_type": "git-clone", - "description": "Comfyui custom node: Set of tools for pixel art palette." - }, { "author": "snomiao", "title": "ComfyUI Video Crop", @@ -30665,16 +30613,6 @@ "install_type": "git-clone", "description": "TTS Audio Suite - Universal multi-engine TTS extension for ComfyUI with unified architecture supporting ChatterBox, F5-TTS, and future engines like RVC. Features modular engine adapters, character voice management, comprehensive SRT subtitle support, and advanced audio processing capabilities." }, - { - "author": "fwack", - "title": "ComfyUI_API_Manager", - "reference": "https://github.com/fwack/ComfyUI_API_Manager_Pro", - "files": [ - "https://github.com/fwack/ComfyUI_API_Manager_Pro" - ], - "install_type": "git-clone", - "description": "This package provides three custom nodes designed to streamline workflows involving API requests, dynamic text manipulation based on API responses, and image posting to APIs. These nodes are particularly useful for automating interactions with APIs, enhancing text-based workflows with dynamic data, and facilitating image uploads." - }, { "author": "Ferocit", "title": "comfyui-feroccustomnodes", diff --git a/extension-node-map.json b/extension-node-map.json index 21715990..31a49a5f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6921,17 +6921,6 @@ "title_aux": "ComfyUI_Isulion Random Prompt Generator" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [ - [ - "DisplayText", - "MiniCPM_VQA", - "MiniCPM_VQA_Polished", - "MultipleImagesInput" - ], - { - "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" - } - ], "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": [ [ "DisplayText", @@ -6940,7 +6929,7 @@ "MultipleImagesInput" ], { - "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" + "title_aux": "ComfyUI_MiniCPM-V-4" } ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ @@ -10355,8 +10344,17 @@ ], "https://github.com/Pirog17000/Pirogs-Nodes": [ [ + "BatchCropFromMaskSimple", + "BatchUncropSimple", + "BlurByMask", + "BlurMask", + "CropImage", + "CropMaskByBBox", "DSLRNoise", + "GradientMaskGenerator", + "ImageBlendByMask", "ImageScalePro", + "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", "LensSimulatedBloom", @@ -14936,7 +14934,7 @@ "SaveAudioXAudio" ], { - "title_aux": "ComfyUI-AudioX" + "title_aux": "Yuan-ManX/ComfyUI-AudioX" } ], "https://github.com/Yuan-ManX/ComfyUI-Bagel": [ @@ -18288,7 +18286,7 @@ "Bori Qwen Image Resolution" ], { - "title_aux": "ComfyUI-Bori-JsonSetGetConverter" + "title_aux": "ComfyUI-Bori-QwenImageResolutions" } ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ @@ -24165,16 +24163,6 @@ "title_aux": "comfyui-mosaic-blur" } ], - "https://github.com/fwack/ComfyUI_API_Manager_Pro": [ - [ - "APIRequestNode", - "PostImageToAPI", - "TextPromptCombinerNode" - ], - { - "title_aux": "ComfyUI_API_Manager" - } - ], "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": [ [ "Load LoRA From URL", @@ -38885,7 +38873,7 @@ "WarpFacesBack" ], { - "title_aux": "ComfyUI Gemini Nodes" + "title_aux": "comfyui_sunxAI_facetools" } ], "https://github.com/usrname0/comfyui-holdup": [ diff --git a/github-stats.json b/github-stats.json index e4f6807a..b6134ad3 100644 --- a/github-stats.json +++ b/github-stats.json @@ -12,7 +12,7 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 49, @@ -55,8 +55,8 @@ "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1243, - "last_update": "2025-08-07 17:46:23", + "stars": 1245, + "last_update": "2025-08-11 22:42:53", "author_account_age_days": 865 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { @@ -82,17 +82,17 @@ "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1338, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 93, - "last_update": "2025-06-20 07:49:50", - "author_account_age_days": 538 + "last_update": "2025-08-11 17:17:54", + "author_account_age_days": 539 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 50, @@ -102,17 +102,17 @@ "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, @@ -157,7 +157,7 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 21, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, @@ -172,7 +172,7 @@ "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, @@ -257,12 +257,12 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, @@ -597,7 +597,7 @@ "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1011, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,12 +612,12 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1872 + "author_account_age_days": 1873 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 12, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1872 + "author_account_age_days": 1873 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, @@ -657,7 +657,7 @@ "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, @@ -667,7 +667,7 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, @@ -677,12 +677,12 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1019, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 533, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, @@ -717,7 +717,7 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, @@ -732,7 +732,7 @@ "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1317, "last_update": "2025-08-04 13:04:47", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, @@ -812,12 +812,12 @@ "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, @@ -857,7 +857,7 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, @@ -877,22 +877,22 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, @@ -907,7 +907,7 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, @@ -937,7 +937,7 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, @@ -957,12 +957,12 @@ "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1387, @@ -1002,12 +1002,12 @@ "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, @@ -1027,7 +1027,7 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, @@ -1047,47 +1047,47 @@ "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 399, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 387, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, @@ -1247,7 +1247,7 @@ "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 2, @@ -1277,7 +1277,7 @@ "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 39, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, @@ -1337,17 +1337,17 @@ "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1497,7 +1497,7 @@ "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, @@ -1522,7 +1522,7 @@ "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1542,7 +1542,7 @@ "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1557,7 +1557,7 @@ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 419, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, @@ -1587,7 +1587,7 @@ "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, @@ -1642,7 +1642,7 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5407 + "author_account_age_days": 5408 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, @@ -1722,7 +1722,7 @@ "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, @@ -1782,17 +1782,17 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, @@ -1802,57 +1802,57 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 205, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, @@ -1860,29 +1860,29 @@ "author_account_age_days": 2184 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 770, + "stars": 771, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 114, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3255, + "stars": 3256, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, @@ -1912,7 +1912,7 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, @@ -1927,12 +1927,12 @@ "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 457, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 77, @@ -1942,12 +1942,12 @@ "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 88, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 235, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -2042,7 +2042,7 @@ "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, @@ -2097,7 +2097,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2796 + "author_account_age_days": 2797 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, @@ -2125,9 +2125,9 @@ "author_account_age_days": 1074 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 715, + "stars": 716, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, @@ -2152,7 +2152,7 @@ "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, @@ -2187,7 +2187,7 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3393 + "author_account_age_days": 3394 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, @@ -2295,7 +2295,7 @@ "author_account_age_days": 1744 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { - "stars": 52, + "stars": 53, "last_update": "2025-06-30 04:14:30", "author_account_age_days": 1744 }, @@ -2367,7 +2367,7 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, @@ -2382,7 +2382,7 @@ "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 17, @@ -2502,7 +2502,7 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, @@ -2512,7 +2512,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2627,7 +2627,7 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3984 + "author_account_age_days": 3985 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, @@ -2652,7 +2652,7 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, @@ -2817,12 +2817,12 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, @@ -2842,17 +2842,17 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 848, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 3232, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 1147, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, @@ -2887,12 +2887,12 @@ "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 134, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, @@ -2927,7 +2927,7 @@ "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -2997,7 +2997,7 @@ "https://github.com/Lerc/canvas_tab": { "stars": 195, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5780 + "author_account_age_days": 5781 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 14, @@ -3087,17 +3087,17 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, @@ -3137,7 +3137,7 @@ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, @@ -3191,7 +3191,7 @@ }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 66, - "last_update": "2025-08-07 14:31:15", + "last_update": "2025-08-11 23:29:38", "author_account_age_days": 2018 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { @@ -3222,7 +3222,7 @@ "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, @@ -3232,22 +3232,22 @@ "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1835 + "author_account_age_days": 1836 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, @@ -3267,7 +3267,7 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, @@ -3367,40 +3367,40 @@ "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 334, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 116, "last_update": "2025-03-14 06:36:29", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 28, + "stars": 29, "last_update": "2025-02-24 20:53:32", "author_account_age_days": 2929 }, @@ -3432,7 +3432,7 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, @@ -3522,7 +3522,7 @@ "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, @@ -3557,27 +3557,27 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, @@ -3587,7 +3587,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3602,7 +3602,7 @@ "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5562 + "author_account_age_days": 5563 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, @@ -3617,12 +3617,12 @@ "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 1191, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, @@ -3647,7 +3647,7 @@ "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 267, @@ -3657,12 +3657,12 @@ "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3762,7 +3762,7 @@ "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, @@ -3782,7 +3782,7 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, @@ -3827,7 +3827,7 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, @@ -3892,7 +3892,7 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, @@ -3947,7 +3947,7 @@ "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, @@ -4007,7 +4007,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, @@ -4022,17 +4022,17 @@ "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4057,22 +4057,22 @@ "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, @@ -4112,7 +4112,7 @@ "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -4162,7 +4162,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3016 + "author_account_age_days": 3017 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4202,12 +4202,12 @@ "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 854, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, @@ -4232,7 +4232,7 @@ "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 4, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 423, @@ -4472,7 +4472,7 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, @@ -4480,9 +4480,9 @@ "author_account_age_days": 2951 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 42, + "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, @@ -4552,37 +4552,37 @@ "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, @@ -4592,12 +4592,12 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, @@ -4652,12 +4652,12 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 228, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, @@ -4752,7 +4752,7 @@ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 967, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4862,7 +4862,7 @@ "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, @@ -4872,47 +4872,47 @@ "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1281 + "author_account_age_days": 1282 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 539, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1281 + "author_account_age_days": 1282 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, @@ -4942,7 +4942,7 @@ "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, @@ -5012,17 +5012,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5037,12 +5037,12 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 243, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5334 + "author_account_age_days": 5335 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, @@ -5122,27 +5122,27 @@ "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5192,7 +5192,7 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, @@ -5277,7 +5277,7 @@ "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, @@ -5302,7 +5302,7 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4168 + "author_account_age_days": 4169 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, @@ -5517,92 +5517,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 517, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { - "stars": 102, + "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1429, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 213, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 759, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1759, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5657,17 +5657,17 @@ "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, @@ -5717,7 +5717,7 @@ "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, @@ -5727,7 +5727,7 @@ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 334, @@ -5752,12 +5752,12 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, @@ -5907,17 +5907,17 @@ "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, @@ -5952,27 +5952,27 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 80, @@ -6000,9 +6000,9 @@ "author_account_age_days": 3699 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 110, + "stars": 111, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6022,7 +6022,7 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 80, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, @@ -6052,7 +6052,7 @@ "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, @@ -6067,7 +6067,7 @@ "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6087,7 +6087,7 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, @@ -6157,7 +6157,7 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, @@ -6207,7 +6207,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3971 + "author_account_age_days": 3972 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6247,12 +6247,12 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 43, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5775 + "author_account_age_days": 5776 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, @@ -6292,7 +6292,7 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 157, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4600 + "author_account_age_days": 4601 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 104, @@ -6312,7 +6312,7 @@ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, @@ -6387,7 +6387,7 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, @@ -6527,7 +6527,7 @@ "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6547,7 +6547,7 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -6557,32 +6557,32 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6677,7 +6677,7 @@ "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, @@ -6822,12 +6822,12 @@ "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 474, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, @@ -6882,7 +6882,7 @@ "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 137, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1566 + "author_account_age_days": 1567 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, @@ -6917,142 +6917,142 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, @@ -7135,7 +7135,7 @@ "author_account_age_days": 857 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2492, + "stars": 2495, "last_update": "2025-08-09 12:53:15", "author_account_age_days": 857 }, @@ -7192,12 +7192,12 @@ "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, @@ -7220,14 +7220,14 @@ "author_account_age_days": 4478 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 765, + "stars": 766, "last_update": "2025-08-10 10:03:16", "author_account_age_days": 4478 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, @@ -7235,44 +7235,44 @@ "author_account_age_days": 2468 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 263, + "stars": 266, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7302,42 +7302,42 @@ "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5783 + "author_account_age_days": 5784 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2350, + "stars": 2351, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 516, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 473, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, @@ -7352,7 +7352,7 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1011 + "author_account_age_days": 1012 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7367,7 +7367,7 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, @@ -7502,17 +7502,17 @@ "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 107, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, @@ -7532,12 +7532,12 @@ "https://github.com/crystian/ComfyUI-Crystools": { "stars": 1351, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, @@ -7555,7 +7555,7 @@ "author_account_age_days": 5424 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5372, + "stars": 5374, "last_update": "2025-04-14 07:29:17", "author_account_age_days": 5424 }, @@ -7597,37 +7597,37 @@ "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 37, "last_update": "2025-08-10 15:12:32", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 1, @@ -7657,17 +7657,17 @@ "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 322, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3764 + "author_account_age_days": 3765 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3764 + "author_account_age_days": 3765 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -7742,17 +7742,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4948 + "author_account_age_days": 4949 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 145, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4948 + "author_account_age_days": 4949 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, @@ -7772,22 +7772,22 @@ "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6387 + "author_account_age_days": 6388 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6387 + "author_account_age_days": 6388 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, @@ -7812,7 +7812,7 @@ "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-10 22:01:06", - "author_account_age_days": 3827 + "author_account_age_days": 3828 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 4, @@ -7827,7 +7827,7 @@ "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, @@ -7852,17 +7852,17 @@ "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, @@ -7882,7 +7882,7 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, @@ -7952,7 +7952,7 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5216 + "author_account_age_days": 5217 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, @@ -7982,12 +7982,12 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 56, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 0, @@ -8037,7 +8037,7 @@ "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, @@ -8047,7 +8047,7 @@ "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1408 + "author_account_age_days": 1409 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, @@ -8207,22 +8207,22 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 148, "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 430, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, @@ -8237,47 +8237,47 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 1092, "last_update": "2025-06-24 09:25:13", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 280, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, @@ -8302,22 +8302,22 @@ "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, @@ -8332,7 +8332,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, @@ -8409,11 +8409,6 @@ "last_update": "2025-04-05 00:57:07", "author_account_age_days": 690 }, - "https://github.com/fwack/ComfyUI_API_Manager_Pro": { - "stars": 0, - "last_update": "2025-08-07 12:50:03", - "author_account_age_days": 595 - }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", @@ -8522,12 +8517,12 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 178, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2910 + "author_account_age_days": 2911 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8537,12 +8532,12 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, @@ -8577,27 +8572,27 @@ "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 142, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 511, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, @@ -8662,7 +8657,7 @@ "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 202, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, @@ -8717,7 +8712,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, @@ -8777,12 +8772,12 @@ "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 0, @@ -8837,7 +8832,7 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, @@ -8897,37 +8892,37 @@ "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 626, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1713, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 106, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 67, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 449, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6053 + "author_account_age_days": 6054 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, @@ -8947,7 +8942,7 @@ "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 31, @@ -8982,7 +8977,7 @@ "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, @@ -9017,7 +9012,7 @@ "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, @@ -9025,79 +9020,79 @@ "author_account_age_days": 4808 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 215, + "stars": 216, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5704 + "author_account_age_days": 5705 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 662, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 169, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 50, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, @@ -9117,7 +9112,7 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1301 + "author_account_age_days": 1302 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, @@ -9177,7 +9172,7 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 100, "last_update": "2025-07-29 09:44:37", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, @@ -9312,7 +9307,7 @@ "https://github.com/jitcoder/lora-info": { "stars": 104, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 26, @@ -9322,7 +9317,7 @@ "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, @@ -9362,7 +9357,7 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5406 + "author_account_age_days": 5407 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, @@ -9387,7 +9382,7 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, @@ -9397,7 +9392,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4342 + "author_account_age_days": 4343 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, @@ -9512,12 +9507,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 92, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, @@ -9587,7 +9582,7 @@ "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, @@ -9627,7 +9622,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 48, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5302 + "author_account_age_days": 5303 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, @@ -9675,7 +9670,7 @@ "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1515, + "stars": 1516, "last_update": "2025-08-07 11:03:37", "author_account_age_days": 2596 }, @@ -9715,12 +9710,12 @@ "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 996, + "stars": 997, "last_update": "2025-04-02 07:35:46", "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 347, + "stars": 348, "last_update": "2025-07-31 18:52:50", "author_account_age_days": 2596 }, @@ -9845,7 +9840,7 @@ "author_account_age_days": 2596 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1009, + "stars": 1010, "last_update": "2025-03-19 09:40:37", "author_account_age_days": 2596 }, @@ -9857,22 +9852,22 @@ "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/kk8bit/KayTool": { "stars": 189, @@ -9882,7 +9877,7 @@ "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -9952,7 +9947,7 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, @@ -10017,7 +10012,7 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, @@ -10227,7 +10222,7 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, @@ -10285,29 +10280,29 @@ "author_account_age_days": 4460 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 95, + "stars": 96, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, @@ -10317,17 +10312,17 @@ "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-06 20:57:26", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, @@ -10477,22 +10472,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4577 + "author_account_age_days": 4578 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10510,19 +10505,19 @@ "author_account_age_days": 5180 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 782, + "stars": 783, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 24, @@ -10547,32 +10542,32 @@ "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "stars": 2619, "last_update": "2025-07-31 09:10:04", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 242, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 639, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11099, - "last_update": "2025-08-11 03:51:41", + "stars": 11107, + "last_update": "2025-08-12 00:52:21", "author_account_age_days": 488 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { "stars": 61, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, @@ -10582,7 +10577,7 @@ "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10652,7 +10647,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, @@ -10702,7 +10697,7 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6167 + "author_account_age_days": 6168 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, @@ -10772,7 +10767,7 @@ "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, @@ -10800,9 +10795,9 @@ "author_account_age_days": 4963 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 289, + "stars": 290, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10827,7 +10822,7 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, @@ -10845,7 +10840,7 @@ "author_account_age_days": 3616 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { - "stars": 78, + "stars": 79, "last_update": "2024-05-22 20:43:37", "author_account_age_days": 3616 }, @@ -10862,32 +10857,32 @@ "https://github.com/melMass/comfy_mtb": { "stars": 601, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4158 + "author_account_age_days": 4159 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 36, @@ -10937,7 +10932,7 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, @@ -10952,12 +10947,12 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6329 + "author_account_age_days": 6330 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6329 + "author_account_age_days": 6330 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, @@ -10972,7 +10967,7 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, "last_update": "2025-06-20 14:01:41", - "author_account_age_days": 1633 + "author_account_age_days": 1634 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, @@ -11112,7 +11107,7 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, @@ -11172,17 +11167,17 @@ "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, @@ -11262,7 +11257,7 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 213, @@ -11302,7 +11297,7 @@ "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, @@ -11387,7 +11382,7 @@ "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, @@ -11397,7 +11392,7 @@ "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2130 + "author_account_age_days": 2131 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, @@ -11412,7 +11407,7 @@ "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 906, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, @@ -11517,7 +11512,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, @@ -11527,7 +11522,7 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1967 + "author_account_age_days": 1968 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, @@ -11587,17 +11582,17 @@ "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11617,12 +11612,12 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1254 + "author_account_age_days": 1255 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11737,12 +11732,12 @@ "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 184, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 50, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, @@ -11920,14 +11915,14 @@ "author_account_age_days": 3109 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2606, + "stars": 2608, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 934, + "stars": 935, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, @@ -12057,7 +12052,7 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, @@ -12087,7 +12082,7 @@ "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3837 + "author_account_age_days": 3838 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, @@ -12112,7 +12107,7 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3005 + "author_account_age_days": 3006 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, @@ -12122,7 +12117,7 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 81, @@ -12142,7 +12137,7 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 188, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -12152,7 +12147,7 @@ "https://github.com/rgthree/rgthree-comfy": { "stars": 2112, "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5387 + "author_account_age_days": 5388 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, @@ -12172,12 +12167,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, @@ -12247,7 +12242,7 @@ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, @@ -12282,12 +12277,12 @@ "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12327,7 +12322,7 @@ "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, @@ -12387,7 +12382,7 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, @@ -12412,7 +12407,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12427,12 +12422,12 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5718 + "author_account_age_days": 5719 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5718 + "author_account_age_days": 5719 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, @@ -12442,7 +12437,7 @@ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3745 + "author_account_age_days": 3746 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12477,17 +12472,17 @@ "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 460, @@ -12512,7 +12507,7 @@ "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, @@ -12562,22 +12557,22 @@ "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12587,37 +12582,37 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2039 + "author_account_age_days": 2040 }, "https://github.com/siliconflow/BizyAir": { "stars": 742, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, @@ -12656,7 +12651,7 @@ }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 296, - "last_update": "2025-07-14 08:23:24", + "last_update": "2025-08-11 14:28:18", "author_account_age_days": 1520 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { @@ -12677,7 +12672,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, @@ -12702,7 +12697,7 @@ "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12712,7 +12707,7 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, @@ -12732,127 +12727,127 @@ "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 23, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { "stars": 181, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 651, "last_update": "2025-08-11 12:03:40", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 240, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, @@ -12862,7 +12857,7 @@ "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, @@ -12872,97 +12867,97 @@ "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 21, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 95, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 69, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Sonic": { "stars": 1071, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 457, + "stars": 458, "last_update": "2025-08-08 01:31:24", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, @@ -13007,47 +13002,47 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 215, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 240, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 94, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, @@ -13062,17 +13057,17 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 219, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5644 + "author_account_age_days": 5645 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13082,22 +13077,22 @@ "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1270, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, @@ -13110,7 +13105,7 @@ "author_account_age_days": 4497 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 604, + "stars": 605, "last_update": "2025-08-04 19:58:04", "author_account_age_days": 4497 }, @@ -13125,9 +13120,9 @@ "author_account_age_days": 3026 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 1, - "last_update": "2025-08-11 12:37:28", - "author_account_age_days": 3025 + "stars": 21, + "last_update": "2025-08-11 16:45:24", + "author_account_age_days": 3026 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, @@ -13192,27 +13187,27 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6343 + "author_account_age_days": 6344 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 60, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13382,7 +13377,7 @@ "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -13402,22 +13397,22 @@ "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 223, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13522,17 +13517,17 @@ "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4788 + "author_account_age_days": 4789 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, @@ -13542,37 +13537,37 @@ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 98, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { - "stars": 590, + "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4233 + "author_account_age_days": 4234 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, @@ -13582,17 +13577,17 @@ "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13627,17 +13622,17 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, @@ -13672,12 +13667,12 @@ "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 159, @@ -13727,7 +13722,7 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13792,7 +13787,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3513 + "author_account_age_days": 3514 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, @@ -13807,12 +13802,12 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, @@ -13842,12 +13837,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2251 + "author_account_age_days": 2252 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -13882,7 +13877,7 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5397 + "author_account_age_days": 5398 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 194, @@ -13917,7 +13912,7 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -13947,7 +13942,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -14082,7 +14077,7 @@ "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, @@ -14122,7 +14117,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 83, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -14172,7 +14167,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3287 + "author_account_age_days": 3288 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, @@ -14197,7 +14192,7 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14340,44 +14335,44 @@ "author_account_age_days": 3243 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1810, + "stars": 1811, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1753 + "author_account_age_days": 1754 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, @@ -14402,7 +14397,7 @@ "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, @@ -14427,72 +14422,72 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 217, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 23, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 155, "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 32, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 229, + "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 461, @@ -14567,7 +14562,7 @@ "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -14642,12 +14637,12 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1626, + "stars": 1627, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 921eaf3c..b928808c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,36 @@ { "custom_nodes": [ + { + "author": "Yuan-ManX", + "title": "ComfyUI-Step1X-Edit [NAME CONFLICT]", + "reference": "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit", + "files": [ + "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit" + ], + "install_type": "git-clone", + "description": "Make Step1X-Edit avialbe in ComfyUI." + }, + { + "author": "hben35096", + "title": "hben35096/ComfyUI-ToolBox [NAME CONFLICT]", + "id": "hben-toolbox", + "reference": "https://github.com/hben35096/ComfyUI-ToolBox", + "files": [ + "https://github.com/hben35096/ComfyUI-ToolBox" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI, including audio/video processing, file uploads, and AI image generation." + }, + { + "author": "locphan201", + "title": "ComfyUI-Alternatives", + "reference": "https://github.com/locphan201/ComfyUI-Alternatives", + "files": [ + "https://github.com/locphan201/ComfyUI-Alternatives" + ], + "install_type": "git-clone", + "description": "NODES: LoraPreLoader, LoraApplier" + }, { "author": "tg-tjmitchell", "title": "ComfyUI Manager Package Lister", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 2c6ca0fb..66b82f25 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -3630,6 +3630,20 @@ "title_aux": "ComfyUI_LLM_Are_You_Listening [WIP]" } ], + "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": [ + [ + "GenerateEditedImage", + "LoadAEModel", + "LoadDITModel", + "LoadImagePath", + "LoadQwenVLModel", + "Prompt", + "SaveEditedImage" + ], + { + "title_aux": "ComfyUI-Step1X-Edit [NAME CONFLICT]" + } + ], "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": [ [ "KontextImageEditingOfficialAPI_Max", @@ -6158,6 +6172,18 @@ "title_aux": "ComfyUI AceNodes [UNSAFE]" } ], + "https://github.com/hben35096/ComfyUI-ToolBox": [ + [ + "AutoDLDownload", + "CreatePaths", + "FolderDeleter", + "FolderViewe", + "PathOutput" + ], + { + "title_aux": "hben35096/ComfyUI-ToolBox [NAME CONFLICT]" + } + ], "https://github.com/hdfhssg/ComfyUI_pxtool": [ [ "ArtistLoader", @@ -7311,6 +7337,15 @@ "title_aux": "ComfyUI-MV-HECV" } ], + "https://github.com/locphan201/ComfyUI-Alternatives": [ + [ + "LoraApplier", + "LoraPreLoader" + ], + { + "title_aux": "ComfyUI-Alternatives" + } + ], "https://github.com/logtd/ComfyUI-Fluxtapoz": [ [ "AddFluxFlow", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 2d74a06b..83e970a4 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1269,6 +1269,11 @@ "last_update": "2025-02-21 00:35:03", "author_account_age_days": 950 }, + "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { + "stars": 11, + "last_update": "2025-04-29 07:36:52", + "author_account_age_days": 1853 + }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", @@ -2159,6 +2164,11 @@ "last_update": "2025-08-12 00:16:06", "author_account_age_days": 2350 }, + "https://github.com/hben35096/ComfyUI-ToolBox": { + "stars": 6, + "last_update": "2024-09-02 14:49:43", + "author_account_age_days": 761 + }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", @@ -2584,6 +2594,11 @@ "last_update": "2025-06-04 12:42:47", "author_account_age_days": 5075 }, + "https://github.com/locphan201/ComfyUI-Alternatives": { + "stars": 0, + "last_update": "2025-08-12 01:20:05", + "author_account_age_days": 1666 + }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 5885e851..af78b2d8 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -213,16 +213,6 @@ "description": "A powerful ComfyUI multi-image composition node that supports real-time adjustment of image position, size, and rotation angle on an interactive Canvas, with freehand drawing capabilities and real-time preview of composition effects.", "install_type": "git-clone" }, - { - "author": "fwack", - "title": "ComfyUI_API_Manager", - "reference": "https://github.com/fwack/ComfyUI_API_Manager_Pro", - "files": [ - "https://github.com/fwack/ComfyUI_API_Manager_Pro" - ], - "install_type": "git-clone", - "description": "This package provides three custom nodes designed to streamline workflows involving API requests, dynamic text manipulation based on API responses, and image posting to APIs. These nodes are particularly useful for automating interactions with APIs, enhancing text-based workflows with dynamic data, and facilitating image uploads." - }, { "author": "diogod", "title": "TTS Audio Suite", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 21715990..31a49a5f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6921,17 +6921,6 @@ "title_aux": "ComfyUI_Isulion Random Prompt Generator" } ], - "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": [ - [ - "DisplayText", - "MiniCPM_VQA", - "MiniCPM_VQA_Polished", - "MultipleImagesInput" - ], - { - "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" - } - ], "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": [ [ "DisplayText", @@ -6940,7 +6929,7 @@ "MultipleImagesInput" ], { - "title_aux": "ComfyUI_MiniCPM-V-2_6-int4" + "title_aux": "ComfyUI_MiniCPM-V-4" } ], "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": [ @@ -10355,8 +10344,17 @@ ], "https://github.com/Pirog17000/Pirogs-Nodes": [ [ + "BatchCropFromMaskSimple", + "BatchUncropSimple", + "BlurByMask", + "BlurMask", + "CropImage", + "CropMaskByBBox", "DSLRNoise", + "GradientMaskGenerator", + "ImageBlendByMask", "ImageScalePro", + "InvertMask", "KSamplerMultiSeed", "KSamplerMultiSeedPlus", "LensSimulatedBloom", @@ -14936,7 +14934,7 @@ "SaveAudioXAudio" ], { - "title_aux": "ComfyUI-AudioX" + "title_aux": "Yuan-ManX/ComfyUI-AudioX" } ], "https://github.com/Yuan-ManX/ComfyUI-Bagel": [ @@ -18288,7 +18286,7 @@ "Bori Qwen Image Resolution" ], { - "title_aux": "ComfyUI-Bori-JsonSetGetConverter" + "title_aux": "ComfyUI-Bori-QwenImageResolutions" } ], "https://github.com/bradsec/ComfyUI_ResolutionSelector": [ @@ -24165,16 +24163,6 @@ "title_aux": "comfyui-mosaic-blur" } ], - "https://github.com/fwack/ComfyUI_API_Manager_Pro": [ - [ - "APIRequestNode", - "PostImageToAPI", - "TextPromptCombinerNode" - ], - { - "title_aux": "ComfyUI_API_Manager" - } - ], "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": [ [ "Load LoRA From URL", @@ -38885,7 +38873,7 @@ "WarpFacesBack" ], { - "title_aux": "ComfyUI Gemini Nodes" + "title_aux": "comfyui_sunxAI_facetools" } ], "https://github.com/usrname0/comfyui-holdup": [ From dc2ec08fe37ad9178c53329d37a71514a957c580 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 13 Aug 2025 07:44:54 +0900 Subject: [PATCH 04/35] update DB --- custom-node-list.json | 75 +- extension-node-map.json | 63 +- github-stats.json | 5060 ++++++++++++++------------- node_db/dev/custom-node-list.json | 42 +- node_db/dev/extension-node-map.json | 65 +- node_db/new/custom-node-list.json | 61 + node_db/new/extension-node-map.json | 63 +- 7 files changed, 2899 insertions(+), 2530 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 7dfa2d38..344e52a0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9666,6 +9666,16 @@ "install_type": "git-clone", "description": "Set global prompts using note node." }, + { + "author": "shinich39", + "title": "comfyui-poor-textarea", + "reference": "https://github.com/shinich39/comfyui-poor-textarea", + "files": [ + "https://github.com/shinich39/comfyui-poor-textarea" + ], + "install_type": "git-clone", + "description": "Add commentify, indentation, auto-close brackets in textarea." + }, { "author": "wei30172", "title": "comfygen", @@ -20949,6 +20959,16 @@ }, { "author": "shahkoorosh", + "title": "ComfyUI-PersianText", + "reference": "https://github.com/shahkoorosh/ComfyUI-PersianText", + "files": [ + "https://github.com/shahkoorosh/ComfyUI-PersianText" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts." + }, + { + "author": "andygill", "title": "comfyui-sunflower-nodes", "reference": "https://github.com/andygill/comfyui-sunflower-nodes", "files": [ @@ -20958,7 +20978,7 @@ "description": "ComfyUI nodes for 3D visualization." }, { - "author": "shahkoorosh", + "author": "HM-RunningHub", "title": "ComfyUI_RH_APICall", "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_APICall", "files": [ @@ -20968,7 +20988,7 @@ "description": "This is a ComfyUI plugin that makes it easier to call and run workflows from RunningHub in your local ComfyUI setup." }, { - "author": "shahkoorosh", + "author": "HM-RunningHub", "title": "ComfyUI SeedXPro Translation Node", "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro", "files": [ @@ -20978,14 +20998,14 @@ "description": "This is a Seed-X-PPO-7B ComfyUI plugin. Easy to use" }, { - "author": "shahkoorosh", - "title": "ComfyUI-PersianText", - "reference": "https://github.com/shahkoorosh/ComfyUI-PersianText", + "author": "HM-RunningHub", + "title": "ComfyUI DMOSpeech2 Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2", "files": [ - "https://github.com/shahkoorosh/ComfyUI-PersianText" + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2" ], "install_type": "git-clone", - "description": "A powerful ComfyUI node for rendering text with advanced styling options, including full support for Persian/Farsi and Arabic scripts." + "description": "This is a Seed-X-PPO-7B ComfyUI plugin. Easy to use" }, { "author": "wqjuser", @@ -27110,6 +27130,16 @@ "install_type": "git-clone", "description": "This is a ComfyUI custom node that automatically detects trigger words from text prompts and applies the corresponding LoRA models." }, + { + "author": "Charonartist", + "title": "ComfyUI Smart Resize Node", + "reference": "https://github.com/Charonartist/comfyui-smart-resize-node", + "files": [ + "https://github.com/Charonartist/comfyui-smart-resize-node" + ], + "install_type": "git-clone", + "description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification" + }, { "author": "ptmaster", "title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", @@ -29077,6 +29107,17 @@ "install_type": "git-clone", "description": "A custom node package for image processing in ComfyUI, for automating image processing within the ComfyUI workflow." }, + { + "author": "S4MUEL404", + "title": "ComfyUI S4Tool Text", + "id": "comfyui-s4tool-text", + "reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text" + ], + "install_type": "git-clone", + "description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control." + }, { "author": "fchangjun", "title": "MultiSaveImage Node", @@ -29360,6 +29401,16 @@ "install_type": "git-clone", "description": "A simple wrapper for Fooocus's inpainting code, designed to replicate its outstanding results. Future improvements for a more refined and lightweight version are planned." }, + { + "author": "iacoposk8", + "title": "ComfyUI XOR Text & Pickle Nodes", + "reference": "https://github.com/iacoposk8/xor_pickle_nodes", + "files": [ + "https://github.com/iacoposk8/xor_pickle_nodes" + ], + "install_type": "git-clone", + "description": "Three custom nodes for ComfyUI that allow you to encrypt and decrypt Python objects or text using simple XOR encryption." + }, { "author": "FaraamFide", "title": "ComfyUI-ParamNodes", @@ -30714,6 +30765,16 @@ "install_type": "git-clone", "description": "A universal node for generating empty latent tensors with support for Qwen Image, SDXL and Flux models. Features extended aspect ratio support, batch processing, and flexible dimension overrides." }, + { + "author": "luke-mino-altherr", + "title": "ComfyUI-Latent-Reverb", + "reference": "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb", + "files": [ + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb" + ], + "install_type": "git-clone", + "description": "Creates spatial echo and ambient effects by applying reverb-like processing directly in latent space" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 31a49a5f..9223773f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3376,6 +3376,14 @@ "title_aux": "ComfyUI Auto LoRA" } ], + "https://github.com/Charonartist/comfyui-smart-resize-node": [ + [ + "SmartResizeNode" + ], + { + "title_aux": "ComfyUI Smart Resize Node" + } + ], "https://github.com/CheNing233/ComfyUI_Image_Pin": [ [ "ImagePin" @@ -4938,6 +4946,7 @@ [ "EA_AutoTrimPingPong", "EA_FilenameCombine", + "EA_LightningMotionBias", "EA_ListVideos", "EA_ManifestIndex", "EA_PingPong", @@ -6186,6 +6195,14 @@ "title_aux": "ComfyUI_RH_APICall" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": [ + [ + "RunningHub DMOSpeech2" + ], + { + "title_aux": "ComfyUI DMOSpeech2 Node" + } + ], "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": [ [ "RunningHub_FramePack", @@ -8550,6 +8567,7 @@ ], "https://github.com/LingSss9/comfyui-merge": [ [ + "LoadLoRAMenu", "MergeLoRAsKohyaSSLike", "OnlyLoadLoRAsModel", "SaveLoRAModels" @@ -10966,6 +10984,18 @@ "title_aux": "ComfyUI S4Tool Image" } ], + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": [ + [ + "S4Tools Text Basic", + "S4Tools Text Font Base64", + "S4Tools Text Font URL", + "S4Tools Text Font file", + "S4Tools Text Style" + ], + { + "title_aux": "ComfyUI S4Tool Text" + } + ], "https://github.com/SEkINVR/ComfyUI-SaveAs": [ [ "ComfyUISaveAs" @@ -15952,12 +15982,12 @@ "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ "APIFluxKontextEnhancer", - "AnnotationDataNode", + "KontextSuperPrompt", "LRPGCanvas", "LRPGCanvasTool", "OllamaFluxKontextEnhancerV2", - "TextGenWebUIFluxKontextEnhancer", - "VisualPromptEditor" + "OllamaServiceManager", + "TextGenWebUIFluxKontextEnhancer" ], { "title_aux": "kontext-super-prompt" @@ -16852,8 +16882,10 @@ "Sage_QuickSixLoraStack", "Sage_ReferenceImage", "Sage_SamplerInfo", + "Sage_SamplerSelector", "Sage_SaveImageWithMetadata", "Sage_SaveText", + "Sage_SchedulerSelector", "Sage_SetText", "Sage_SixLoraStack", "Sage_TextRandomLine", @@ -22677,7 +22709,9 @@ [ "VaceAdvancedModelPatch", "VaceStrengthTester", + "WanVacePhantomDual", "WanVacePhantomExperimental", + "WanVacePhantomSimple", "WanVaceToVideoLatent" ], { @@ -25993,6 +26027,16 @@ "title_aux": "ComfyUI Fooocus Inpaint Wrapper" } ], + "https://github.com/iacoposk8/xor_pickle_nodes": [ + [ + "DecryptXORText", + "Load XOR Pickle From File", + "Save XOR Pickle To File" + ], + { + "title_aux": "ComfyUI XOR Text & Pickle Nodes" + } + ], "https://github.com/ialhabbal/OcclusionMask": [ [ "BatchLoadImages", @@ -28961,6 +29005,7 @@ "WanVideoATITracksVisualize", "WanVideoATI_comfy", "WanVideoAddExtraLatent", + "WanVideoAddStandInLatent", "WanVideoApplyNAG", "WanVideoBlockList", "WanVideoBlockSwap", @@ -29000,6 +29045,7 @@ "WanVideoRealisDanceLatents", "WanVideoSLG", "WanVideoSampler", + "WanVideoScheduler", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -31402,6 +31448,14 @@ "title_aux": "ComfyUI-CatvtonFluxWrapper" } ], + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": [ + [ + "LatentReverb" + ], + { + "title_aux": "ComfyUI-Latent-Reverb" + } + ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ "FrameExtender", @@ -34370,6 +34424,7 @@ "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", + "FancyTimerNode", "FileLoaderCrawl", "FilmGrainFX", "FluxAIO_CRT", @@ -36906,6 +36961,7 @@ "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", + "Echo_Predata", "Echo_Sampler" ], { @@ -37602,6 +37658,7 @@ ], "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": [ [ + "SplitSigmasAtT", "WanMoeKSampler", "WanMoeKSamplerAdvanced" ], diff --git a/github-stats.json b/github-stats.json index b6134ad3..974d2a72 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,87 +2,87 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1792 + "author_account_age_days": 1794 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 49, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 50, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 54, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1245, - "last_update": "2025-08-11 22:42:53", - "author_account_age_days": 865 + "stars": 1246, + "last_update": "2025-08-12 16:37:51", + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1338, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 93, @@ -122,12 +122,12 @@ "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, @@ -137,17 +137,17 @@ "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 227, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3185 + "author_account_age_days": 3186 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 10, @@ -157,57 +157,57 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 21, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2715 + "author_account_age_days": 2717 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1384 + "author_account_age_days": 1386 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1384 + "author_account_age_days": 1386 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -217,12 +217,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, @@ -257,317 +257,317 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { - "stars": 41, + "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { - "stars": 10, + "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 40, + "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { - "stars": 46, + "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 515 + "author_account_age_days": 517 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2373, - "last_update": "2025-08-11 13:26:24", - "author_account_age_days": 424 + "stars": 2381, + "last_update": "2025-08-12 14:54:45", + "author_account_age_days": 425 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3879 + "author_account_age_days": 3881 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3879 + "author_account_age_days": 3881 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-06-07 19:49:36", - "author_account_age_days": 3879 + "author_account_age_days": 3881 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 86, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 242, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 376, + "stars": 377, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 24, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 2303, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 348, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 49, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 367, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 295 + "author_account_age_days": 297 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, @@ -582,22 +582,22 @@ "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1011, + "stars": 1012, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,52 +612,52 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1873 + "author_account_age_days": 1874 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 12, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1873 + "author_account_age_days": 1874 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, - "last_update": "2025-08-08 11:30:50", - "author_account_age_days": 2890 + "last_update": "2025-08-11 13:55:09", + "author_account_age_days": 2891 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2179 + "author_account_age_days": 2181 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2179 + "author_account_age_days": 2181 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2179 + "author_account_age_days": 2181 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, @@ -672,22 +672,22 @@ "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1019, + "stars": 1020, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 533, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1893 + "author_account_age_days": 1895 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -697,7 +697,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -712,32 +712,32 @@ "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1222 + "author_account_age_days": 1223 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 295 + "author_account_age_days": 297 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1317, + "stars": 1320, "last_update": "2025-08-04 13:04:47", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -752,102 +752,102 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4114 + "author_account_age_days": 4116 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5625 + "author_account_age_days": 5626 }, "https://github.com/Amorano/Jovimetrix": { "stars": 369, - "last_update": "2025-08-03 23:39:11", - "author_account_age_days": 5625 + "last_update": "2025-08-12 20:26:32", + "author_account_age_days": 5626 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 684 + "author_account_age_days": 686 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1234 + "author_account_age_days": 1235 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3789 + "author_account_age_days": 3791 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 12, "last_update": "2025-05-01 01:49:07", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -862,17 +862,17 @@ "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3253 + "author_account_age_days": 3255 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 464, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -897,7 +897,7 @@ "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3062 + "author_account_age_days": 3063 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 133, @@ -912,27 +912,27 @@ "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3649 + "author_account_age_days": 3651 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, @@ -942,17 +942,17 @@ "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1718 + "author_account_age_days": 1720 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, @@ -965,59 +965,59 @@ "author_account_age_days": 3486 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1387, + "stars": 1388, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1210 + "author_account_age_days": 1212 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1027,87 +1027,87 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 399, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 387, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1135 + "author_account_age_days": 1137 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 857 + "author_account_age_days": 859 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { - "stars": 5, + "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 256 + "author_account_age_days": 258 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 2, @@ -1127,7 +1127,7 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, @@ -1137,72 +1137,72 @@ "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 52, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1890 + "author_account_age_days": 1892 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3325 + "author_account_age_days": 3327 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3325 + "author_account_age_days": 3327 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 378 + "author_account_age_days": 380 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 12, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 2, @@ -1212,37 +1212,37 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 79, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 621, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, @@ -1257,32 +1257,32 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 249, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 39, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/Charonartist/Comfyui_gemini_tts_node": { "stars": 0, @@ -1294,35 +1294,40 @@ "last_update": "2025-06-17 15:00:30", "author_account_age_days": 407 }, + "https://github.com/Charonartist/comfyui-smart-resize-node": { + "stars": 0, + "last_update": "2025-08-12 13:01:48", + "author_account_age_days": 408 + }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", "author_account_age_days": 2859 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 233, + "stars": 235, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, @@ -1330,24 +1335,24 @@ "author_account_age_days": 2142 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 483, + "stars": 492, "last_update": "2025-08-04 04:20:36", - "author_account_age_days": 442 + "author_account_age_days": 444 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1387,42 +1392,42 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 235 + "author_account_age_days": 237 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 235 + "author_account_age_days": 237 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4836 + "author_account_age_days": 4838 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 58, + "stars": 60, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-07-28 17:29:57", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 365 + "author_account_age_days": 367 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2020 + "author_account_age_days": 2021 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, @@ -1437,37 +1442,37 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3599 + "author_account_age_days": 3600 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1515 + "author_account_age_days": 1516 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 827 + "author_account_age_days": 829 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 827 + "author_account_age_days": 829 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 14, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 827 + "author_account_age_days": 829 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5571 + "author_account_age_days": 5572 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1492,37 +1497,37 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 201 + "author_account_age_days": 203 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3996 + "author_account_age_days": 3998 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2729 + "author_account_age_days": 2731 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1532,17 +1537,17 @@ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4628 + "author_account_age_days": 4630 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 24, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1267 + "author_account_age_days": 1269 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1552,27 +1557,27 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 419, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 558 + "author_account_age_days": 560 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 558 + "author_account_age_days": 560 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 3, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, @@ -1582,52 +1587,52 @@ "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 134 + "author_account_age_days": 136 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 192 + "author_account_age_days": 194 }, "https://github.com/Dobidop/ComfyStereo": { - "stars": 25, + "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1873 + "author_account_age_days": 1874 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 754 + "author_account_age_days": 756 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 74, @@ -1642,17 +1647,17 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5408 + "author_account_age_days": 5409 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1662,22 +1667,22 @@ "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1786 + "author_account_age_days": 1788 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1786 + "author_account_age_days": 1788 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, - "last_update": "2025-08-02 21:20:40", - "author_account_age_days": 225 + "last_update": "2025-08-12 00:15:12", + "author_account_age_days": 226 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1686,38 +1691,38 @@ }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-08 16:30:43", - "author_account_age_days": 3145 + "last_update": "2025-08-11 14:45:25", + "author_account_age_days": 3147 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1685 + "author_account_age_days": 1687 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1685 + "author_account_age_days": 1687 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5130 + "author_account_age_days": 5131 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1556 + "author_account_age_days": 1557 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, @@ -1727,27 +1732,27 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2001 + "author_account_age_days": 2003 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1760,19 +1765,19 @@ "author_account_age_days": 3684 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 606, + "stars": 608, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1782,112 +1787,112 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2037 + "author_account_age_days": 2038 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2037 + "author_account_age_days": 2038 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2037 + "author_account_age_days": 2038 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 205, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 771, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 114, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3256, + "stars": 3258, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1897,7 +1902,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3168 + "author_account_age_days": 3169 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1907,47 +1912,47 @@ "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3160 + "author_account_age_days": 3161 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 457, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 77, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/FlyingFireCo/tiled_ksampler": { - "stars": 88, + "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 235, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -1957,17 +1962,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, @@ -1977,52 +1982,52 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1575 + "author_account_age_days": 1577 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 30, @@ -2037,7 +2042,7 @@ "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2582 + "author_account_age_days": 2583 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, @@ -2047,17 +2052,17 @@ "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2072,12 +2077,12 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 33, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1082 + "author_account_age_days": 1084 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, @@ -2087,7 +2092,7 @@ "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1082 + "author_account_age_days": 1084 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 0, @@ -2107,12 +2112,12 @@ "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1078 + "author_account_age_days": 1080 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5345 + "author_account_age_days": 5346 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 16, @@ -2125,29 +2130,29 @@ "author_account_age_days": 1074 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 716, + "stars": 717, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, @@ -2157,7 +2162,7 @@ "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, @@ -2167,22 +2172,22 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 285 + "author_account_age_days": 287 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2496 + "author_account_age_days": 2498 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, @@ -2192,7 +2197,7 @@ "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, @@ -2202,22 +2207,27 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 83, + "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 242 + "author_account_age_days": 243 + }, + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { + "stars": 1, + "last_update": "2025-08-12 20:03:12", + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 75, @@ -2232,12 +2242,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2262,57 +2272,57 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1412 + "author_account_age_days": 1414 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3017 + "author_account_age_days": 3019 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, - "last_update": "2025-07-16 01:50:03", - "author_account_age_days": 1744 + "last_update": "2025-08-12 06:56:30", + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-floodgate": { - "stars": 32, - "last_update": "2025-07-31 01:49:07", - "author_account_age_days": 1744 + "stars": 33, + "last_update": "2025-08-12 06:56:07", + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, - "last_update": "2025-07-16 01:45:14", - "author_account_age_days": 1744 + "last_update": "2025-08-12 06:56:43", + "author_account_age_days": 1745 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2322,12 +2332,12 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2655 + "author_account_age_days": 2656 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2337,32 +2347,32 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3497 + "author_account_age_days": 3499 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, @@ -2377,42 +2387,42 @@ "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 17, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1023 + "author_account_age_days": 1025 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5894 + "author_account_age_days": 5895 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5894 + "author_account_age_days": 5895 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5894 + "author_account_age_days": 5895 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2422,7 +2432,7 @@ "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, @@ -2432,12 +2442,12 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2452,67 +2462,67 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2642 + "author_account_age_days": 2644 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1966 + "author_account_age_days": 1967 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1966 + "author_account_age_days": 1967 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4235 + "author_account_age_days": 4237 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2522,37 +2532,37 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { - "stars": 19, + "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 178, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/Isulion/ComfyUI_Isulion": { - "stars": 37, + "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 189, + "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 189, @@ -2562,12 +2572,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, @@ -2577,47 +2587,47 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 80, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 971 + "author_account_age_days": 973 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4412 + "author_account_age_days": 4413 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -2627,12 +2637,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3985 + "author_account_age_days": 3986 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 823 + "author_account_age_days": 825 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2642,132 +2652,132 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5299 + "author_account_age_days": 5300 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 463 + "author_account_age_days": 465 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 163 + "author_account_age_days": 165 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 13, + "stars": 14, "last_update": "2025-07-24 00:45:41", - "author_account_age_days": 4794 + "author_account_age_days": 4795 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 772, + "stars": 773, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2592 + "author_account_age_days": 2594 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3767 + "author_account_age_days": 3769 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 33, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 293 + "author_account_age_days": 295 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 18, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 262 + "author_account_age_days": 264 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1327 + "author_account_age_days": 1328 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2777,62 +2787,62 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 466 + "author_account_age_days": 468 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4959 + "author_account_age_days": 4961 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5014 + "author_account_age_days": 5016 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5303 + "author_account_age_days": 5305 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5303 + "author_account_age_days": 5305 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 40, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5303 + "author_account_age_days": 5305 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 496, + "stars": 498, "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2840,94 +2850,94 @@ "author_account_age_days": 417 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 848, + "stars": 850, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3232, + "stars": 3234, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1147, + "stars": 1150, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1533 + "author_account_age_days": 1535 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5981 + "author_account_age_days": 5982 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2193 + "author_account_age_days": 2194 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 134, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2193 + "author_account_age_days": 2194 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 152, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 161, + "stars": 162, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 209, + "stars": 213, "last_update": "2025-08-08 02:38:57", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -2942,7 +2952,7 @@ "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, @@ -2962,52 +2972,52 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 494, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 7, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3280 + "author_account_age_days": 3282 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 131, + "stars": 132, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3782 + "author_account_age_days": 3784 }, "https://github.com/Lerc/canvas_tab": { "stars": 195, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5781 + "author_account_age_days": 5782 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 14, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 395 + "author_account_age_days": 397 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 7, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 395 + "author_account_age_days": 397 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, @@ -3022,32 +3032,32 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1190 + "author_account_age_days": 1192 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1190 + "author_account_age_days": 1192 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2306, + "stars": 2308, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4603 + "author_account_age_days": 4605 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3067,17 +3077,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3087,22 +3097,22 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2854 + "author_account_age_days": 2855 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, @@ -3122,67 +3132,67 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 59, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, @@ -3192,52 +3202,52 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 66, "last_update": "2025-08-11 23:29:38", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 8, "last_update": "2025-06-14 10:33:54", - "author_account_age_days": 725 + "author_account_age_days": 727 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 9, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 725 + "author_account_age_days": 727 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 725 + "author_account_age_days": 727 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5383 + "author_account_age_days": 5384 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1836 + "author_account_age_days": 1837 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2644 + "author_account_age_days": 2645 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, @@ -3252,7 +3262,7 @@ "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3262,7 +3272,7 @@ "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3993 + "author_account_age_days": 3995 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, @@ -3277,7 +3287,7 @@ "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2020 + "author_account_age_days": 2021 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, @@ -3287,27 +3297,27 @@ "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 88, + "stars": 89, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5745 + "author_account_age_days": 5746 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, @@ -3317,92 +3327,92 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 83, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 102, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 961 + "author_account_age_days": 963 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 961 + "author_account_age_days": 963 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 334, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 116, "last_update": "2025-03-14 06:36:29", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 29, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2929 + "author_account_age_days": 2930 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3412,22 +3422,22 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3337 + "author_account_age_days": 3339 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1439 + "author_account_age_days": 1441 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, @@ -3437,37 +3447,37 @@ "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 42, + "stars": 44, "last_update": "2025-08-11 05:33:37", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 96, "last_update": "2025-06-04 07:30:29", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 157, + "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3475,64 +3485,64 @@ "author_account_age_days": 4808 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3307, + "stars": 3308, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 550, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 384 + "author_account_age_days": 386 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 10, + "stars": 11, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2151 + "author_account_age_days": 2153 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 69, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 991 + "author_account_age_days": 993 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, @@ -3547,7 +3557,7 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4701 + "author_account_age_days": 4703 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, @@ -3557,27 +3567,27 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, @@ -3587,7 +3597,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3597,72 +3607,72 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1070 + "author_account_age_days": 1072 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5563 + "author_account_age_days": 5564 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1191, + "stars": 1193, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1455 + "author_account_age_days": 1456 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3233 + "author_account_age_days": 3234 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 267, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3672,22 +3682,22 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2538 + "author_account_age_days": 2540 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, @@ -3702,22 +3712,22 @@ "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2148 + "author_account_age_days": 2150 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { - "stars": 0, + "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2078 + "author_account_age_days": 2079 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3727,52 +3737,52 @@ "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3213 + "author_account_age_days": 3215 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3213 + "author_account_age_days": 3215 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3213 + "author_account_age_days": 3215 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3213 + "author_account_age_days": 3215 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 55, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1898 + "author_account_age_days": 1900 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3241 + "author_account_age_days": 3242 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4056 + "author_account_age_days": 4057 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, @@ -3782,22 +3792,22 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5638 + "author_account_age_days": 5640 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 3, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 446 + "author_account_age_days": 448 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2800 + "author_account_age_days": 2801 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3817,57 +3827,57 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 523 + "author_account_age_days": 525 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2463, + "stars": 2465, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3855 + "author_account_age_days": 3856 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-05 15:18:08", - "author_account_age_days": 3855 + "author_account_age_days": 3856 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1061 + "author_account_age_days": 1063 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -3877,27 +3887,27 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 5, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 876 + "author_account_age_days": 878 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, @@ -3907,7 +3917,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, @@ -3915,69 +3925,69 @@ "author_account_age_days": 574 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { - "stars": 29, + "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2488 + "author_account_age_days": 2489 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, - "last_update": "2025-08-10 14:45:49", - "author_account_age_days": 1793 + "last_update": "2025-08-12 08:33:06", + "author_account_age_days": 1794 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3339 + "author_account_age_days": 3340 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4117 + "author_account_age_days": 4119 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, @@ -3992,47 +4002,47 @@ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 107, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4044,70 +4054,75 @@ "last_update": "2025-08-10 13:29:01", "author_account_age_days": 3500 }, + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { + "stars": 1, + "last_update": "2025-08-12 15:29:12", + "author_account_age_days": 3501 + }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { - "stars": 7, + "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, "last_update": "2025-06-28 20:35:53", - "author_account_age_days": 1968 + "author_account_age_days": 1970 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 31, + "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, @@ -4162,7 +4177,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3017 + "author_account_age_days": 3018 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4172,57 +4187,57 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 17, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 54, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 854, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1884 + "author_account_age_days": 1886 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 202 + "author_account_age_days": 204 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, @@ -4230,109 +4245,109 @@ "author_account_age_days": 5299 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { - "stars": 4, + "stars": 5, "last_update": "2025-03-08 20:09:28", "author_account_age_days": 3811 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 423, + "stars": 424, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1710 + "author_account_age_days": 1711 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 8, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 110, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, @@ -4342,52 +4357,52 @@ "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 878, + "stars": 880, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 11, @@ -4397,72 +4412,72 @@ "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 86, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 70, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, @@ -4472,37 +4487,37 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 122 + "author_account_age_days": 124 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2324 + "author_account_age_days": 2326 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, @@ -4517,77 +4532,77 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2588 + "author_account_age_days": 2590 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1610 + "author_account_age_days": 1612 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { - "stars": 63, + "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3974 + "author_account_age_days": 3976 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3974 + "author_account_age_days": 3976 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1105 + "author_account_age_days": 1106 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, @@ -4597,82 +4612,82 @@ "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 14, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 228, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 591 + "author_account_age_days": 593 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3421 + "author_account_age_days": 3423 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3959 + "author_account_age_days": 3960 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, @@ -4682,77 +4697,77 @@ "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 43, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 415 + "author_account_age_days": 417 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 218, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 280 + "author_account_age_days": 282 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 967, + "stars": 968, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4762,12 +4777,12 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 11, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4782,92 +4797,92 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 417, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 113, + "stars": 115, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 765, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 737, + "stars": 739, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, @@ -4897,42 +4912,42 @@ "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3578 + "author_account_age_days": 3579 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 539, + "stars": 541, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 137, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 812 + "author_account_age_days": 814 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, @@ -4942,17 +4957,17 @@ "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -4962,37 +4977,37 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 413 + "author_account_age_days": 415 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 539, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1034 + "author_account_age_days": 1035 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3082 + "author_account_age_days": 3084 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 165, @@ -5002,27 +5017,27 @@ "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 951 + "author_account_age_days": 953 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5032,117 +5047,117 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 243, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5335 + "author_account_age_days": 5336 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 292, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5758 + "author_account_age_days": 5760 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3393 + "author_account_age_days": 3395 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5251 + "author_account_age_days": 5253 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3391 + "author_account_age_days": 3393 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 15, - "last_update": "2025-08-04 20:24:09", - "author_account_age_days": 529 + "stars": 16, + "last_update": "2025-08-11 20:38:13", + "author_account_age_days": 531 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 529 + "author_account_age_days": 531 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 529 + "author_account_age_days": 531 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 241, - "last_update": "2025-08-05 00:34:23", - "author_account_age_days": 1333 + "last_update": "2025-08-12 18:32:23", + "author_account_age_days": 1334 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 124, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5152,42 +5167,42 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { - "stars": 3, + "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1035 + "author_account_age_days": 1037 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 21, + "stars": 22, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, @@ -5197,7 +5212,7 @@ "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, @@ -5207,7 +5222,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, @@ -5227,12 +5242,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1612, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 370 + "author_account_age_days": 372 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5247,67 +5262,67 @@ "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4169 + "author_account_age_days": 4170 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, @@ -5315,19 +5330,19 @@ "author_account_age_days": 3063 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 219, + "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1227 + "author_account_age_days": 1228 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, "last_update": "2025-07-16 08:15:03", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, @@ -5337,7 +5352,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, @@ -5347,42 +5362,42 @@ "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, @@ -5392,82 +5407,82 @@ "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 26, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 4, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 119, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { - "stars": 28, + "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, @@ -5477,22 +5492,22 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 19, @@ -5502,12 +5517,12 @@ "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, @@ -5517,92 +5532,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 517, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1429, + "stars": 1430, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 213, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 759, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1759, + "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5612,7 +5627,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, @@ -5622,17 +5637,17 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5953 + "author_account_age_days": 5954 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { - "stars": 2, + "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, @@ -5642,7 +5657,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 207, @@ -5652,92 +5667,92 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5033 + "author_account_age_days": 5035 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5215 + "author_account_age_days": 5216 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 565 + "author_account_age_days": 567 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4240 + "author_account_age_days": 4242 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 334, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -5747,42 +5762,42 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 128, @@ -5797,12 +5812,12 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 197 + "author_account_age_days": 199 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, @@ -5812,117 +5827,117 @@ "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2192, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1267, - "last_update": "2025-08-11 06:59:35", - "author_account_age_days": 731 + "stars": 1271, + "last_update": "2025-08-12 09:54:57", + "author_account_age_days": 732 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3083 + "author_account_age_days": 3085 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 51, - "last_update": "2025-07-29 08:34:18", - "author_account_age_days": 1067 + "last_update": "2025-08-12 06:38:37", + "author_account_age_days": 1068 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, - "last_update": "2025-08-07 14:12:00", - "author_account_age_days": 1067 + "last_update": "2025-08-12 06:33:15", + "author_account_age_days": 1068 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2195 + "author_account_age_days": 2197 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 230, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 304, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3903 + "author_account_age_days": 3904 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, @@ -5942,52 +5957,52 @@ "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 80, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 3999 + "author_account_age_days": 4001 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5427 + "author_account_age_days": 5429 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { - "stars": 14, + "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5427 + "author_account_age_days": 5429 }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 23, @@ -5997,12 +6012,12 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 111, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6012,62 +6027,62 @@ "https://github.com/ali-vilab/ACE_plus": { "stars": 1258, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 901 + "author_account_age_days": 903 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5273 + "author_account_age_days": 5274 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 80, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1014 + "author_account_age_days": 1015 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2407 + "author_account_age_days": 2408 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6205 + "author_account_age_days": 6207 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2242 + "author_account_age_days": 2243 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6082,122 +6097,122 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, - "last_update": "2025-08-08 00:05:18", - "author_account_age_days": 6161 + "last_update": "2025-08-12 06:40:30", + "author_account_age_days": 6162 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 74, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3947 + "author_account_age_days": 3948 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3947 + "author_account_age_days": 3948 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 313, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 43, + "stars": 44, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5324 + "author_account_age_days": 5326 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 164, + "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3439 + "author_account_age_days": 3441 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2762 + "author_account_age_days": 2763 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 105, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 265, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 13, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 116 + "author_account_age_days": 118 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 116 + "author_account_age_days": 118 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 116 + "author_account_age_days": 118 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6207,7 +6222,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6217,12 +6232,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6232,7 +6247,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2157 + "author_account_age_days": 2159 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6245,52 +6260,52 @@ "author_account_age_days": 819 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { - "stars": 43, + "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5776 + "author_account_age_days": 5777 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/banodoco/steerable-motion": { "stars": 924, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2712 + "author_account_age_days": 2713 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4539 + "author_account_age_days": 4541 }, "https://github.com/bash-j/mikey_nodes": { - "stars": 157, + "stars": 158, "last_update": "2025-03-22 01:52:20", "author_account_age_days": 4601 }, @@ -6302,32 +6317,32 @@ "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6337,12 +6352,12 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 525 + "author_account_age_days": 527 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 57, + "stars": 58, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 525 + "author_account_age_days": 527 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6372,12 +6387,12 @@ "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-07-23 04:11:18", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3089 + "author_account_age_days": 3090 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, @@ -6387,147 +6402,147 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 110, + "stars": 114, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 110, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 49, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 134, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 95, + "stars": 96, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 509 + "author_account_age_days": 511 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3286 + "author_account_age_days": 3288 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 114, "last_update": "2025-08-09 11:27:35", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 45, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6537,52 +6552,52 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 615 + "author_account_age_days": 617 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6592,42 +6607,42 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4016 + "author_account_age_days": 4017 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, @@ -6642,27 +6657,27 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 4, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6670,19 +6685,19 @@ "author_account_age_days": 2007 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { - "stars": 23, + "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5568 + "author_account_age_days": 5569 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6692,117 +6707,117 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 1, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5099 + "author_account_age_days": 5100 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5099 + "author_account_age_days": 5100 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 7, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 212 + "author_account_age_days": 214 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5058 + "author_account_age_days": 5059 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5058 + "author_account_age_days": 5059 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5058 + "author_account_age_days": 5059 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { "stars": 393, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 250, + "stars": 251, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 377, + "stars": 380, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 294 + "author_account_age_days": 296 }, "https://github.com/calcuis/gguf": { - "stars": 99, - "last_update": "2025-08-06 23:49:30", - "author_account_age_days": 1060 + "stars": 101, + "last_update": "2025-08-12 05:17:35", + "author_account_age_days": 1061 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 46, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3715 + "author_account_age_days": 3717 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3715 + "author_account_age_days": 3717 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2181 + "author_account_age_days": 2183 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 146, + "stars": 149, "last_update": "2025-08-09 15:26:08", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6812,27 +6827,27 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 881 + "author_account_age_days": 883 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 474, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3708 + "author_account_age_days": 3710 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, @@ -6857,27 +6872,27 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 137, @@ -6887,177 +6902,177 @@ "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1606 + "author_account_age_days": 1607 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7067,132 +7082,132 @@ "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3028 + "author_account_age_days": 3030 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 296 + "author_account_age_days": 298 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2147 + "author_account_age_days": 2149 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 256, + "stars": 260, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3828 + "author_account_age_days": 3829 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 509 + "author_account_age_days": 511 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1943 + "author_account_age_days": 1944 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 353, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2495, + "stars": 2496, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 435, + "stars": 438, "last_update": "2025-08-10 10:42:29", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 110, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/choey/Comfy-Topaz": { - "stars": 193, + "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5936 + "author_account_age_days": 5937 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4385 + "author_account_age_days": 4387 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, @@ -7202,77 +7217,77 @@ "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 74, + "stars": 75, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 766, + "stars": 768, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1014 + "author_account_age_days": 1015 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2468 + "author_account_age_days": 2469 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 266, + "stars": 268, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7287,72 +7302,72 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2351, + "stars": 2352, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 516, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/ComfyUI_NetDist": { - "stars": 473, + "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1012 + "author_account_age_days": 1013 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7367,22 +7382,22 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3242 + "author_account_age_days": 3243 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2006 + "author_account_age_days": 2007 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7402,7 +7417,7 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, @@ -7412,17 +7427,17 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6262 + "author_account_age_days": 6263 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-10 21:59:05", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85180, @@ -7430,14 +7445,14 @@ "author_account_age_days": 962 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 636, + "stars": 637, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7462,32 +7477,32 @@ "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 3, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5022 + "author_account_age_days": 5023 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5076 + "author_account_age_days": 5077 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5076 + "author_account_age_days": 5077 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7497,27 +7512,27 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 107, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, @@ -7527,10 +7542,10 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1351, + "stars": 1353, "last_update": "2025-08-07 09:53:29", "author_account_age_days": 4531 }, @@ -7547,42 +7562,42 @@ "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 475, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5374, + "stars": 5376, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1689, + "stars": 1692, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 912, + "stars": 913, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 879, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3665 + "author_account_age_days": 3666 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2343 + "author_account_age_days": 2344 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, @@ -7592,57 +7607,57 @@ "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 37, "last_update": "2025-08-10 15:12:32", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { - "stars": 1, + "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2003 + "author_account_age_days": 2004 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 259, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7652,132 +7667,132 @@ "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 322, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3765 + "author_account_age_days": 3766 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3765 + "author_account_age_days": 3766 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5737 + "author_account_age_days": 5738 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4841 + "author_account_age_days": 4843 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4877 + "author_account_age_days": 4879 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5126 + "author_account_age_days": 5127 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5126 + "author_account_age_days": 5127 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3043 + "author_account_age_days": 3045 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 145, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4949 + "author_account_age_days": 4950 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5709 + "author_account_age_days": 5710 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5709 + "author_account_age_days": 5710 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 322 + "author_account_age_days": 324 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6388 + "author_account_age_days": 6389 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6388 + "author_account_age_days": 6389 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, @@ -7792,27 +7807,27 @@ "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4777 + "author_account_age_days": 4779 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, - "last_update": "2025-08-10 22:01:06", - "author_account_age_days": 3828 + "last_update": "2025-08-12 11:15:30", + "author_account_age_days": 3829 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 4, @@ -7822,57 +7837,57 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 366, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4697 + "author_account_age_days": 4698 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 672 + "author_account_age_days": 674 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 672 + "author_account_age_days": 674 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, @@ -7882,17 +7897,17 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4183 + "author_account_age_days": 4184 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4190 + "author_account_age_days": 4192 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 3, @@ -7907,7 +7922,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -7927,22 +7942,22 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1034 + "author_account_age_days": 1036 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -7952,17 +7967,17 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5217 + "author_account_age_days": 5218 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -7972,22 +7987,22 @@ "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 56, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 0, @@ -7997,7 +8012,7 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 614 + "author_account_age_days": 616 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, @@ -8017,12 +8032,12 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/eric183/ComfyUI-Only": { "stars": 2, @@ -8032,42 +8047,42 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1409 + "author_account_age_days": 1410 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 19, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8077,62 +8092,62 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 13, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 216, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1501 + "author_account_age_days": 1503 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 768 + "author_account_age_days": 770 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5350 + "author_account_age_days": 5351 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 2, @@ -8142,17 +8157,17 @@ "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3777 + "author_account_age_days": 3779 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, @@ -8167,37 +8182,37 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 974 + "author_account_age_days": 976 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4375 + "author_account_age_days": 4377 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8227,7 +8242,7 @@ "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 915 + "author_account_age_days": 917 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8237,92 +8252,92 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1092, + "stars": 1093, "last_update": "2025-06-24 09:25:13", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 280, + "stars": 281, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5273 + "author_account_age_days": 5274 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4035 + "author_account_age_days": 4036 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8332,7 +8347,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, @@ -8347,17 +8362,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 578, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8377,37 +8392,37 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { - "stars": 174, + "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 80, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 690 + "author_account_age_days": 692 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, @@ -8437,7 +8452,7 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, @@ -8447,17 +8462,17 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5365 + "author_account_age_days": 5366 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, @@ -8467,17 +8482,17 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5412 + "author_account_age_days": 5413 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, @@ -8487,42 +8502,42 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2720 + "author_account_age_days": 2722 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 178, + "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2911 + "author_account_age_days": 2912 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8532,152 +8547,152 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 366 + "author_account_age_days": 368 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2142 + "author_account_age_days": 2144 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2142 + "author_account_age_days": 2144 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 142, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 511, + "stars": 514, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/googincheng/ComfyUX": { "stars": 148, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 646 + "author_account_age_days": 648 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4682 + "author_account_age_days": 4683 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 202, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 934 + "author_account_age_days": 935 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4259 + "author_account_age_days": 4261 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1568 + "author_account_age_days": 1570 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 1, @@ -8687,7 +8702,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8697,12 +8712,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/hao-ai-lab/FastVideo": { "stars": 1901, @@ -8712,7 +8727,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, @@ -8727,32 +8742,32 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 196, @@ -8762,22 +8777,22 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 141, "last_update": "2025-08-11 09:01:06", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 0, @@ -8787,22 +8802,22 @@ "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4576 + "author_account_age_days": 4578 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4576 + "author_account_age_days": 4578 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1844, + "stars": 1845, "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3308 + "author_account_age_days": 3309 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3308 + "author_account_age_days": 3309 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8812,12 +8827,12 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -8827,7 +8842,7 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2938 + "author_account_age_days": 2939 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, @@ -8837,107 +8852,107 @@ "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5056 + "author_account_age_days": 5057 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 431, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 626, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1713, + "stars": 1714, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 106, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 67, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 449, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6054 + "author_account_age_days": 6055 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/humgate/simplecomfy": { "stars": 0, @@ -8947,17 +8962,17 @@ "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 31, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -8967,38 +8982,43 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3301 + "author_account_age_days": 3302 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 1, "last_update": "2025-07-05 07:17:09", "author_account_age_days": 4567 }, + "https://github.com/iacoposk8/xor_pickle_nodes": { + "stars": 1, + "last_update": "2025-08-12 09:46:27", + "author_account_age_days": 4568 + }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", @@ -9007,27 +9027,27 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4808 + "author_account_age_days": 4810 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 216, + "stars": 217, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5705 + "author_account_age_days": 5706 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, @@ -9080,7 +9100,7 @@ "author_account_age_days": 3276 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 50, + "stars": 51, "last_update": "2025-04-02 17:19:28", "author_account_age_days": 3276 }, @@ -9097,72 +9117,72 @@ "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 156 + "author_account_age_days": 158 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1302 + "author_account_age_days": 1303 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4130 + "author_account_age_days": 4132 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { - "stars": 80, + "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4284 + "author_account_age_days": 4285 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 45, @@ -9172,27 +9192,27 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 100, "last_update": "2025-07-29 09:44:37", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 116, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9202,77 +9222,77 @@ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 184, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3344 + "author_account_age_days": 3345 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2746 + "author_account_age_days": 2748 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2746 + "author_account_age_days": 2748 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, @@ -9282,22 +9302,22 @@ "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3450 + "author_account_age_days": 3451 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { - "stars": 13, + "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3542 + "author_account_age_days": 3544 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4989 + "author_account_age_days": 4991 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9305,34 +9325,34 @@ "author_account_age_days": 2478 }, "https://github.com/jitcoder/lora-info": { - "stars": 104, + "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 26, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4397 + "author_account_age_days": 4398 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 751 + "author_account_age_days": 753 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, @@ -9340,14 +9360,14 @@ "author_account_age_days": 4160 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 617, + "stars": 618, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5211 + "author_account_age_days": 5212 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, @@ -9357,17 +9377,17 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5407 + "author_account_age_days": 5408 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4526 + "author_account_age_days": 4528 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4526 + "author_account_age_days": 4528 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9387,22 +9407,22 @@ "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2277 + "author_account_age_days": 2278 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4343 + "author_account_age_days": 4344 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 42, @@ -9412,7 +9432,7 @@ "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9422,7 +9442,7 @@ "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2258 + "author_account_age_days": 2260 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 3, @@ -9432,22 +9452,22 @@ "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2258 + "author_account_age_days": 2260 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2258 + "author_account_age_days": 2260 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 6, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2258 + "author_account_age_days": 2260 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 444, + "stars": 445, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -9457,7 +9477,7 @@ "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-05-24 07:58:32", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, @@ -9472,32 +9492,32 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 324 + "author_account_age_days": 326 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 412, + "stars": 413, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3119 + "author_account_age_days": 3121 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 2, @@ -9507,12 +9527,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 92, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, @@ -9520,9 +9540,9 @@ "author_account_age_days": 3061 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { - "stars": 621, + "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5094 + "author_account_age_days": 5096 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, @@ -9532,27 +9552,27 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 5, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5948 + "author_account_age_days": 5949 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9562,12 +9582,12 @@ "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4298 + "author_account_age_days": 4300 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, @@ -9577,37 +9597,37 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3074 + "author_account_age_days": 3076 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1140 + "author_account_age_days": 1142 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3401 + "author_account_age_days": 3403 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, @@ -9620,7 +9640,7 @@ "author_account_age_days": 3402 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 48, + "stars": 49, "last_update": "2025-06-24 22:38:01", "author_account_age_days": 5303 }, @@ -9632,17 +9652,17 @@ "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1166 + "author_account_age_days": 1168 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1166 + "author_account_age_days": 1168 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1372 + "author_account_age_days": 1373 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, @@ -9652,177 +9672,177 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1516, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 341, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1375, + "stars": 1376, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 997, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 348, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1079, + "stars": 1080, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1624, + "stars": 1626, "last_update": "2025-08-06 20:15:14", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 228, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2037, + "stars": 2038, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 139, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 501, + "stars": 502, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 2058, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { "stars": 3926, @@ -9832,52 +9852,52 @@ "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1010, + "stars": 1012, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 269 + "author_account_age_days": 271 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/kk8bit/KayTool": { - "stars": 189, + "stars": 190, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -9887,7 +9907,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -9897,22 +9917,22 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, @@ -9922,7 +9942,7 @@ "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2870 + "author_account_age_days": 2872 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, @@ -9932,37 +9952,37 @@ "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1353 + "author_account_age_days": 1355 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, @@ -9972,62 +9992,62 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 4, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 75, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2694 + "author_account_age_days": 2696 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2694 + "author_account_age_days": 2696 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2694 + "author_account_age_days": 2696 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, @@ -10035,129 +10055,129 @@ "author_account_age_days": 1389 }, "https://github.com/lceric/comfyui-gpt-image": { - "stars": 8, + "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3909 + "author_account_age_days": 3911 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 50, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -10182,32 +10202,32 @@ "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 77, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4471 + "author_account_age_days": 4473 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, @@ -10222,12 +10242,12 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10242,222 +10262,222 @@ "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 96, + "stars": 97, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, - "last_update": "2025-08-05 19:19:36", - "author_account_age_days": 3119 + "last_update": "2025-08-11 16:33:46", + "author_account_age_days": 3121 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-06 20:57:26", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 235, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 406, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 83, "last_update": "2025-07-01 13:11:43", - "author_account_age_days": 2506 + "author_account_age_days": 2507 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4892 + "author_account_age_days": 4894 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 996 + "author_account_age_days": 998 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, @@ -10472,22 +10492,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10497,50 +10517,50 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 783, + "stars": 785, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 24, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 233, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2619, + "stars": 2622, "last_update": "2025-07-31 09:10:04", "author_account_age_days": 876 }, @@ -10555,9 +10575,9 @@ "author_account_age_days": 876 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11107, - "last_update": "2025-08-12 00:52:21", - "author_account_age_days": 488 + "stars": 11126, + "last_update": "2025-08-12 01:35:02", + "author_account_age_days": 489 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, @@ -10565,19 +10585,19 @@ "author_account_age_days": 876 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 61, + "stars": 62, "last_update": "2025-06-03 09:41:36", "author_account_age_days": 876 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1807 + "author_account_age_days": 1808 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10592,32 +10612,37 @@ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1850 + "author_account_age_days": 1851 + }, + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { + "stars": 0, + "last_update": "2025-08-12 22:34:48", + "author_account_age_days": 3926 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 44, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 0, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, @@ -10627,17 +10652,17 @@ "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 187 + "author_account_age_days": 189 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1655 + "author_account_age_days": 1657 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, @@ -10647,22 +10672,22 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1045 + "author_account_age_days": 1047 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, @@ -10672,17 +10697,17 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 163 + "author_account_age_days": 165 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10702,102 +10727,102 @@ "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5597 + "author_account_age_days": 5598 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5597 + "author_account_age_days": 5598 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { - "stars": 112, + "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 8, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4218 + "author_account_age_days": 4220 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4218 + "author_account_age_days": 4220 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4218 + "author_account_age_days": 4220 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1820 + "author_account_age_days": 1821 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { - "stars": 67, + "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3153 + "author_account_age_days": 3154 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3065 + "author_account_age_days": 3067 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { - "stars": 23, + "stars": 24, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 290, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3334 + "author_account_age_days": 3335 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10807,12 +10832,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -10822,37 +10847,37 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1067 + "author_account_age_days": 1069 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4853 + "author_account_age_days": 4854 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1614 + "author_account_age_days": 1616 }, "https://github.com/melMass/comfy_mtb": { "stars": 601, @@ -10867,52 +10892,52 @@ "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 36, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5886 + "author_account_age_days": 5888 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5886 + "author_account_age_days": 5888 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2730 + "author_account_age_days": 2732 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, @@ -10920,24 +10945,24 @@ "author_account_age_days": 881 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { - "stars": 2, + "stars": 3, "last_update": "2025-07-29 22:41:08", - "author_account_age_days": 5769 + "author_account_age_days": 5771 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -10947,52 +10972,52 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6330 + "author_account_age_days": 6331 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6330 + "author_account_age_days": 6331 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 805 + "author_account_age_days": 807 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, "last_update": "2025-06-20 14:01:41", - "author_account_age_days": 1634 + "author_account_age_days": 1635 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1839, + "stars": 1844, "last_update": "2025-08-08 01:48:27", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4423 + "author_account_age_days": 4424 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4423 + "author_account_age_days": 4424 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4423 + "author_account_age_days": 4424 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, @@ -11002,32 +11027,32 @@ "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4221 + "author_account_age_days": 4223 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1113 + "author_account_age_days": 1114 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1113 + "author_account_age_days": 1114 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5017 + "author_account_age_days": 5018 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1128 + "author_account_age_days": 1129 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11037,112 +11062,112 @@ "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 820 + "author_account_age_days": 822 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 198 + "author_account_age_days": 200 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3597 + "author_account_age_days": 3599 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1736 + "author_account_age_days": 1738 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 17, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 549 + "author_account_age_days": 551 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 153, + "stars": 154, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11157,32 +11182,32 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1062 + "author_account_age_days": 1064 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, @@ -11202,37 +11227,37 @@ "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4064 + "author_account_age_days": 4066 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 197, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, @@ -11242,17 +11267,17 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4734 + "author_account_age_days": 4736 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4422 + "author_account_age_days": 4424 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4442 + "author_account_age_days": 4443 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, @@ -11260,109 +11285,109 @@ "author_account_age_days": 1645 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 213, + "stars": 214, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { - "stars": 58, + "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/niknah/quick-connections": { "stars": 317, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-11 12:52:34", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3620 + "author_account_age_days": 3622 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3156 + "author_account_age_days": 3157 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1625 + "author_account_age_days": 1627 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11372,62 +11397,62 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2974 + "author_account_age_days": 2975 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2131 + "author_account_age_days": 2132 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 906, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5196 + "author_account_age_days": 5198 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 498, - "last_update": "2025-07-29 17:49:37", - "author_account_age_days": 5196 + "stars": 504, + "last_update": "2025-08-12 14:44:24", + "author_account_age_days": 5198 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5196 + "author_account_age_days": 5198 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { - "stars": 32, + "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 965 + "author_account_age_days": 967 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, @@ -11482,22 +11507,22 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, @@ -11512,7 +11537,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, @@ -11527,12 +11552,12 @@ "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1919 + "author_account_age_days": 1921 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, @@ -11570,29 +11595,29 @@ "author_account_age_days": 995 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 75, + "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 838 + "author_account_age_days": 840 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2816 + "author_account_age_days": 2817 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2816 + "author_account_age_days": 2817 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11602,22 +11627,22 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4524 + "author_account_age_days": 4526 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11627,32 +11652,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5466 + "author_account_age_days": 5467 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5466 + "author_account_age_days": 5467 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 209, + "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 269, + "stars": 270, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11667,12 +11692,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5493 + "author_account_age_days": 5494 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 27, @@ -11682,7 +11707,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11692,62 +11717,62 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1327 + "author_account_age_days": 1329 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5421 + "author_account_age_days": 5423 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3411 + "author_account_age_days": 3413 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 184, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 50, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -11767,17 +11792,17 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 382 + "author_account_age_days": 384 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, @@ -11787,32 +11812,32 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, - "last_update": "2025-08-07 11:58:29", - "author_account_age_days": 1475 + "last_update": "2025-08-12 21:03:12", + "author_account_age_days": 1476 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, @@ -11822,47 +11847,47 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { "stars": 397, - "last_update": "2025-08-11 03:34:06", - "author_account_age_days": 3919 + "last_update": "2025-08-12 17:06:20", + "author_account_age_days": 3921 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 38, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5981 + "author_account_age_days": 5982 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4400 + "author_account_age_days": 4402 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, @@ -11882,7 +11907,7 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, @@ -11892,12 +11917,12 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5351 + "author_account_age_days": 5352 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5351 + "author_account_age_days": 5352 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, @@ -11907,37 +11932,37 @@ "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 298 + "author_account_age_days": 300 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1954, + "stars": 1956, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3109 + "author_account_age_days": 3111 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2608, + "stars": 2611, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 935, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1189 + "author_account_age_days": 1191 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1189 + "author_account_age_days": 1191 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, @@ -11997,7 +12022,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, @@ -12007,27 +12032,27 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 844 + "author_account_age_days": 846 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 363, + "stars": 364, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3576 + "author_account_age_days": 3577 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, @@ -12037,27 +12062,27 @@ "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 190 + "author_account_age_days": 192 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, @@ -12067,32 +12092,32 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4907 + "author_account_age_days": 4908 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2417 + "author_account_age_days": 2419 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3838 + "author_account_age_days": 3839 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 41, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6034 + "author_account_age_days": 6035 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12107,12 +12132,12 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1135 + "author_account_age_days": 1137 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, @@ -12120,19 +12145,19 @@ "author_account_age_days": 553 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { - "stars": 81, + "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5039 + "author_account_age_days": 5041 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5039 + "author_account_age_days": 5041 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5039 + "author_account_age_days": 5041 }, "https://github.com/replicate/comfyui-replicate": { "stars": 188, @@ -12142,72 +12167,72 @@ "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2112, + "stars": 2118, "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5388 + "author_account_age_days": 5389 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6050 + "author_account_age_days": 6051 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6050 + "author_account_age_days": 6051 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5684 + "author_account_age_days": 5686 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { - "stars": 13, + "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3959 + "author_account_age_days": 3961 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12222,7 +12247,7 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, @@ -12232,57 +12257,57 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 19, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3566 + "author_account_age_days": 3568 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1430 + "author_account_age_days": 1432 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 2, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1340 + "author_account_age_days": 1342 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12292,82 +12317,82 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2833 + "author_account_age_days": 2835 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 540, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4102 + "author_account_age_days": 4104 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 1, @@ -12382,22 +12407,22 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 363 + "author_account_age_days": 365 }, "https://github.com/scraed/LanPaint": { "stars": 419, @@ -12407,7 +12432,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12431,13 +12456,13 @@ }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, - "last_update": "2025-08-06 01:12:10", - "author_account_age_days": 1200 + "last_update": "2025-08-12 13:41:13", + "author_account_age_days": 1201 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3746 + "author_account_age_days": 3747 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12457,77 +12482,77 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 222, + "stars": 223, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2182 + "author_account_age_days": 2184 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 460, + "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1679, + "stars": 1680, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5506 + "author_account_age_days": 5507 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12537,42 +12562,42 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 464, + "stars": 465, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12582,22 +12607,27 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 726 + "author_account_age_days": 727 + }, + "https://github.com/shinich39/comfyui-poor-textarea": { + "stars": 0, + "last_update": "2025-08-12 19:26:43", + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4721 + "author_account_age_days": 4722 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, @@ -12607,27 +12637,27 @@ "https://github.com/siliconflow/BizyAir": { "stars": 742, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, @@ -12642,27 +12672,27 @@ "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 296, + "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1520 + "author_account_age_days": 1521 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1290 + "author_account_age_days": 1292 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12687,17 +12717,17 @@ "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 390 + "author_account_age_days": 392 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 390 + "author_account_age_days": 392 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12707,17 +12737,17 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3134 + "author_account_age_days": 3136 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3134 + "author_account_age_days": 3136 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, @@ -12740,7 +12770,7 @@ "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { - "stars": 23, + "stars": 24, "last_update": "2024-07-31 13:53:41", "author_account_age_days": 768 }, @@ -12775,8 +12805,8 @@ "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 651, - "last_update": "2025-08-11 12:03:40", + "stars": 652, + "last_update": "2025-08-12 14:10:05", "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { @@ -12920,7 +12950,7 @@ "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1071, + "stars": 1072, "last_update": "2025-05-22 00:46:49", "author_account_age_days": 768 }, @@ -12962,17 +12992,17 @@ "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1186 + "author_account_age_days": 1188 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1186 + "author_account_age_days": 1188 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1980 + "author_account_age_days": 1982 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, @@ -12980,69 +13010,69 @@ "author_account_age_days": 4134 }, "https://github.com/somesomebody/lorainfo-sidebar": { - "stars": 4, + "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 215, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 240, + "stars": 241, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 94, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, @@ -13057,17 +13087,17 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 219, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5154 + "author_account_age_days": 5155 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5645 + "author_account_age_days": 5646 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13075,7 +13105,7 @@ "author_account_age_days": 215 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1270, + "stars": 1272, "last_update": "2025-07-18 19:54:57", "author_account_age_days": 2103 }, @@ -13097,17 +13127,17 @@ "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 54, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 605, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, @@ -13127,42 +13157,42 @@ "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3712 + "author_account_age_days": 3713 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 27, + "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 998, + "stars": 999, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2965 + "author_account_age_days": 2966 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4884 + "author_account_age_days": 4886 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, @@ -13172,42 +13202,42 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6344 + "author_account_age_days": 6345 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 60, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13217,32 +13247,32 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 2, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 3, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, @@ -13252,12 +13282,12 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, @@ -13267,32 +13297,32 @@ "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-06 09:03:03", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, @@ -13302,52 +13332,52 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/taabata/ComfyCanvas": { "stars": 90, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 260, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5334 + "author_account_age_days": 5335 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 602, + "stars": 603, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4384 + "author_account_age_days": 4386 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, @@ -13372,7 +13402,7 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, @@ -13392,27 +13422,27 @@ "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2836 + "author_account_age_days": 2837 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 223, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2836 + "author_account_age_days": 2837 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2836 + "author_account_age_days": 2837 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13422,42 +13452,42 @@ "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, @@ -13467,52 +13497,52 @@ "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 676 + "author_account_age_days": 678 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2384 + "author_account_age_days": 2385 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2524 + "author_account_age_days": 2525 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2524 + "author_account_age_days": 2525 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 4, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, @@ -13522,22 +13552,22 @@ "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4731 + "author_account_age_days": 4732 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, @@ -13545,14 +13575,14 @@ "author_account_age_days": 4784 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 98, + "stars": 100, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, @@ -13577,17 +13607,17 @@ "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13607,22 +13637,22 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5802 + "author_account_age_days": 5803 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, @@ -13637,17 +13667,17 @@ "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3162 + "author_account_age_days": 3163 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, @@ -13657,42 +13687,42 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 868, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 159, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, @@ -13702,27 +13732,27 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13742,17 +13772,17 @@ "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 15, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2800 + "author_account_age_days": 2801 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13762,27 +13792,27 @@ "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1796 + "author_account_age_days": 1798 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5177 + "author_account_age_days": 5178 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3026 + "author_account_age_days": 3028 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, @@ -13792,7 +13822,7 @@ "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 743 + "author_account_age_days": 745 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 2, @@ -13802,7 +13832,7 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, @@ -13812,12 +13842,12 @@ "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -13827,7 +13857,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 138, @@ -13837,12 +13867,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2252 + "author_account_age_days": 2253 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -13852,12 +13882,12 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, @@ -13882,37 +13912,37 @@ "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 194, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 2, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 97 + "author_account_age_days": 99 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -13932,7 +13962,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, @@ -13942,7 +13972,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -13952,7 +13982,7 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -13967,57 +13997,57 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 205, + "stars": 208, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 946, + "stars": 948, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2192 + "author_account_age_days": 2194 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 71, "last_update": "2025-08-01 16:57:00", - "author_account_age_days": 707 + "author_account_age_days": 709 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 707 + "author_account_age_days": 709 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 707 + "author_account_age_days": 709 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 40, + "stars": 39, "last_update": "2025-07-31 10:35:05", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14037,17 +14067,17 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 527, - "last_update": "2025-08-11 03:14:51", - "author_account_age_days": 3771 + "stars": 541, + "last_update": "2025-08-12 07:10:37", + "author_account_age_days": 3772 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, @@ -14057,12 +14087,12 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1637 + "author_account_age_days": 1638 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 142 + "author_account_age_days": 144 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, @@ -14072,17 +14102,17 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2284 + "author_account_age_days": 2286 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3443 + "author_account_age_days": 3444 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 50, @@ -14092,62 +14122,62 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6134 + "author_account_age_days": 6135 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6134 + "author_account_age_days": 6135 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 83, + "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4598 + "author_account_age_days": 4599 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5463 + "author_account_age_days": 5464 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3341 + "author_account_age_days": 3343 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1845 + "author_account_age_days": 1847 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 26, @@ -14167,32 +14197,32 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14202,17 +14232,17 @@ "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2102 + "author_account_age_days": 2104 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, @@ -14222,12 +14252,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, @@ -14237,267 +14267,267 @@ "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3837 + "author_account_age_days": 3839 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 983 + "author_account_age_days": 985 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 983 + "author_account_age_days": 985 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 983 + "author_account_age_days": 985 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 105, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 300, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 537 + "author_account_age_days": 539 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-05 12:27:21", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1811, + "stars": 1818, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1754 + "author_account_age_days": 1755 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4288 + "author_account_age_days": 4290 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4288 + "author_account_age_days": 4290 }, "https://github.com/yorkane/ComfyUI-KYNode": { - "stars": 7, + "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3802 + "author_account_age_days": 3804 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 5, + "stars": 6, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 930 + "author_account_age_days": 932 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 930 + "author_account_age_days": 932 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 217, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 23, + "stars": 24, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 155, "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 32, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 461, + "stars": 462, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, @@ -14512,12 +14542,12 @@ "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4189 + "author_account_age_days": 4191 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, @@ -14527,17 +14557,17 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, @@ -14547,17 +14577,17 @@ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, @@ -14567,62 +14597,62 @@ "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 529 + "author_account_age_days": 531 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 86, + "stars": 87, "last_update": "2025-08-05 02:14:19", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 706 + "author_account_age_days": 708 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3762 + "author_account_age_days": 3764 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3872 + "author_account_age_days": 3873 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1427, + "stars": 1428, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { - "stars": 110, + "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3789 + "author_account_age_days": 3790 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, @@ -14632,36 +14662,36 @@ "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3075 + "author_account_age_days": 3076 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1627, + "stars": 1631, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5374 + "author_account_age_days": 5376 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3138 + "author_account_age_days": 3140 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4555 + "author_account_age_days": 4556 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index b928808c..b02a8f9a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "zhu733756", + "title": "Comfyui-Anything-Converter [UNSAFE]", + "reference": "https://github.com/zhu733756/Comfyui-Anything-Converter", + "files": [ + "https://github.com/zhu733756/Comfyui-Anything-Converter" + ], + "install_type": "git-clone", + "description": "This is a custom node extension designed for ComfyUI, providing JSON/TEXT/IMG handling functionality etc.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "twj515895394", + "title": "ComfComfyUI-LowMemVideoSuite [UNSAFE]", + "reference": "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite", + "files": [ + "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite" + ], + "install_type": "git-clone", + "description": "This is a low-memory video composition plugin designed for ComfyUI, which uses FFmpeg to combine disk-stored frame images into a video, avoiding loading all frames into memory at once.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "chenpipi0807", + "title": "ComfyUI-InstantCharacterFlux [WIP]", + "reference": "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux", + "files": [ + "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux" + ], + "install_type": "git-clone", + "description": "NODES: IC → FLUX One-Knob, IC Strength Controller (InstantCharacter → FLUX), Load IC Weights, Load SigLIP Vision, Load DINOv2 Vision, Encode Reference Image (InstantCharacter)\nNOTE: The files in the repo are not organized." + }, + { + "author": "Randomwalkforest", + "title": "Comfyui-Koi-Toolkit", + "reference": "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit", + "files": [ + "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit" + ], + "install_type": "git-clone", + "description": "Koi Toolkit provides advanced nodes" + }, { "author": "Yuan-ManX", "title": "ComfyUI-Step1X-Edit [NAME CONFLICT]", @@ -619,7 +659,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter" ], "install_type": "git-clone", - "description": "A node for converting LoRA (Low-Rank Adaptation) keys in ComfyUI. [w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + "description": "A node for converting LoRA (Low-Rank Adaptation) keys in ComfyUI.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" }, { "author": "Estanislao-Oviedo", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 66b82f25..701ccd0e 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1119,6 +1119,9 @@ "VTS Clip Text Encode", "VTS Color Mask To Mask", "VTS Colour Match", + "VTS Colour Match Advanced", + "VTS Colour Match First Frames", + "VTS Colour Match First Frames Bad Highlights", "VTS Conditioning Set Batch Mask", "VTS Count Characters", "VTS Create Character Mask", @@ -2464,6 +2467,7 @@ "mb Barcode", "mb CLIP Text Encoder", "mb Color Mask", + "mb Color Picker", "mb Data Type Converter", "mb Debug", "mb Demux", @@ -2476,6 +2480,7 @@ "mb File to Text", "mb Hash Generator", "mb Image Batch", + "mb Image Center Rotate", "mb Image Dimensions", "mb Image Dither", "mb Image Flip", @@ -2491,6 +2496,7 @@ "mb Select", "mb String", "mb Submit", + "mb Tensor Channel 4 to 3", "mb Text", "mb Text or File", "mb Text to File", @@ -2825,6 +2831,21 @@ "title_aux": "ComfyUI-RBG-LoRA-Converter [UNSAFE]" } ], + "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": [ + [ + "MaskExternalRectangle", + "SimpleImageStitch", + "imageStitchForICImproved", + "imageStitchForICImproved_CropBack" + ], + { + "author": "chflame", + "description": "A set of nodes for ComfyUI that can composite layer and mask to achieve Photoshop like functionality.", + "nickname": "LayerStyle", + "title": "LayerStyle", + "title_aux": "Comfyui-Koi-Toolkit" + } + ], "https://github.com/RicherdLee/comfyui-oss-image-save": [ [ "SaveImageOSS" @@ -4721,6 +4742,19 @@ "title_aux": "Comfy-WaveSpeed [WIP]" } ], + "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": [ + [ + "EncodeRefImageIC", + "ICFluxOneKnob", + "ICStrengthController", + "LoadDINOv2Vision", + "LoadICWeights", + "LoadSigLIPVision" + ], + { + "title_aux": "ComfyUI-InstantCharacterFlux [WIP]" + } + ], "https://github.com/chetusangolgi/Comfyui-supabase": [ [ "SupabaseAudioUploader", @@ -5501,11 +5535,13 @@ ], "https://github.com/duckmartians/Duck_Nodes": [ [ + "Duck_AddTextOverlay", "Duck_LoadExcelRow", "Duck_LoadGoogleDocLine", "Duck_LoadGoogleSheetOneRow", "Duck_LoadWordLine", - "Duck_PromptLoader" + "Duck_PromptLoader", + "Duck_TextReplacer" ], { "title_aux": "Duck_Nodes [UNSAFE]" @@ -6435,6 +6471,7 @@ ], "https://github.com/iacoposk8/xor_pickle_nodes": [ [ + "DecryptXORText", "Load XOR Pickle From File", "Save XOR Pickle To File" ], @@ -8111,6 +8148,9 @@ ], "https://github.com/nobandegani/comfyui_ino_nodes": [ [ + "CloudreveInit", + "CloudreveSignin", + "CloudreveUploadFile", "Ino_BranchImage", "Ino_CalculateLoraConfig", "Ino_CountFiles", @@ -9527,6 +9567,15 @@ "title_aux": "comfyui-SetWallpaper" } ], + "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [ + [ + "FFmpegVideoCombineLowMem", + "SaveSingleFrameToDisk" + ], + { + "title_aux": "ComfComfyUI-LowMemVideoSuite [UNSAFE]" + } + ], "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": [ [ "CAP Cfg Literal", @@ -10265,6 +10314,20 @@ "title_aux": "Comfyui_image2prompt" } ], + "https://github.com/zhu733756/Comfyui-Anything-Converter": [ + [ + "FileConverter.FileDictConverter", + "FileConverter.FileSplitter", + "FileConverter.LineConverter", + "ImageCoverter.SaveImage", + "JsonCoverter.JsonCombiner", + "JsonCoverter.JsonParser", + "JsonCoverter.JsonPromptProcessor" + ], + { + "title_aux": "Comfyui-Anything-Converter [UNSAFE]" + } + ], "https://github.com/zhuanvi/ComfyUI-ZVNodes": [ [ "DesaturateNodeZV", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index af78b2d8..f49d48cb 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,66 @@ { "custom_nodes": [ + { + "author": "S4MUEL404", + "title": "ComfyUI S4Tool Text", + "id": "comfyui-s4tool-text", + "reference": "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text", + "files": [ + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text" + ], + "install_type": "git-clone", + "description": "Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control." + }, + { + "author": "luke-mino-altherr", + "title": "ComfyUI-Latent-Reverb", + "reference": "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb", + "files": [ + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb" + ], + "install_type": "git-clone", + "description": "Creates spatial echo and ambient effects by applying reverb-like processing directly in latent space" + }, + { + "author": "iacoposk8", + "title": "ComfyUI XOR Text & Pickle Nodes", + "reference": "https://github.com/iacoposk8/xor_pickle_nodes", + "files": [ + "https://github.com/iacoposk8/xor_pickle_nodes" + ], + "install_type": "git-clone", + "description": "Three custom nodes for ComfyUI that allow you to encrypt and decrypt Python objects or text using simple XOR encryption." + }, + { + "author": "shinich39", + "title": "comfyui-poor-textarea", + "reference": "https://github.com/shinich39/comfyui-poor-textarea", + "files": [ + "https://github.com/shinich39/comfyui-poor-textarea" + ], + "install_type": "git-clone", + "description": "Add commentify, indentation, auto-close brackets in textarea." + }, + { + "author": "HM-RunningHub", + "title": "ComfyUI DMOSpeech2 Node", + "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2", + "files": [ + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2" + ], + "install_type": "git-clone", + "description": "This is a Seed-X-PPO-7B ComfyUI plugin. Easy to use" + }, + { + "author": "Charonartist", + "title": "ComfyUI Smart Resize Node", + "reference": "https://github.com/Charonartist/comfyui-smart-resize-node", + "files": [ + "https://github.com/Charonartist/comfyui-smart-resize-node" + ], + "install_type": "git-clone", + "description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification" + }, { "author": "Windecay", "title": "ComfyUI-SDupcaleTiledSize", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 31a49a5f..9223773f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3376,6 +3376,14 @@ "title_aux": "ComfyUI Auto LoRA" } ], + "https://github.com/Charonartist/comfyui-smart-resize-node": [ + [ + "SmartResizeNode" + ], + { + "title_aux": "ComfyUI Smart Resize Node" + } + ], "https://github.com/CheNing233/ComfyUI_Image_Pin": [ [ "ImagePin" @@ -4938,6 +4946,7 @@ [ "EA_AutoTrimPingPong", "EA_FilenameCombine", + "EA_LightningMotionBias", "EA_ListVideos", "EA_ManifestIndex", "EA_PingPong", @@ -6186,6 +6195,14 @@ "title_aux": "ComfyUI_RH_APICall" } ], + "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": [ + [ + "RunningHub DMOSpeech2" + ], + { + "title_aux": "ComfyUI DMOSpeech2 Node" + } + ], "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": [ [ "RunningHub_FramePack", @@ -8550,6 +8567,7 @@ ], "https://github.com/LingSss9/comfyui-merge": [ [ + "LoadLoRAMenu", "MergeLoRAsKohyaSSLike", "OnlyLoadLoRAsModel", "SaveLoRAModels" @@ -10966,6 +10984,18 @@ "title_aux": "ComfyUI S4Tool Image" } ], + "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": [ + [ + "S4Tools Text Basic", + "S4Tools Text Font Base64", + "S4Tools Text Font URL", + "S4Tools Text Font file", + "S4Tools Text Style" + ], + { + "title_aux": "ComfyUI S4Tool Text" + } + ], "https://github.com/SEkINVR/ComfyUI-SaveAs": [ [ "ComfyUISaveAs" @@ -15952,12 +15982,12 @@ "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ "APIFluxKontextEnhancer", - "AnnotationDataNode", + "KontextSuperPrompt", "LRPGCanvas", "LRPGCanvasTool", "OllamaFluxKontextEnhancerV2", - "TextGenWebUIFluxKontextEnhancer", - "VisualPromptEditor" + "OllamaServiceManager", + "TextGenWebUIFluxKontextEnhancer" ], { "title_aux": "kontext-super-prompt" @@ -16852,8 +16882,10 @@ "Sage_QuickSixLoraStack", "Sage_ReferenceImage", "Sage_SamplerInfo", + "Sage_SamplerSelector", "Sage_SaveImageWithMetadata", "Sage_SaveText", + "Sage_SchedulerSelector", "Sage_SetText", "Sage_SixLoraStack", "Sage_TextRandomLine", @@ -22677,7 +22709,9 @@ [ "VaceAdvancedModelPatch", "VaceStrengthTester", + "WanVacePhantomDual", "WanVacePhantomExperimental", + "WanVacePhantomSimple", "WanVaceToVideoLatent" ], { @@ -25993,6 +26027,16 @@ "title_aux": "ComfyUI Fooocus Inpaint Wrapper" } ], + "https://github.com/iacoposk8/xor_pickle_nodes": [ + [ + "DecryptXORText", + "Load XOR Pickle From File", + "Save XOR Pickle To File" + ], + { + "title_aux": "ComfyUI XOR Text & Pickle Nodes" + } + ], "https://github.com/ialhabbal/OcclusionMask": [ [ "BatchLoadImages", @@ -28961,6 +29005,7 @@ "WanVideoATITracksVisualize", "WanVideoATI_comfy", "WanVideoAddExtraLatent", + "WanVideoAddStandInLatent", "WanVideoApplyNAG", "WanVideoBlockList", "WanVideoBlockSwap", @@ -29000,6 +29045,7 @@ "WanVideoRealisDanceLatents", "WanVideoSLG", "WanVideoSampler", + "WanVideoScheduler", "WanVideoSetBlockSwap", "WanVideoSetLoRAs", "WanVideoSetRadialAttention", @@ -31402,6 +31448,14 @@ "title_aux": "ComfyUI-CatvtonFluxWrapper" } ], + "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": [ + [ + "LatentReverb" + ], + { + "title_aux": "ComfyUI-Latent-Reverb" + } + ], "https://github.com/lum3on/ComfyUI-FrameUtilitys": [ [ "FrameExtender", @@ -34370,6 +34424,7 @@ "FaceEnhancementPipeline", "FaceEnhancementPipelineWithInjection", "FancyNoteNode", + "FancyTimerNode", "FileLoaderCrawl", "FilmGrainFX", "FluxAIO_CRT", @@ -36906,6 +36961,7 @@ "https://github.com/smthemex/ComfyUI_EchoMimic": [ [ "Echo_LoadModel", + "Echo_Predata", "Echo_Sampler" ], { @@ -37602,6 +37658,7 @@ ], "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": [ [ + "SplitSigmasAtT", "WanMoeKSampler", "WanMoeKSamplerAdvanced" ], From 398b90575854ac02262c2a88b43f47e7d76a4ac7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 13 Aug 2025 12:12:36 +0900 Subject: [PATCH 05/35] update DB --- custom-node-list.json | 10 - extension-node-map.json | 15 +- github-stats.json | 1047 ++++++++-------- node_db/dev/custom-node-list.json | 30 + node_db/dev/extension-node-map.json | 26 + node_db/dev/github-stats.json | 1637 +++++++++++++------------- node_db/legacy/custom-node-list.json | 10 + node_db/new/extension-node-map.json | 15 +- 8 files changed, 1429 insertions(+), 1361 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 344e52a0..fc050f13 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27110,16 +27110,6 @@ "install_type": "git-clone", "description": "Text translation node for ComfyUI: No need to apply for a translation API key, just use it. Currently supports more than thirty translation platforms." }, - { - "author": "Charonartist", - "title": "Comfyui_gemini_tts_node", - "reference": "https://github.com/Charonartist/Comfyui_gemini_tts_node", - "files": [ - "https://github.com/Charonartist/Comfyui_gemini_tts_node" - ], - "install_type": "git-clone", - "description": "This custom node is a ComfyUI node for generating speech from text using the Gemini 2.5 Flash Preview TTS API." - }, { "author": "Charonartist", "title": "ComfyUI Auto LoRA", diff --git a/extension-node-map.json b/extension-node-map.json index 9223773f..7ca1db1c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3358,14 +3358,6 @@ "title_aux": "ImageTransceiver - ComfyUI" } ], - "https://github.com/Charonartist/Comfyui_gemini_tts_node": [ - [ - "GeminiTTSFinal" - ], - { - "title_aux": "Comfyui_gemini_tts_node" - } - ], "https://github.com/Charonartist/comfyui-auto-lora-v2": [ [ "AutoLoRANode", @@ -15981,11 +15973,8 @@ ], "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ - "APIFluxKontextEnhancer", "KontextSuperPrompt", "LRPGCanvas", - "LRPGCanvasTool", - "OllamaFluxKontextEnhancerV2", "OllamaServiceManager", "TextGenWebUIFluxKontextEnhancer" ], @@ -19083,8 +19072,10 @@ [ "Equirectangular Crop 180", "Equirectangular Crop Square", + "Equirectangular Perspective Extract", "Equirectangular Processor", - "Equirectangular Rotate" + "Equirectangular Rotate", + "Equirectangular To Cubemap" ], { "title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes" diff --git a/github-stats.json b/github-stats.json index 974d2a72..774b6f33 100644 --- a/github-stats.json +++ b/github-stats.json @@ -95,9 +95,9 @@ "author_account_age_days": 539 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 50, + "stars": 52, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, @@ -116,8 +116,8 @@ }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-11 12:54:57", - "author_account_age_days": 861 + "last_update": "2025-08-12 13:28:23", + "author_account_age_days": 862 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -132,7 +132,7 @@ "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 227, @@ -152,7 +152,7 @@ "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 10, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2417 + "author_account_age_days": 2418 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 21, @@ -212,7 +212,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -227,32 +227,32 @@ "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 4, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -572,12 +572,12 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, @@ -602,12 +602,12 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, @@ -662,7 +662,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -692,7 +692,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -702,12 +702,12 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, @@ -742,12 +742,12 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -852,7 +852,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, @@ -902,7 +902,7 @@ "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 133, "last_update": "2025-08-11 16:16:54", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -1022,7 +1022,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1110,19 +1110,19 @@ "author_account_age_days": 258 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 2, + "stars": 4, "last_update": "2025-08-05 00:51:44", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, - "last_update": "2025-06-27 12:02:38", - "author_account_age_days": 2627 + "last_update": "2025-08-12 19:38:40", + "author_account_age_days": 2628 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { - "stars": 40, + "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1132,7 +1132,7 @@ "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5238 + "author_account_age_days": 5239 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 52, @@ -1205,9 +1205,9 @@ "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 2, + "stars": 3, "last_update": "2025-08-11 03:44:37", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 79, @@ -1250,9 +1250,9 @@ "author_account_age_days": 663 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { - "stars": 2, + "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 249, @@ -1284,15 +1284,10 @@ "last_update": "2025-01-06 19:22:50", "author_account_age_days": 5511 }, - "https://github.com/Charonartist/Comfyui_gemini_tts_node": { - "stars": 0, - "last_update": "2025-05-26 01:17:59", - "author_account_age_days": 407 - }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, @@ -1302,7 +1297,7 @@ "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 235, @@ -1332,7 +1327,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2142 + "author_account_age_days": 2143 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 492, @@ -1357,37 +1352,37 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2311 + "author_account_age_days": 2312 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, "last_update": "2025-08-11 22:33:21", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 35, - "last_update": "2025-08-11 22:32:51", - "author_account_age_days": 79 + "stars": 36, + "last_update": "2025-08-12 13:54:34", + "author_account_age_days": 80 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1432,12 +1427,12 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1477,22 +1472,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1532,7 +1527,7 @@ "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, @@ -1552,7 +1547,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1582,7 +1577,7 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1635,14 +1630,14 @@ "author_account_age_days": 756 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { - "stars": 74, + "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 319, + "stars": 325, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1662,7 +1657,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1687,7 +1682,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1757,12 +1752,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 608, @@ -1781,8 +1776,8 @@ }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-11 09:09:45", - "author_account_age_days": 1 + "last_update": "2025-08-12 12:18:22", + "author_account_age_days": 2 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1897,7 +1892,7 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1253 + "author_account_age_days": 1254 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1907,7 +1902,7 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, @@ -1956,8 +1951,8 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-11 23:24:33", - "author_account_age_days": 1916 + "last_update": "2025-08-12 23:40:16", + "author_account_age_days": 1917 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1977,7 +1972,7 @@ "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, @@ -2030,14 +2025,14 @@ "author_account_age_days": 1933 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 30, + "stars": 32, "last_update": "2025-08-02 02:49:32", - "author_account_age_days": 1823 + "author_account_age_days": 1824 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 3, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4030 + "author_account_age_days": 4031 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, @@ -2067,12 +2062,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2087,7 +2082,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2095,9 +2090,9 @@ "author_account_age_days": 1084 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { - "stars": 0, + "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2107,7 +2102,7 @@ "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, @@ -2122,12 +2117,12 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 16, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/Gourieff/ComfyUI-ReActor": { "stars": 717, @@ -2167,7 +2162,7 @@ "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2202,7 +2197,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2230,14 +2225,14 @@ "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 75, + "stars": 79, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 58, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2252,22 +2247,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 7, + "stars": 9, "last_update": "2025-08-11 12:06:46", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2327,7 +2322,7 @@ "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2651 + "author_account_age_days": 2652 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, @@ -2342,7 +2337,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2382,7 +2377,7 @@ "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, @@ -2427,7 +2422,7 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2142 + "author_account_age_days": 2143 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, @@ -2437,7 +2432,7 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2452,12 +2447,12 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -2527,7 +2522,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2565,9 +2560,9 @@ "author_account_age_days": 825 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 189, + "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, @@ -2582,7 +2577,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2632,7 +2627,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4092 + "author_account_age_days": 4093 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2647,7 +2642,7 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2782,7 +2777,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2846,8 +2841,8 @@ }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, - "last_update": "2025-08-10 11:25:52", - "author_account_age_days": 417 + "last_update": "2025-08-12 18:22:52", + "author_account_age_days": 418 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 850, @@ -2942,12 +2937,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 24, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2902 + "author_account_age_days": 2903 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, @@ -2957,17 +2952,17 @@ "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 314 + "author_account_age_days": 315 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-11 09:32:37", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { - "stars": 2, + "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3022,12 +3017,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3062,17 +3057,17 @@ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3091,8 +3086,8 @@ }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, - "last_update": "2025-06-01 17:27:49", - "author_account_age_days": 675 + "last_update": "2025-08-12 08:49:40", + "author_account_age_days": 676 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, @@ -3117,17 +3112,17 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 30, - "last_update": "2025-08-12 00:09:41", - "author_account_age_days": 4632 + "stars": 32, + "last_update": "2025-08-12 18:10:19", + "author_account_age_days": 4633 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { - "stars": 2, + "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3197,7 +3192,7 @@ "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2063 + "author_account_age_days": 2064 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 66, @@ -3267,7 +3262,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3282,7 +3277,7 @@ "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, @@ -3292,7 +3287,7 @@ "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3322,7 +3317,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3417,7 +3412,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4397 + "author_account_age_days": 4398 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3482,7 +3477,7 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4808 + "author_account_age_days": 4809 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3308, @@ -3547,12 +3542,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-11 15:02:44", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3592,7 +3587,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3602,7 +3597,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3677,7 +3672,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3702,12 +3697,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, @@ -3732,7 +3727,7 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3787,7 +3782,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3812,17 +3807,17 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 0, - "last_update": "2025-08-11 23:51:28", - "author_account_age_days": 4625 + "last_update": "2025-08-12 01:26:47", + "author_account_age_days": 4626 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, @@ -3882,7 +3877,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3922,7 +3917,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, @@ -3992,12 +3987,12 @@ "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, "last_update": "2025-08-06 17:44:50", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, @@ -4047,12 +4042,12 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, @@ -4132,47 +4127,47 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 12, + "stars": 13, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4182,7 +4177,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4352,7 +4347,7 @@ "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, @@ -4407,7 +4402,7 @@ "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 11, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, @@ -4482,7 +4477,7 @@ "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4522,12 +4517,12 @@ "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4692,7 +4687,7 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-11 15:02:32", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 43, @@ -4772,7 +4767,7 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4787,12 +4782,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 83, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -4952,7 +4947,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -4972,7 +4967,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -5012,7 +5007,7 @@ "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 165, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, @@ -5042,7 +5037,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, @@ -5162,7 +5157,7 @@ "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-06 01:30:47", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5217,7 +5212,7 @@ "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5227,17 +5222,17 @@ "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { - "stars": 2, + "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, @@ -5252,12 +5247,12 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5327,7 +5322,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, @@ -5347,7 +5342,7 @@ "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5402,7 +5397,7 @@ "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, @@ -5487,7 +5482,7 @@ "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, @@ -5510,9 +5505,9 @@ "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 19, + "stars": 20, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, @@ -5527,7 +5522,7 @@ "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5622,7 +5617,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5632,7 +5627,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5652,7 +5647,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5662,7 +5657,7 @@ "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 207, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5757,7 +5752,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5800,14 +5795,14 @@ "author_account_age_days": 426 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 128, + "stars": 129, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 104, - "last_update": "2025-08-11 08:25:00", - "author_account_age_days": 317 + "last_update": "2025-08-12 13:52:54", + "author_account_age_days": 318 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5822,7 +5817,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -5942,17 +5937,17 @@ "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, - "last_update": "2025-07-28 19:38:26", - "author_account_age_days": 2238 + "last_update": "2025-08-12 08:42:40", + "author_account_age_days": 2239 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -6006,8 +6001,8 @@ }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 23, - "last_update": "2025-08-11 15:45:34", - "author_account_age_days": 3699 + "last_update": "2025-08-12 19:48:52", + "author_account_age_days": 3700 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6022,7 +6017,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1258, @@ -6087,12 +6082,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6217,7 +6212,7 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, @@ -6227,7 +6222,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6242,7 +6237,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": 91 + "author_account_age_days": 92 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6252,12 +6247,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, @@ -6310,9 +6305,9 @@ "author_account_age_days": 4601 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 104, + "stars": 105, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6347,7 +6342,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6362,27 +6357,27 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, @@ -6397,7 +6392,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6547,7 +6542,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6601,8 +6596,8 @@ }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, - "last_update": "2025-06-05 16:21:55", - "author_account_age_days": 3827 + "last_update": "2025-08-12 19:49:07", + "author_account_age_days": 3828 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, @@ -6647,12 +6642,12 @@ "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 1, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, @@ -6682,7 +6677,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, @@ -6702,7 +6697,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6822,7 +6817,7 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6852,22 +6847,22 @@ "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-07-20 18:58:20", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -7077,7 +7072,7 @@ "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7292,12 +7287,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7372,12 +7367,12 @@ "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 29 + "author_account_age_days": 30 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7402,17 +7397,17 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4959 + "author_account_age_days": 4960 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5897 + "author_account_age_days": 5898 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, @@ -7422,7 +7417,7 @@ "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 21 + "author_account_age_days": 22 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, @@ -7440,9 +7435,9 @@ "author_account_age_days": 581 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85180, - "last_update": "2025-08-11 21:15:15", - "author_account_age_days": 962 + "stars": 85291, + "last_update": "2025-08-13 00:13:08", + "author_account_age_days": 963 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 637, @@ -7457,22 +7452,22 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, @@ -7507,7 +7502,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7537,7 +7532,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7557,7 +7552,7 @@ "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, @@ -7602,7 +7597,7 @@ "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, @@ -7662,7 +7657,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7832,7 +7827,7 @@ "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 4, "last_update": "2025-08-10 05:23:55", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7892,7 +7887,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -7910,14 +7905,14 @@ "author_account_age_days": 4192 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 3, - "last_update": "2025-08-09 03:27:43", - "author_account_age_days": 3465 + "stars": 5, + "last_update": "2025-08-12 04:16:10", + "author_account_age_days": 3466 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, @@ -7927,17 +7922,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -7962,7 +7957,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": 95 + "author_account_age_days": 96 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -7982,7 +7977,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2471 + "author_account_age_days": 2472 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -8007,7 +8002,7 @@ "https://github.com/edoardocarmignani/extralinks": { "stars": 0, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, @@ -8017,17 +8012,17 @@ "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2487 + "author_account_age_days": 2488 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, @@ -8042,7 +8037,7 @@ "https://github.com/eric183/ComfyUI-Only": { "stars": 2, "last_update": "2025-08-11 17:05:25", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, @@ -8087,7 +8082,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8152,7 +8147,7 @@ "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 2, "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3778 + "author_account_age_days": 3779 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, @@ -8172,12 +8167,12 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8217,7 +8212,7 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, @@ -8247,7 +8242,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3722 + "author_account_age_days": 3723 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8342,7 +8337,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8352,12 +8347,12 @@ "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2497 + "author_account_age_days": 2498 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8377,17 +8372,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 49, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8427,27 +8422,27 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8457,7 +8452,7 @@ "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4407 + "author_account_age_days": 4408 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, @@ -8477,7 +8472,7 @@ "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3961 + "author_account_age_days": 3962 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8497,7 +8492,7 @@ "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8542,7 +8537,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8697,7 +8692,7 @@ "https://github.com/guill/comfyui-droopy-noodles": { "stars": 1, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8707,7 +8702,7 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, @@ -8720,9 +8715,9 @@ "author_account_age_days": 5251 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1901, - "last_update": "2025-08-11 04:13:35", - "author_account_age_days": 655 + "stars": 1925, + "last_update": "2025-08-12 22:25:43", + "author_account_age_days": 656 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8732,12 +8727,12 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4051 + "author_account_age_days": 4052 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -8770,9 +8765,9 @@ "author_account_age_days": 5081 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 196, + "stars": 197, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, @@ -8797,7 +8792,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": 4344 + "author_account_age_days": 4345 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8822,7 +8817,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, @@ -8837,7 +8832,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 929 + "author_account_age_days": 930 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -8977,7 +8972,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -9010,9 +9005,9 @@ "author_account_age_days": 4586 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { - "stars": 1, + "stars": 2, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, @@ -9022,7 +9017,7 @@ "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3433 + "author_account_age_days": 3434 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9187,7 +9182,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 45, "last_update": "2025-08-01 01:43:26", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 100, @@ -9217,7 +9212,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4792 + "author_account_age_days": 4793 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 184, @@ -9297,7 +9292,7 @@ "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, @@ -9322,7 +9317,7 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/jitcoder/lora-info": { "stars": 105, @@ -9357,7 +9352,7 @@ "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, @@ -9372,7 +9367,7 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9392,12 +9387,12 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, @@ -9425,9 +9420,9 @@ "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 42, - "last_update": "2025-08-08 13:14:35", - "author_account_age_days": 5166 + "stars": 45, + "last_update": "2025-08-12 13:13:03", + "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, @@ -9437,7 +9432,7 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, @@ -9447,7 +9442,7 @@ "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 3, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9472,7 +9467,7 @@ "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-02 15:40:12", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, @@ -9482,12 +9477,12 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9520,9 +9515,9 @@ "author_account_age_days": 1681 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { - "stars": 2, + "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9537,7 +9532,7 @@ "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3061 + "author_account_age_days": 3062 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, @@ -9547,7 +9542,7 @@ "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -9577,7 +9572,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9592,7 +9587,7 @@ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9632,12 +9627,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3402 + "author_account_age_days": 3403 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3402 + "author_account_age_days": 3403 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 49, @@ -9647,7 +9642,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9667,7 +9662,7 @@ "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, @@ -9845,9 +9840,9 @@ "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3926, - "last_update": "2025-08-11 15:46:51", - "author_account_age_days": 2596 + "stars": 3941, + "last_update": "2025-08-12 22:05:23", + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -9902,7 +9897,7 @@ "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -9912,7 +9907,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, @@ -9937,7 +9932,7 @@ "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 56 + "author_account_age_days": 57 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, @@ -9947,7 +9942,7 @@ "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, @@ -9987,7 +9982,7 @@ "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, @@ -10052,7 +10047,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, @@ -10182,22 +10177,22 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4718 + "author_account_age_days": 4719 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 77, @@ -10232,12 +10227,12 @@ "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10252,12 +10247,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10482,12 +10477,12 @@ "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-07-05 15:44:08", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10512,7 +10507,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4837 + "author_account_age_days": 4838 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10602,12 +10597,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, @@ -10647,7 +10642,7 @@ "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10667,7 +10662,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10692,7 +10687,7 @@ "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, @@ -10712,12 +10707,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10827,7 +10822,7 @@ "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -10842,7 +10837,7 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-03 10:43:32", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, @@ -10942,7 +10937,7 @@ "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, @@ -10967,7 +10962,7 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -11022,7 +11017,7 @@ "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, @@ -11057,7 +11052,7 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3692 + "author_account_age_days": 3693 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, @@ -11172,12 +11167,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11212,17 +11207,17 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11262,7 +11257,7 @@ "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, @@ -11392,7 +11387,7 @@ "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3473 + "author_account_age_days": 3474 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, @@ -11457,52 +11452,52 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 10, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 30, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 39, "last_update": "2025-08-09 15:34:39", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 1, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 31, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 6, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 12, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 36, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 10, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2886 + "author_account_age_days": 2887 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, @@ -11526,13 +11521,13 @@ }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, - "last_update": "2025-08-11 23:12:55", + "last_update": "2025-08-12 02:47:24", "author_account_age_days": 4415 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, @@ -11542,7 +11537,7 @@ "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, @@ -11562,37 +11557,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, @@ -11622,7 +11617,7 @@ "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -11647,7 +11642,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11682,12 +11677,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11702,7 +11697,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 27, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11712,7 +11707,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11777,17 +11772,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -11842,7 +11837,7 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, @@ -11892,17 +11887,17 @@ "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -11912,7 +11907,7 @@ "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, @@ -11927,7 +11922,7 @@ "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-11 17:01:06", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -11967,57 +11962,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 36, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 59, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 35, + "stars": 36, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12027,7 +12022,7 @@ "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, "last_update": "2025-08-10 06:02:33", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -12056,8 +12051,8 @@ }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, - "last_update": "2025-08-12 00:09:29", - "author_account_age_days": 3576 + "last_update": "2025-08-12 23:55:01", + "author_account_age_days": 3577 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12087,7 +12082,7 @@ "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-08-11 15:13:01", - "author_account_age_days": 5669 + "author_account_age_days": 5670 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12122,12 +12117,12 @@ "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, @@ -12237,12 +12232,12 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2226 + "author_account_age_days": 2227 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 228, - "last_update": "2025-08-09 02:40:53", - "author_account_age_days": 4518 + "stars": 229, + "last_update": "2025-08-13 00:00:37", + "author_account_age_days": 4519 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, @@ -12252,7 +12247,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12312,7 +12307,7 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12397,12 +12392,12 @@ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 1, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, @@ -12425,9 +12420,9 @@ "author_account_age_days": 365 }, "https://github.com/scraed/LanPaint": { - "stars": 419, + "stars": 422, "last_update": "2025-08-08 06:14:39", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12437,12 +12432,12 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12467,17 +12462,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12557,7 +12552,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, @@ -12602,7 +12597,7 @@ "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, @@ -12697,7 +12692,7 @@ "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4176 + "author_account_age_days": 4177 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, @@ -12707,12 +12702,12 @@ "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, @@ -12732,7 +12727,7 @@ "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12752,7 +12747,7 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, @@ -12882,7 +12877,7 @@ "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, @@ -12892,7 +12887,7 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, @@ -13007,7 +13002,7 @@ "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, @@ -13077,12 +13072,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13102,7 +13097,7 @@ "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1272, @@ -13150,8 +13145,8 @@ "author_account_age_days": 3026 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 21, - "last_update": "2025-08-11 16:45:24", + "stars": 35, + "last_update": "2025-08-12 16:34:40", "author_account_age_days": 3026 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { @@ -13197,7 +13192,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13242,7 +13237,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13277,7 +13272,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13292,7 +13287,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -13327,7 +13322,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13382,22 +13377,22 @@ "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 44, + "stars": 48, "last_update": "2025-08-05 18:55:15", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13412,12 +13407,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13447,7 +13442,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13492,7 +13487,7 @@ "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, @@ -13602,7 +13597,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, @@ -13622,17 +13617,17 @@ "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 0, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13682,7 +13677,7 @@ "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, @@ -13727,7 +13722,7 @@ "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, @@ -13757,17 +13752,17 @@ "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 0, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, @@ -13787,7 +13782,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2370 + "author_account_age_days": 2371 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13827,7 +13822,7 @@ "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 2, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2684 + "author_account_age_days": 2685 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -13852,7 +13847,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -13862,7 +13857,7 @@ "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 138, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -13877,7 +13872,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4762 + "author_account_age_days": 4763 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -13892,17 +13887,17 @@ "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 63, + "stars": 64, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -13947,17 +13942,17 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -13967,7 +13962,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -13977,7 +13972,7 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, @@ -13987,12 +13982,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14052,17 +14047,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 34, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14082,7 +14077,7 @@ "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14097,7 +14092,7 @@ "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3336 + "author_account_age_days": 3337 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, @@ -14115,9 +14110,9 @@ "author_account_age_days": 3444 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 50, + "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, @@ -14180,19 +14175,19 @@ "author_account_age_days": 843 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { - "stars": 26, + "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14227,7 +14222,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2169 + "author_account_age_days": 2170 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14247,7 +14242,7 @@ "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, @@ -14262,7 +14257,7 @@ "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, @@ -14532,12 +14527,12 @@ "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, @@ -14552,7 +14547,7 @@ "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, @@ -14571,8 +14566,8 @@ }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, - "last_update": "2025-08-05 22:27:14", - "author_account_age_days": 2770 + "last_update": "2025-08-12 15:08:20", + "author_account_age_days": 2771 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14657,7 +14652,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "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 b02a8f9a..d5931f74 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "apeirography", + "title": "DaimalyadNodes", + "reference": "https://github.com/apeirography/DaimalyadNodes", + "files": [ + "https://github.com/apeirography/DaimalyadNodes" + ], + "install_type": "git-clone", + "description": "NODES: Model Downloader by DaimAlYad" + }, + { + "author": "tnil25", + "title": "ComfyUI-TJNodes [WIP]", + "reference": "https://github.com/tnil25/ComfyUI-TJNodes", + "files": [ + "https://github.com/tnil25/ComfyUI-TJNodes" + ], + "install_type": "git-clone", + "description": "NODES: Point Tracker\nNOTE: The files in the repo are not organized." + }, + { + "author": "zhu733756", + "title": "ivan_knows [UNSAFE]", + "reference": "https://github.com/Babiduba/ivan_knows", + "files": [ + "https://github.com/Babiduba/ivan_knows" + ], + "install_type": "git-clone", + "description": "NODES: Role Selector, Save Absolute. [w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, { "author": "zhu733756", "title": "Comfyui-Anything-Converter [UNSAFE]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 701ccd0e..b255b7f6 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -866,6 +866,15 @@ "title_aux": "comfyui-face-remap [WIP]" } ], + "https://github.com/Babiduba/ivan_knows": [ + [ + "RoleSelector", + "SaveImageToAbsolutePath" + ], + { + "title_aux": "ivan_knows [UNSAFE]" + } + ], "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": [ [ "AccumulateNode", @@ -4115,6 +4124,14 @@ "title_aux": "ComfyUI-Animemory-Loader" } ], + "https://github.com/apeirography/DaimalyadNodes": [ + [ + "DaimalyadModelDownloader" + ], + { + "title_aux": "DaimalyadNodes" + } + ], "https://github.com/apetitbois/nova_utils": [ [ "floatList2Float", @@ -9444,6 +9461,15 @@ "title_aux": "my-useful-comfyui-custom-nodes" } ], + "https://github.com/tnil25/ComfyUI-TJNodes": [ + [ + "ExpandMaskDir", + "Tracker" + ], + { + "title_aux": "ComfyUI-TJNodes [WIP]" + } + ], "https://github.com/tom-doerr/dspy_nodes": [ [ "Accepted Examples Viewer", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 83e970a4..68b97051 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,3836 +2,3871 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-11 12:54:57", - "author_account_age_days": 861 + "last_update": "2025-08-12 13:28:23", + "author_account_age_days": 862 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { - "stars": 30, + "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 14, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 644 + "author_account_age_days": 646 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1873 + "author_account_age_days": 1874 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 0, "last_update": "2025-08-07 18:31:55", - "author_account_age_days": 446 + "author_account_age_days": 448 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1222 + "author_account_age_days": 1223 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1222 + "author_account_age_days": 1223 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1200 + "author_account_age_days": 1201 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2242 + "author_account_age_days": 2243 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4368 + "author_account_age_days": 4369 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4368 + "author_account_age_days": 4369 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2405 + "author_account_age_days": 2406 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4488 + "author_account_age_days": 4489 + }, + "https://github.com/Babiduba/ivan_knows": { + "stars": 0, + "last_update": "2025-08-12 23:51:47", + "author_account_age_days": 3885 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 76, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 843 + "author_account_age_days": 845 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-07 09:02:32", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4565 + "author_account_age_days": 4566 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3326 + "author_account_age_days": 3327 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, - "last_update": "2025-08-05 21:43:28", - "author_account_age_days": 4521 + "last_update": "2025-08-12 22:13:58", + "author_account_age_days": 4522 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 6, + "stars": 7, "last_update": "2025-08-08 14:42:55", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1787 + "author_account_age_days": 1788 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1280 + "author_account_age_days": 1281 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2237 + "author_account_age_days": 2238 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3001 + "author_account_age_days": 3002 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3059 + "author_account_age_days": 3060 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2391 + "author_account_age_days": 2392 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2037 + "author_account_age_days": 2038 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2796 + "author_account_age_days": 2798 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2665 + "author_account_age_days": 2666 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 35 + "author_account_age_days": 37 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, - "last_update": "2025-07-16 01:45:14", - "author_account_age_days": 1744 + "last_update": "2025-08-12 06:56:43", + "author_account_age_days": 1745 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 641 + "author_account_age_days": 643 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 4998 + "author_account_age_days": 4999 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 189, + "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, "last_update": "2025-08-10 22:30:55", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5040 + "author_account_age_days": 5042 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3681 + "author_account_age_days": 3683 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1305 + "author_account_age_days": 1306 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-07-21 08:09:52", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2951 + "author_account_age_days": 2953 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2066 + "author_account_age_days": 2067 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4504 + "author_account_age_days": 4506 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3637 + "author_account_age_days": 3638 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-06 00:31:52", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 61 + "author_account_age_days": 62 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1758 + "author_account_age_days": 1760 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1876 + "author_account_age_days": 1878 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, - "last_update": "2025-08-10 06:02:00", - "author_account_age_days": 739 + "last_update": "2025-08-13 02:33:24", + "author_account_age_days": 740 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3233 + "author_account_age_days": 3234 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3233 + "author_account_age_days": 3234 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-11 04:04:30", - "author_account_age_days": 3493 + "last_update": "2025-08-12 22:50:27", + "author_account_age_days": 3494 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1907 + "author_account_age_days": 1909 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5688 + "author_account_age_days": 5689 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 574 + "author_account_age_days": 575 + }, + "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { + "stars": 0, + "last_update": "2025-08-12 03:16:26", + "author_account_age_days": 403 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4056 + "author_account_age_days": 4058 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5030 + "author_account_age_days": 5031 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 31, + "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1725 + "author_account_age_days": 1726 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-11 09:43:55", - "author_account_age_days": 674 + "author_account_age_days": 676 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 110, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2595 + "author_account_age_days": 2597 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1377 + "author_account_age_days": 1378 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2588 + "author_account_age_days": 2589 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3885 + "author_account_age_days": 3887 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3258 + "author_account_age_days": 3260 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3696 + "author_account_age_days": 3697 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1374 + "author_account_age_days": 1375 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4534 + "author_account_age_days": 4536 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { - "stars": 7, + "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { - "stars": 361, + "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 768, + "stars": 769, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { - "stars": 235, + "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 110, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 242, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4667 + "author_account_age_days": 4668 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 259 + "author_account_age_days": 260 + }, + "https://github.com/apeirography/DaimalyadNodes": { + "stars": 0, + "last_update": "2025-08-13 01:12:47", + "author_account_age_days": 2155 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3511 + "author_account_age_days": 3512 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5093 + "author_account_age_days": 5094 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4217 + "author_account_age_days": 4218 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1982 + "author_account_age_days": 1984 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1502 + "author_account_age_days": 1503 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4158 + "author_account_age_days": 4160 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 944 + "author_account_age_days": 946 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-07-20 06:06:24", - "author_account_age_days": 96 + "author_account_age_days": 98 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1124, + "stars": 1125, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3190 + "author_account_age_days": 3191 + }, + "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { + "stars": 1, + "last_update": "2025-08-12 09:37:30", + "author_account_age_days": 701 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85180, - "last_update": "2025-08-11 21:15:15", - "author_account_age_days": 962 + "stars": 85302, + "last_update": "2025-08-13 00:13:08", + "author_account_age_days": 963 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 411, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, - "last_update": "2025-07-25 13:35:03", - "author_account_age_days": 2215 + "last_update": "2025-08-13 02:20:17", + "author_account_age_days": 2216 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 264, + "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6388 + "author_account_age_days": 6389 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 50, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/duckmartians/Duck_Nodes": { - "stars": 0, - "last_update": "2025-08-11 11:26:41", - "author_account_age_days": 460 + "stars": 1, + "last_update": "2025-08-12 09:59:19", + "author_account_age_days": 461 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-08 17:12:28", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1338 + "author_account_age_days": 1340 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3185 + "author_account_age_days": 3186 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4598 + "author_account_age_days": 4599 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "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": 410 + "author_account_age_days": 411 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 871 + "author_account_age_days": 873 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4452 + "author_account_age_days": 4453 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2991 + "author_account_age_days": 2992 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3517 + "author_account_age_days": 3518 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4273 + "author_account_age_days": 4275 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2961 + "author_account_age_days": 2962 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5508 + "author_account_age_days": 5509 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5508 + "author_account_age_days": 5509 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5177 + "author_account_age_days": 5179 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/hananbeer/node_dev": { "stars": 6, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3391 + "author_account_age_days": 3392 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 17, - "last_update": "2025-08-12 00:16:06", - "author_account_age_days": 2350 + "last_update": "2025-08-12 08:12:34", + "author_account_age_days": 2352 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3933 + "author_account_age_days": 3934 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 141 + "author_account_age_days": 143 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 141 + "author_account_age_days": 143 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 141 + "author_account_age_days": 143 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, - "last_update": "2025-06-24 17:46:56", - "author_account_age_days": 4567 + "last_update": "2025-08-12 09:46:27", + "author_account_age_days": 4568 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-11 16:24:08", - "author_account_age_days": 5606 + "author_account_age_days": 5608 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5263 + "author_account_age_days": 5264 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3692 + "author_account_age_days": 3694 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5361 + "author_account_age_days": 5362 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, - "last_update": "2025-06-29 07:08:03", - "author_account_age_days": 2478 + "last_update": "2025-08-12 01:06:56", + "author_account_age_days": 2480 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4398 + "author_account_age_days": 4399 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3482 + "author_account_age_days": 3483 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 15, + "stars": 16, "last_update": "2025-08-08 13:14:20", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5886 + "author_account_age_days": 5887 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1485, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 835, + "stars": 836, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 404, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "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": 270 + "author_account_age_days": 271 }, "https://github.com/kk8bit/KayTool": { - "stars": 189, + "stars": 190, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-05 17:16:49", - "author_account_age_days": 1678 + "author_account_age_days": 1679 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 85, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3207 + "author_account_age_days": 3209 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { - "stars": 23, + "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4780 + "author_account_age_days": 4781 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5075 + "author_account_age_days": 5076 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 487, + "stars": 488, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1465 + "author_account_age_days": 1466 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 32, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 804 + "author_account_age_days": 806 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 15, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-04-14 19:13:55", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3483 + "author_account_age_days": 3484 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2219 + "author_account_age_days": 2220 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4828 + "author_account_age_days": 4829 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2669 + "author_account_age_days": 2670 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3816 + "author_account_age_days": 3818 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2815 + "author_account_age_days": 2816 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 979 + "author_account_age_days": 980 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4310 + "author_account_age_days": 4311 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4837 + "author_account_age_days": 4838 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3272 + "author_account_age_days": 3273 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1711 + "author_account_age_days": 1713 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1711 + "author_account_age_days": 1713 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3406 + "author_account_age_days": 3408 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3406 + "author_account_age_days": 3408 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3406 + "author_account_age_days": 3408 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3850 + "author_account_age_days": 3851 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-07-26 14:20:24", - "author_account_age_days": 1700 + "last_update": "2025-08-12 17:11:48", + "author_account_age_days": 1701 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4752 + "author_account_age_days": 4753 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4443 + "author_account_age_days": 4444 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 209, + "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5537 + "author_account_age_days": 5538 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 8, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 215 + "author_account_age_days": 217 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4669 + "author_account_age_days": 4670 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, - "last_update": "2025-08-11 21:56:01", - "author_account_age_days": 3724 + "last_update": "2025-08-12 21:23:01", + "author_account_age_days": 3725 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5991 + "author_account_age_days": 5993 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2472 + "author_account_age_days": 2473 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 619 + "author_account_age_days": 621 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1060 + "author_account_age_days": 1061 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-11 11:23:40", - "author_account_age_days": 5867 + "last_update": "2025-08-13 00:56:15", + "author_account_age_days": 5868 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3589 + "author_account_age_days": 3590 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3899 + "author_account_age_days": 3900 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4103 + "author_account_age_days": 4104 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5493 + "author_account_age_days": 5494 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4375 + "author_account_age_days": 4376 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, - "last_update": "2025-08-08 10:12:58", - "author_account_age_days": 2556 + "last_update": "2025-08-12 10:15:17", + "author_account_age_days": 2557 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 24 + "author_account_age_days": 25 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5518 + "author_account_age_days": 5520 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 767 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 767 + "author_account_age_days": 769 }, "https://github.com/sofakid/dandy": { "stars": 51, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4466 + "author_account_age_days": 4468 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 69 + "author_account_age_days": 70 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4251 + "author_account_age_days": 4252 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2601 + "author_account_age_days": 2603 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1365 + "author_account_age_days": 1366 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4378 + "author_account_age_days": 4379 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 526 + "author_account_age_days": 527 + }, + "https://github.com/tnil25/ComfyUI-TJNodes": { + "stars": 0, + "last_update": "2025-08-12 23:45:06", + "author_account_age_days": 646 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3193 + "author_account_age_days": 3194 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5612 + "author_account_age_days": 5613 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, "last_update": "2025-08-11 03:28:31", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3351 + "author_account_age_days": 3353 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5031 + "author_account_age_days": 5032 + }, + "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { + "stars": 0, + "last_update": "2025-08-12 13:12:33", + "author_account_age_days": 3960 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2235 + "author_account_age_days": 2236 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2236 + "author_account_age_days": 2237 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3311 + "author_account_age_days": 3312 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-11 11:41:36", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5177 + "author_account_age_days": 5179 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 138, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 3, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2141 + "author_account_age_days": 2142 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3897 + "author_account_age_days": 3898 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2619 + "author_account_age_days": 2620 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4204 + "author_account_age_days": 4205 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1101 + "author_account_age_days": 1102 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2115 + "author_account_age_days": 2116 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-11 08:32:04", - "author_account_age_days": 739 + "last_update": "2025-08-12 08:49:33", + "author_account_age_days": 740 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3533 + "author_account_age_days": 3535 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4048 + "author_account_age_days": 4049 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 1, "last_update": "2025-08-07 20:12:52", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4043 + "author_account_age_days": 4045 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2068 + "author_account_age_days": 2069 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3872 + "author_account_age_days": 3873 + }, + "https://github.com/zhu733756/Comfyui-Anything-Converter": { + "stars": 1, + "last_update": "2025-08-13 02:40:54", + "author_account_age_days": 2667 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3393 + "author_account_age_days": 3395 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5942 + "author_account_age_days": 5943 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 133 + "author_account_age_days": 134 } } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 3ef69473..e0ab72cd 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Charonartist", + "title": "Comfyui_gemini_tts_node [REMOVED]", + "reference": "https://github.com/Charonartist/Comfyui_gemini_tts_node", + "files": [ + "https://github.com/Charonartist/Comfyui_gemini_tts_node" + ], + "install_type": "git-clone", + "description": "This custom node is a ComfyUI node for generating speech from text using the Gemini 2.5 Flash Preview TTS API." + }, { "author": "alFrame", "title": "AF - Edit Generated Prompt [REMOVED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 9223773f..7ca1db1c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3358,14 +3358,6 @@ "title_aux": "ImageTransceiver - ComfyUI" } ], - "https://github.com/Charonartist/Comfyui_gemini_tts_node": [ - [ - "GeminiTTSFinal" - ], - { - "title_aux": "Comfyui_gemini_tts_node" - } - ], "https://github.com/Charonartist/comfyui-auto-lora-v2": [ [ "AutoLoRANode", @@ -15981,11 +15973,8 @@ ], "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ - "APIFluxKontextEnhancer", "KontextSuperPrompt", "LRPGCanvas", - "LRPGCanvasTool", - "OllamaFluxKontextEnhancerV2", "OllamaServiceManager", "TextGenWebUIFluxKontextEnhancer" ], @@ -19083,8 +19072,10 @@ [ "Equirectangular Crop 180", "Equirectangular Crop Square", + "Equirectangular Perspective Extract", "Equirectangular Processor", - "Equirectangular Rotate" + "Equirectangular Rotate", + "Equirectangular To Cubemap" ], { "title_aux": "ComfyUI LatLong - Equirectangular Image Processing Nodes" From e122e206a6a9f331322a102c0346b0157088d158 Mon Sep 17 00:00:00 2001 From: Baverne <127590018+Baverne@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:21:37 +0200 Subject: [PATCH 06/35] Add TiledWan (#2078) * Add TiledWan * Add TiledWan * Add TiledWan --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fc050f13..fac55a38 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30765,6 +30765,16 @@ "install_type": "git-clone", "description": "Creates spatial echo and ambient effects by applying reverb-like processing directly in latent space" }, + { + "author": "Baverne", + "title": "comfyUI-TiledWan", + "reference": "https://github.com/Baverne/comfyUI-TiledWan", + "files": [ + "https://github.com/Baverne/comfyUI-TiledWan" + ], + "install_type": "git-clone", + "description": "Node set and workflow to run wan2.1 vace with tiled while keeping temporal and spatial consistency" + }, From 48dd9a32406885e655a4b3e6262e1e25d4c067d5 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Aug 2025 02:35:34 +0900 Subject: [PATCH 07/35] update DB --- custom-node-list.json | 82 +- extension-node-map.json | 101 +- github-stats.json | 4519 ++++++++++++++------------- node_db/dev/custom-node-list.json | 30 + node_db/dev/extension-node-map.json | 183 +- node_db/new/custom-node-list.json | 90 + node_db/new/extension-node-map.json | 101 +- 7 files changed, 2855 insertions(+), 2251 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index fac55a38..de3778e6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9231,6 +9231,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that automatically selects appropriate video resolution dimensions based on generation mode, aspect ratio, and quality settings. Designed to work seamlessly with video generation models and KJNodes image resize nodes." }, + { + "author": "impactframes", + "title": "ComfyUI-yt_dl", + "reference": "https://github.com/if-ai/ComfyUI-yt_dl", + "files": [ + "https://github.com/if-ai/ComfyUI-yt_dl" + ], + "install_type": "git-clone", + "description": "Download Youtube videos using ComfyUI" + }, { "author": "dmMaze", "title": "Sketch2Manga", @@ -22668,6 +22678,16 @@ "install_type": "git-clone", "description": "A custom node collection for ComfyUI that provides advanced face detection, alignment, and transformation capabilities using MediaPipe Face Mesh." }, + { + "author": "SykkoAtHome", + "title": "Sykko Tools for ComfyUI", + "reference": "https://github.com/SykkoAtHome/ComfyUI_SykkoTools", + "files": [ + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools" + ], + "install_type": "git-clone", + "description": "Utilities for working with camera animations inside ComfyUI. The repository currently provides a node for loading camera motion from ASCII FBX files and a corresponding command line helper for debugging." + }, { "author": "Mattabyte", "title": "ComfyUI Secure API Call", @@ -27467,7 +27487,7 @@ }, { "author": "LingSss9", - "title": "Comfyui-Merge-LoRA", + "title": "comfyui-merge", "id": "comfyui-merge", "reference": "https://github.com/LingSss9/comfyui-merge", "files": [ @@ -30775,6 +30795,66 @@ "install_type": "git-clone", "description": "Node set and workflow to run wan2.1 vace with tiled while keeping temporal and spatial consistency" }, + { + "author": "teamalpha-ai", + "title": "ComfyUI-ImageTransformer", + "reference": "https://github.com/teamalpha-ai/comfyui-image-transformer", + "files": [ + "https://github.com/teamalpha-ai/comfyui-image-transformer" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Image Transformer" + }, + { + "author": "karas17", + "title": "ComfyUI Camera Watermark", + "reference": "https://github.com/karas17/ComfyUI-Camera-Watermark", + "files": [ + "https://github.com/karas17/ComfyUI-Camera-Watermark" + ], + "install_type": "git-clone", + "description": "A versatile and highly customizable node for ComfyUI to add camera-style watermarks and frames to your images. Whether you want to emulate the classic Leica look, add EXIF data, or create professional-looking framed images, this plugin has you covered." + }, + { + "author": "shinyakidoguchi301", + "title": "LoRA Tag Loader for ComfyUI", + "reference": "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader", + "files": [ + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader" + ], + "install_type": "git-clone", + "description": "This custom node allows you to select a LoRA file from the models/loras directory (including subfolders), automatically load training tags from metadata or Eagle MEMO, set strength, and optionally display a preview image." + }, + { + "author": "njlent", + "title": "ComfyUI Wavelet Color Fix", + "reference": "https://github.com/njlent/ComfyUI_wavelet-colorfix", + "files": [ + "https://github.com/njlent/ComfyUI_wavelet-colorfix" + ], + "install_type": "git-clone", + "description": "This is a standalone node pack that provides powerful color correction methods for ComfyUI, extracted from the ComfyUI-DLoRAL project. It allows you to transfer the color profile from a source image or video to a target image or video.\nThis is ideal for restoring the original color to AI-processed videos (like upscaling or frame interpolation) or for creative color grading." + }, + { + "author": "flybirdxx", + "title": "ComfyUI-SDMatte", + "reference": "https://github.com/flybirdxx/ComfyUI-SDMatte", + "files": [ + "https://github.com/flybirdxx/ComfyUI-SDMatte" + ], + "install_type": "git-clone", + "description": "SDMatte is an interactive image matting method based on stable diffusion, which supports three types of visual prompts (points, boxes, and masks) for accurately extracting target objects from natural images." + }, + { + "author": "DenRakEiw", + "title": "ComfyUI Latent Color Tools", + "reference": "https://github.com/DenRakEiw/Latent_Nodes", + "files": [ + "https://github.com/DenRakEiw/Latent_Nodes" + ], + "install_type": "git-clone", + "description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 7ca1db1c..22bc1dc1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2538,6 +2538,19 @@ "title_aux": "ComfyUI Zonos TTS Node" } ], + "https://github.com/Baverne/comfyUI-TiledWan": [ + [ + "TiledWanImageStatistics", + "TiledWanImageToMask", + "TiledWanInpaintCropImproved", + "TiledWanInpaintStitchImproved", + "TiledWanMaskStatistics", + "TiledWanVideoVACEpipe" + ], + { + "title_aux": "comfyUI-TiledWan" + } + ], "https://github.com/Beinsezii/bsz-cui-extras": [ [ "BSZAbsoluteHires", @@ -4299,6 +4312,16 @@ "title_aux": "ascii-art-comfyui" } ], + "https://github.com/DenRakEiw/Latent_Nodes": [ + [ + "LatentColorMatch", + "LatentColorMatchSimple", + "LatentImageAdjust" + ], + { + "title_aux": "ComfyUI Latent Color Tools" + } + ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [], { @@ -4665,10 +4688,15 @@ "https://github.com/Duanyll/duanyll_nodepack": [ [ "AdvancedMorphology", + "BBoxCrop", + "BBoxImageStitcher", "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "DrawBBox", + "DrawBBoxMask", "DrawBoundingBoxesQwen", + "ExpandBBoxByRatio", "FluxKontextTrue3DPE", "FluxTextLoraLoader", "HfCheckpointLoader", @@ -4684,6 +4712,7 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", + "ParseBBoxQwenVL", "PhotoDoddleConditioning", "SeedEditNode" ], @@ -8569,7 +8598,7 @@ "description": "This extension provides some nodes to support merge lora, adjust Lora Block Weight.", "nickname": "CBC", "title": "merge", - "title_aux": "Comfyui-Merge-LoRA" + "title_aux": "comfyui-merge" } ], "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ @@ -13276,6 +13305,14 @@ "title_aux": "Face Processor for ComfyUI" } ], + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": [ + [ + "LoadFBXCamera" + ], + { + "title_aux": "Sykko Tools for ComfyUI" + } + ], "https://github.com/T-Ph525/ComfyUI-Underage-Filter": [ [ "AgeCheckerNode", @@ -18744,10 +18781,6 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "DoubaoAPI", - "DoubaoConfig", - "DoubaoTextChat", - "DoubaoVisionChat", "IO_adjust_image", "IO_clear_cache", "IO_input_any", @@ -18801,6 +18834,7 @@ "Stack_condi", "Stack_latent", "Stack_pre_Mark", + "Stack_pre_Mark_easy", "Stack_sample_data", "Stack_text", "basicIn_Sampler", @@ -18867,6 +18901,7 @@ "excel_Prompter", "excel_column_diff", "excel_insert_image", + "excel_qwen_artistic", "excel_qwen_font", "excel_read", "excel_row_diff", @@ -21260,6 +21295,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", "Wan22ImageToVideoLatent", "WanCameraEmbedding", "WanCameraImageToVideo", @@ -23883,6 +23919,15 @@ "title_aux": "ComfyUI-hvBlockswap" } ], + "https://github.com/flybirdxx/ComfyUI-SDMatte": [ + [ + "SDMatteApply", + "SDMatteModelLoader" + ], + { + "title_aux": "ComfyUI-SDMatte" + } + ], "https://github.com/flycarl/ComfyUI-Pixelate": [ [ "ComfyUIPixelate" @@ -26229,6 +26274,14 @@ "title_aux": "ComfyUI-WanResolutionSelector" } ], + "https://github.com/if-ai/ComfyUI-yt_dl": [ + [ + "YouTubeDownloader" + ], + { + "title_aux": "ComfyUI-yt_dl" + } + ], "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": [ [ "IF_LoadImagesS" @@ -28147,6 +28200,15 @@ "title_aux": "ComfyUI Usability" } ], + "https://github.com/karas17/ComfyUI-Camera-Watermark": [ + [ + "CameraWatermarkNode", + "ImageLoaderWithEXIF" + ], + { + "title_aux": "ComfyUI Camera Watermark" + } + ], "https://github.com/karthikg-09/ComfyUI-Vton-Mask": [ [ "ComfyUIVtonMaskGenerator", @@ -30199,6 +30261,7 @@ "Mecha Recipe List", "Mecha Regex Weights", "Mecha Serializer", + "Mecha Subtract Recipe List", "Model Mecha Recipe", "SD1-LDM Mecha Blocks Parameters", "SDXL-SGM Mecha Blocks Parameters", @@ -32364,6 +32427,7 @@ "FourFloats", "FunctionSelectAuto", "FunctionSwap", + "GzippedBase64ToImage", "ImageBrightness", "ImageColorTransferMira", "ImageContrast", @@ -33212,6 +33276,14 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/njlent/ComfyUI_wavelet-colorfix": [ + [ + "WaveletColorFix" + ], + { + "title_aux": "ComfyUI Wavelet Color Fix" + } + ], "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": [ [ "DanbooruPromptComparison", @@ -34985,6 +35057,9 @@ ], "https://github.com/ranska/pixel_palette_art": [ [ + "ColorFormatterNode", + "ColorPreviewNode", + "CreateColorFromRGBNode", "GimpPaletteLoader", "PaletteFormatter", "PixelPaletteExtractor" @@ -36534,6 +36609,14 @@ "title_aux": "comfyui-no-one-above-me" } ], + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": [ + [ + "LoRA_TagLoader" + ], + { + "title_aux": "LoRA Tag Loader for ComfyUI" + } + ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ [ "PlusMinusTextClip" @@ -38118,6 +38201,14 @@ "title_aux": "ComfyUI_Curves" } ], + "https://github.com/teamalpha-ai/comfyui-image-transformer": [ + [ + "ImageTransformerResizeToMaxPixels" + ], + { + "title_aux": "ComfyUI-ImageTransformer" + } + ], "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": [ [ "OminiKontextImageEncoder", diff --git a/github-stats.json b/github-stats.json index 774b6f33..a94abc7a 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, @@ -15,84 +15,84 @@ "author_account_age_days": 946 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 49, + "stars": 50, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 50, + "stars": 51, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { - "stars": 54, + "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1246, + "stars": 1247, "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1338, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { - "stars": 93, + "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 52, @@ -102,32 +102,32 @@ "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-12 13:28:23", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, @@ -135,19 +135,19 @@ "author_account_age_days": 404 }, "https://github.com/2kpr/ComfyUI-PMRF": { - "stars": 227, + "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1333 + "author_account_age_days": 1334 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1333 + "author_account_age_days": 1334 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3186 + "author_account_age_days": 3187 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 10, @@ -155,19 +155,19 @@ "author_account_age_days": 2418 }, "https://github.com/42lux/ComfyUI-42lux": { - "stars": 21, + "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4113 + "author_account_age_days": 4114 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2717 + "author_account_age_days": 2718 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, @@ -177,37 +177,37 @@ "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -217,12 +217,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, @@ -267,7 +267,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, @@ -297,12 +297,12 @@ "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2381, - "last_update": "2025-08-12 14:54:45", - "author_account_age_days": 425 + "stars": 2392, + "last_update": "2025-08-13 15:55:07", + "author_account_age_days": 426 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, @@ -322,252 +322,252 @@ "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 86, + "stars": 87, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 242, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { - "stars": 377, + "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 24, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2303, + "stars": 2304, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 348, + "stars": 349, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { - "stars": 49, + "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 367, + "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, @@ -592,12 +592,12 @@ "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1012, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,27 +612,27 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1874 + "author_account_age_days": 1875 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 12, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1874 + "author_account_age_days": 1875 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, @@ -652,7 +652,7 @@ "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, @@ -667,27 +667,27 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1020, + "stars": 1021, "last_update": "2025-03-31 09:53:40", "author_account_age_days": 4219 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 533, + "stars": 534, "last_update": "2025-08-09 15:42:44", "author_account_age_days": 4219 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -697,7 +697,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3792 + "author_account_age_days": 3793 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -712,32 +712,32 @@ "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1223 + "author_account_age_days": 1224 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2167 + "author_account_age_days": 2168 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1320, - "last_update": "2025-08-04 13:04:47", + "stars": 1322, + "last_update": "2025-08-13 04:57:13", "author_account_age_days": 3114 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -752,7 +752,7 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, @@ -762,47 +762,47 @@ "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Amorano/Jovimetrix": { - "stars": 369, + "stars": 370, "last_update": "2025-08-12 20:26:32", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -812,42 +812,42 @@ "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 12, + "stars": 13, "last_update": "2025-05-01 01:49:07", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -857,7 +857,7 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, @@ -867,37 +867,37 @@ "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 464, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 133, @@ -907,97 +907,102 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3651 + "author_account_age_days": 3652 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1720 + "author_account_age_days": 1721 + }, + "https://github.com/Baverne/comfyUI-TiledWan": { + "stars": 1, + "last_update": "2025-08-13 17:09:54", + "author_account_age_days": 886 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3421 + "author_account_age_days": 3422 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1388, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, @@ -1012,12 +1017,12 @@ "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1027,22 +1032,22 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, @@ -1065,34 +1070,34 @@ "author_account_age_days": 2947 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { - "stars": 399, + "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 387, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, @@ -1127,7 +1132,7 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3495 + "author_account_age_days": 3496 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, @@ -1142,67 +1147,67 @@ "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 12, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, @@ -1210,44 +1215,44 @@ "author_account_age_days": 612 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 79, + "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 621, + "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, @@ -1255,24 +1260,24 @@ "author_account_age_days": 154 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 249, + "stars": 250, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 39, @@ -1282,7 +1287,7 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, @@ -1302,27 +1307,27 @@ "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 235, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, @@ -1330,24 +1335,24 @@ "author_account_age_days": 2143 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 492, + "stars": 496, "last_update": "2025-08-04 04:20:36", "author_account_age_days": 444 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1402,12 +1407,12 @@ "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 60, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-07-28 17:29:57", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, @@ -1417,12 +1422,12 @@ "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, @@ -1437,37 +1442,37 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3600 + "author_account_age_days": 3601 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1516 + "author_account_age_days": 1517 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 14, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5572 + "author_account_age_days": 5573 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1497,12 +1502,12 @@ "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, @@ -1512,12 +1517,12 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, @@ -1542,7 +1547,7 @@ "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1552,27 +1557,32 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 169 + "author_account_age_days": 170 + }, + "https://github.com/DenRakEiw/Latent_Nodes": { + "stars": 0, + "last_update": "2025-08-13 14:21:14", + "author_account_age_days": 1446 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 419, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 3, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, @@ -1592,17 +1602,17 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1874 + "author_account_age_days": 1875 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, @@ -1647,12 +1657,12 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1662,22 +1672,22 @@ "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1686,43 +1696,43 @@ }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-11 14:45:25", - "author_account_age_days": 3147 + "last_update": "2025-08-13 07:38:35", + "author_account_age_days": 3148 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5131 + "author_account_age_days": 5132 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1557 + "author_account_age_days": 1558 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, @@ -1732,22 +1742,22 @@ "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1760,19 +1770,19 @@ "author_account_age_days": 3685 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 608, + "stars": 609, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4013 + "author_account_age_days": 4014 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1797,97 +1807,97 @@ "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 205, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 771, + "stars": 773, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 114, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3258, + "stars": 3263, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1897,7 +1907,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3169 + "author_account_age_days": 3170 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1907,22 +1917,22 @@ "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 13, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3161 + "author_account_age_days": 3162 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, @@ -1935,9 +1945,9 @@ "author_account_age_days": 2394 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { - "stars": 77, + "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, @@ -1947,7 +1957,7 @@ "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 235, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -1957,17 +1967,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, @@ -1977,52 +1987,52 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 32, @@ -2037,27 +2047,27 @@ "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2583 + "author_account_age_days": 2584 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2970 + "author_account_age_days": 2971 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2072,12 +2082,12 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 33, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, @@ -2087,7 +2097,7 @@ "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, @@ -2097,7 +2107,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2797 + "author_account_age_days": 2798 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, @@ -2112,7 +2122,7 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5346 + "author_account_age_days": 5347 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 16, @@ -2125,39 +2135,39 @@ "author_account_age_days": 1075 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 717, + "stars": 718, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1534 + "author_account_age_days": 1535 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, @@ -2172,27 +2182,27 @@ "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, @@ -2202,12 +2212,12 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 1, @@ -2217,12 +2227,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 79, @@ -2237,12 +2247,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2267,7 +2277,7 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, @@ -2277,47 +2287,47 @@ "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2327,12 +2337,12 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2656 + "author_account_age_days": 2657 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2342,27 +2352,27 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4742 + "author_account_age_days": 4743 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -2372,7 +2382,7 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2112 + "author_account_age_days": 2113 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, @@ -2382,7 +2392,7 @@ "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, @@ -2390,14 +2400,14 @@ "author_account_age_days": 603 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { - "stars": 17, + "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, @@ -2407,17 +2417,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5895 + "author_account_age_days": 5896 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5895 + "author_account_age_days": 5896 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5895 + "author_account_age_days": 5896 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2427,7 +2437,7 @@ "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, @@ -2437,12 +2447,12 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2467,22 +2477,22 @@ "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2644 + "author_account_age_days": 2645 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1967 + "author_account_age_days": 1968 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1967 + "author_account_age_days": 1968 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, @@ -2492,17 +2502,17 @@ "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, @@ -2512,7 +2522,7 @@ "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, @@ -2527,37 +2537,37 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 178, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 190, @@ -2567,12 +2577,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, @@ -2582,47 +2592,47 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 80, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4413 + "author_account_age_days": 4414 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -2632,12 +2642,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3986 + "author_account_age_days": 3987 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2647,42 +2657,42 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5300 + "author_account_age_days": 5301 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, @@ -2692,22 +2702,22 @@ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 14, "last_update": "2025-07-24 00:45:41", - "author_account_age_days": 4795 + "author_account_age_days": 4796 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 773, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, @@ -2717,12 +2727,12 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 33, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, @@ -2732,32 +2742,32 @@ "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3185 + "author_account_age_days": 3186 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 18, @@ -2772,7 +2782,7 @@ "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1328 + "author_account_age_days": 1329 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2787,17 +2797,17 @@ "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, @@ -2810,34 +2820,34 @@ "author_account_age_days": 5305 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { - "stars": 40, + "stars": 41, "last_update": "2024-09-26 02:40:30", "author_account_age_days": 5305 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 498, "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2845,7 +2855,7 @@ "author_account_age_days": 418 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 850, + "stars": 851, "last_update": "2025-08-06 20:02:42", "author_account_age_days": 4131 }, @@ -2855,7 +2865,7 @@ "author_account_age_days": 4131 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1150, + "stars": 1152, "last_update": "2025-08-07 14:53:50", "author_account_age_days": 4131 }, @@ -2867,27 +2877,27 @@ "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5982 + "author_account_age_days": 5983 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -2895,39 +2905,39 @@ "author_account_age_days": 2194 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 134, + "stars": 135, "last_update": "2025-03-16 18:58:58", "author_account_age_days": 2194 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 152, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { "stars": 162, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 213, + "stars": 214, "last_update": "2025-08-08 02:38:57", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, @@ -2947,7 +2957,7 @@ "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, @@ -2967,22 +2977,22 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 494, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 7, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, @@ -2990,9 +3000,9 @@ "author_account_age_days": 3282 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 132, + "stars": 133, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, @@ -3005,12 +3015,12 @@ "author_account_age_days": 5782 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 14, + "stars": 15, "last_update": "2025-08-10 19:29:14", "author_account_age_days": 397 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 7, + "stars": 8, "last_update": "2025-07-27 16:53:05", "author_account_age_days": 397 }, @@ -3027,32 +3037,32 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3016 + "author_account_age_days": 3017 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { "stars": 2308, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3072,17 +3082,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3092,7 +3102,7 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, @@ -3107,7 +3117,7 @@ "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, @@ -3127,67 +3137,67 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 59, + "stars": 60, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, @@ -3195,14 +3205,14 @@ "author_account_age_days": 2064 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { - "stars": 66, + "stars": 67, "last_update": "2025-08-11 23:29:38", - "author_account_age_days": 2019 + "author_account_age_days": 2020 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 8, @@ -3222,7 +3232,7 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, @@ -3232,7 +3242,7 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5384 + "author_account_age_days": 5385 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, @@ -3242,22 +3252,22 @@ "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3267,12 +3277,12 @@ "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3995 + "author_account_age_days": 3996 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, @@ -3282,7 +3292,7 @@ "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, @@ -3292,27 +3302,27 @@ "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 89, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5746 + "author_account_age_days": 5747 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 6, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, @@ -3322,92 +3332,92 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 83, + "stars": 86, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 102, + "stars": 103, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 334, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 116, "last_update": "2025-03-14 06:36:29", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 29, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2930 + "author_account_age_days": 2931 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3417,12 +3427,12 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, @@ -3437,42 +3447,42 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 793 + "author_account_age_days": 794 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 44, - "last_update": "2025-08-11 05:33:37", - "author_account_age_days": 3217 + "stars": 46, + "last_update": "2025-08-13 05:30:44", + "author_account_age_days": 3218 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 96, + "stars": 97, "last_update": "2025-06-04 07:30:29", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3480,34 +3490,34 @@ "author_account_age_days": 4809 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3308, + "stars": 3310, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 550, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 11, @@ -3517,7 +3527,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 69, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, @@ -3532,12 +3542,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, @@ -3552,7 +3562,7 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, @@ -3567,22 +3577,22 @@ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, @@ -3592,7 +3602,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3602,25 +3612,25 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5564 + "author_account_age_days": 5565 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2690 + "author_account_age_days": 2691 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2690 + "author_account_age_days": 2691 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1193, + "stars": 1195, "last_update": "2025-05-17 18:02:00", "author_account_age_days": 659 }, @@ -3632,7 +3642,7 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, @@ -3642,12 +3652,12 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3234 + "author_account_age_days": 3235 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, @@ -3655,9 +3665,9 @@ "author_account_age_days": 2398 }, "https://github.com/Nourepide/ComfyUI-Allor": { - "stars": 267, + "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, @@ -3677,22 +3687,22 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, @@ -3707,22 +3717,22 @@ "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2079 + "author_account_age_days": 2080 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3762,22 +3772,22 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3242 + "author_account_age_days": 3243 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, @@ -3795,14 +3805,14 @@ "author_account_age_days": 5640 }, "https://github.com/Pheat-AI/Remade_nodes": { - "stars": 3, + "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2801 + "author_account_age_days": 2802 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3822,12 +3832,12 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, @@ -3837,42 +3847,42 @@ "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { "stars": 2465, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3856 + "author_account_age_days": 3857 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-05 15:18:08", - "author_account_age_days": 3856 + "author_account_age_days": 3857 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -3882,17 +3892,17 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 5, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -3902,7 +3912,7 @@ "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, @@ -3912,7 +3922,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, @@ -3922,27 +3932,27 @@ "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2489 + "author_account_age_days": 2490 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, @@ -3957,32 +3967,32 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, @@ -3997,47 +4007,47 @@ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 107, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4057,22 +4067,22 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, "last_update": "2025-06-28 20:35:53", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, @@ -4087,42 +4097,42 @@ "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -4182,32 +4192,32 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 17, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 54, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, @@ -4222,12 +4232,12 @@ "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, @@ -4237,112 +4247,112 @@ "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5299 + "author_account_age_days": 5300 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 424, + "stars": 426, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1711 + "author_account_age_days": 1712 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 8, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 110, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, @@ -4352,52 +4362,52 @@ "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 880, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 11, @@ -4407,72 +4417,72 @@ "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 86, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 70, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, @@ -4482,27 +4492,27 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, @@ -4527,42 +4537,42 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, @@ -4572,37 +4582,37 @@ "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -4617,57 +4627,57 @@ "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 14, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 228, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, @@ -4677,12 +4687,12 @@ "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3960 + "author_account_age_days": 3961 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, @@ -4697,52 +4707,52 @@ "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 218, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, @@ -4752,17 +4762,17 @@ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3992 + "author_account_age_days": 3993 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 968, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4772,12 +4782,17 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3786 + "author_account_age_days": 3787 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { - "stars": 11, + "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 810 + "author_account_age_days": 811 + }, + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": { + "stars": 0, + "last_update": "2025-08-13 17:07:50", + "author_account_age_days": 811 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4792,117 +4807,117 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 417, + "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { "stars": 115, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 765, + "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 739, + "stars": 740, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, @@ -4917,32 +4932,32 @@ "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1283 + "author_account_age_days": 1284 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 541, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1283 + "author_account_age_days": 1284 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 137, + "stars": 138, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, @@ -4957,12 +4972,12 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -4972,22 +4987,22 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, @@ -4997,12 +5012,12 @@ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 539, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1035 + "author_account_age_days": 1036 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 165, @@ -5017,7 +5032,7 @@ "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, @@ -5042,12 +5057,12 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 243, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5336 + "author_account_age_days": 5337 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, @@ -5057,12 +5072,12 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 292, + "stars": 293, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/VK/vk-nodes": { "stars": 0, @@ -5072,37 +5087,37 @@ "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3393 + "author_account_age_days": 3394 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 16, @@ -5122,12 +5137,12 @@ "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 241, "last_update": "2025-08-12 18:32:23", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 124, + "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2324 + "author_account_age_days": 2325 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, @@ -5162,52 +5177,52 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 22, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, @@ -5217,7 +5232,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, @@ -5237,12 +5252,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1612, + "stars": 1614, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5257,32 +5272,32 @@ "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, @@ -5292,22 +5307,22 @@ "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, @@ -5317,7 +5332,7 @@ "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, @@ -5327,12 +5342,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1228 + "author_account_age_days": 1229 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, @@ -5347,7 +5362,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1200 + "author_account_age_days": 1201 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, @@ -5357,42 +5372,42 @@ "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, @@ -5402,82 +5417,82 @@ "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 26, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 4, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 119, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, @@ -5487,22 +5502,22 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, @@ -5512,12 +5527,12 @@ "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, @@ -5527,92 +5542,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 517, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1430, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 213, + "stars": 214, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 759, + "stars": 760, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5622,7 +5637,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, @@ -5632,17 +5647,17 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5954 + "author_account_age_days": 5955 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, @@ -5652,7 +5667,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1608 + "author_account_age_days": 1609 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 207, @@ -5662,67 +5677,67 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5216 + "author_account_age_days": 5217 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/abyz22/image_control": { "stars": 16, @@ -5732,7 +5747,7 @@ "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, @@ -5742,12 +5757,12 @@ "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 334, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -5757,7 +5772,7 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, @@ -5772,27 +5787,27 @@ "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 129, @@ -5807,12 +5822,12 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, @@ -5822,57 +5837,57 @@ "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2192, + "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1271, - "last_update": "2025-08-12 09:54:57", - "author_account_age_days": 732 + "stars": 1275, + "last_update": "2025-08-13 11:20:11", + "author_account_age_days": 733 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { - "stars": 51, + "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, "last_update": "2025-08-12 06:33:15", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, @@ -5882,37 +5897,37 @@ "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 230, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 304, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, @@ -5932,7 +5947,7 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3904 + "author_account_age_days": 3905 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, @@ -5952,42 +5967,42 @@ "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 80, + "stars": 81, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, @@ -6007,12 +6022,12 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 111, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6020,14 +6035,14 @@ "author_account_age_days": 3094 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1258, + "stars": 1259, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 80, @@ -6037,27 +6052,27 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2408 + "author_account_age_days": 2409 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -6067,12 +6082,12 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6207 + "author_account_age_days": 6208 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, @@ -6092,62 +6107,62 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6162 + "author_account_age_days": 6163 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 74, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 313, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 44, @@ -6157,12 +6172,12 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3441 + "author_account_age_days": 3442 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, @@ -6172,42 +6187,42 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 105, + "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 265, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { - "stars": 13, + "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6227,12 +6242,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6242,7 +6257,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6262,47 +6277,47 @@ "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5777 + "author_account_age_days": 5778 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/banodoco/steerable-motion": { "stars": 924, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 105, @@ -6312,32 +6327,32 @@ "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6347,12 +6362,12 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 58, + "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6381,13 +6396,13 @@ }, "https://github.com/bentoml/comfy-pack": { "stars": 173, - "last_update": "2025-07-23 04:11:18", - "author_account_age_days": 2324 + "last_update": "2025-08-13 07:10:10", + "author_account_age_days": 2325 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, @@ -6402,97 +6417,97 @@ "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 114, + "stars": 118, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 110, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 49, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 134, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 96, + "stars": 98, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, @@ -6507,32 +6522,32 @@ "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 114, "last_update": "2025-08-09 11:27:35", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 45, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, @@ -6547,7 +6562,7 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, @@ -6557,12 +6572,12 @@ "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4981 + "author_account_age_days": 4982 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, @@ -6592,7 +6607,7 @@ "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6602,42 +6617,42 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4017 + "author_account_age_days": 4018 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, @@ -6652,27 +6667,27 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 4, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6682,17 +6697,17 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5569 + "author_account_age_days": 5570 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6702,117 +6717,117 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 1, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/bugltd/ComfyLab-Pack": { - "stars": 7, + "stars": 8, "last_update": "2025-05-13 17:35:50", "author_account_age_days": 214 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 393, + "stars": 395, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 251, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 380, + "stars": 381, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/calcuis/gguf": { "stars": 101, "last_update": "2025-08-12 05:17:35", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 46, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 149, - "last_update": "2025-08-09 15:26:08", - "author_account_age_days": 818 + "stars": 152, + "last_update": "2025-08-13 14:30:13", + "author_account_age_days": 819 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6822,12 +6837,12 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 474, @@ -6842,7 +6857,7 @@ "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3710 + "author_account_age_days": 3711 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, @@ -6867,207 +6882,207 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 137, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1567 + "author_account_age_days": 1568 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7077,122 +7092,122 @@ "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 260, + "stars": 264, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3829 + "author_account_age_days": 3830 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1944 + "author_account_age_days": 1945 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 353, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2496, + "stars": 2498, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 438, - "last_update": "2025-08-10 10:42:29", - "author_account_age_days": 858 + "stars": 439, + "last_update": "2025-08-13 03:56:46", + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 110, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5937 + "author_account_age_days": 5938 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, @@ -7202,50 +7217,50 @@ "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 75, + "stars": 76, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 768, + "stars": 769, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2469 + "author_account_age_days": 2470 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 268, + "stars": 273, "last_update": "2025-06-16 04:01:47", "author_account_age_days": 1763 }, @@ -7297,17 +7312,17 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, @@ -7315,7 +7330,7 @@ "author_account_age_days": 5785 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2352, + "stars": 2357, "last_update": "2025-08-05 14:18:16", "author_account_age_days": 912 }, @@ -7352,12 +7367,12 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, @@ -7377,22 +7392,22 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7412,7 +7427,7 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, @@ -7422,17 +7437,17 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6263 + "author_account_age_days": 6264 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, - "last_update": "2025-08-10 21:59:05", - "author_account_age_days": 581 + "last_update": "2025-08-13 15:13:02", + "author_account_age_days": 582 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85291, @@ -7442,12 +7457,12 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 637, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7472,32 +7487,32 @@ "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { - "stars": 3, + "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5023 + "author_account_age_days": 5024 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7507,7 +7522,7 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, @@ -7527,7 +7542,7 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, @@ -7537,17 +7552,17 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1353, + "stars": 1356, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, @@ -7557,42 +7572,42 @@ "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 475, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5376, + "stars": 5380, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1692, + "stars": 1693, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 913, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 879, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3666 + "author_account_age_days": 3667 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, @@ -7602,57 +7617,57 @@ "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 37, "last_update": "2025-08-10 15:12:32", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2004 + "author_account_age_days": 2005 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 259, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7662,32 +7677,32 @@ "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 322, + "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5738 + "author_account_age_days": 5739 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, @@ -7697,17 +7712,17 @@ "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5127 + "author_account_age_days": 5128 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5127 + "author_account_age_days": 5128 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, @@ -7717,37 +7732,37 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, @@ -7762,17 +7777,17 @@ "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5710 + "author_account_age_days": 5711 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5710 + "author_account_age_days": 5711 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, @@ -7792,32 +7807,32 @@ "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, @@ -7832,7 +7847,7 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, @@ -7842,27 +7857,27 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 366, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4698 + "author_account_age_days": 4699 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, @@ -7892,12 +7907,12 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, @@ -7917,7 +7932,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -7937,22 +7952,22 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3429 + "author_account_age_days": 3430 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -7967,12 +7982,12 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -7982,12 +7997,12 @@ "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, @@ -8007,7 +8022,7 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, @@ -8027,7 +8042,7 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, @@ -8042,7 +8057,7 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, @@ -8052,7 +8067,7 @@ "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, @@ -8062,22 +8077,22 @@ "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 19, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8087,52 +8102,52 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 13, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 216, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1503 + "author_account_age_days": 1504 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5351 + "author_account_age_days": 5352 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, @@ -8177,37 +8192,37 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4377 + "author_account_age_days": 4378 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8217,27 +8232,27 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 148, "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 430, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8247,92 +8262,97 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1093, - "last_update": "2025-06-24 09:25:13", - "author_account_age_days": 608 + "stars": 1095, + "last_update": "2025-08-13 11:05:26", + "author_account_age_days": 609 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 281, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 247 + "author_account_age_days": 248 + }, + "https://github.com/flybirdxx/ComfyUI-SDMatte": { + "stars": 1, + "last_update": "2025-08-13 16:04:29", + "author_account_age_days": 3062 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5522 + "author_account_age_days": 5523 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8342,12 +8362,12 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, @@ -8357,17 +8377,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 578, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8387,32 +8407,32 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 80, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, @@ -8447,27 +8467,27 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5366 + "author_account_age_days": 5367 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, @@ -8477,17 +8497,17 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5413 + "author_account_age_days": 5414 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, @@ -8497,27 +8517,27 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, @@ -8527,7 +8547,7 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2912 + "author_account_age_days": 2913 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, @@ -8542,27 +8562,27 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, @@ -8577,47 +8597,47 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 142, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 514, + "stars": 515, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/googincheng/ComfyUX": { - "stars": 148, + "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, @@ -8632,42 +8652,42 @@ "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4683 + "author_account_age_days": 4684 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4683 + "author_account_age_days": 4684 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 202, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, @@ -8682,12 +8702,12 @@ "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4607 + "author_account_age_days": 4608 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 1, @@ -8697,7 +8717,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8707,12 +8727,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/hao-ai-lab/FastVideo": { "stars": 1925, @@ -8737,32 +8757,32 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 197, @@ -8772,12 +8792,12 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 141, + "stars": 142, "last_update": "2025-08-11 09:01:06", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, @@ -8797,22 +8817,22 @@ "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4578 + "author_account_age_days": 4579 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1845, + "stars": 1849, "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8822,12 +8842,12 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -8837,97 +8857,97 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5057 + "author_account_age_days": 5058 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 431, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 626, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1714, + "stars": 1715, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 106, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { - "stars": 67, + "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 449, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, @@ -8937,37 +8957,37 @@ "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { - "stars": 31, + "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -8977,12 +8997,12 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3302 + "author_account_age_days": 3303 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, @@ -8992,17 +9012,17 @@ "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 2, @@ -9022,12 +9042,12 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, @@ -9047,77 +9067,82 @@ "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 662, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 169, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 51, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3276 + "author_account_age_days": 3277 + }, + "https://github.com/if-ai/ComfyUI-yt_dl": { + "stars": 1, + "last_update": "2025-08-13 14:47:44", + "author_account_age_days": 3277 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3585 + "author_account_age_days": 3586 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, @@ -9127,27 +9152,27 @@ "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1303 + "author_account_age_days": 1304 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, @@ -9157,27 +9182,27 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4285 + "author_account_age_days": 4286 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 45, @@ -9185,29 +9210,29 @@ "author_account_age_days": 4174 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 100, + "stars": 101, "last_update": "2025-07-29 09:44:37", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 116, + "stars": 117, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9215,54 +9240,54 @@ "author_account_age_days": 4793 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 184, + "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, @@ -9277,17 +9302,17 @@ "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, @@ -9297,7 +9322,7 @@ "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3451 + "author_account_age_days": 3452 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, @@ -9307,12 +9332,12 @@ "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4991 + "author_account_age_days": 4992 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9325,24 +9350,24 @@ "author_account_age_days": 4455 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { - "stars": 26, + "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4626 + "author_account_age_days": 4627 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4398 + "author_account_age_days": 4399 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, @@ -9357,12 +9382,12 @@ "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5212 + "author_account_age_days": 5213 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, @@ -9377,12 +9402,12 @@ "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9397,27 +9422,27 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2278 + "author_account_age_days": 2279 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4344 + "author_account_age_days": 4345 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 45, @@ -9427,7 +9452,7 @@ "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9437,7 +9462,7 @@ "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 3, @@ -9447,22 +9472,22 @@ "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 6, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 445, + "stars": 446, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -9471,8 +9496,8 @@ }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, - "last_update": "2025-05-24 07:58:32", - "author_account_age_days": 164 + "last_update": "2025-08-13 14:27:49", + "author_account_age_days": 165 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, @@ -9490,9 +9515,9 @@ "author_account_age_days": 326 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 413, + "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, @@ -9502,17 +9527,17 @@ "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, @@ -9547,27 +9572,27 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 5, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5949 + "author_account_age_days": 5950 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9582,7 +9607,12 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1925 + "author_account_age_days": 1926 + }, + "https://github.com/karas17/ComfyUI-Camera-Watermark": { + "stars": 6, + "last_update": "2025-08-13 04:54:56", + "author_account_age_days": 3072 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, @@ -9602,22 +9632,22 @@ "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, @@ -9637,7 +9667,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 49, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5303 + "author_account_age_days": 5304 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, @@ -9647,17 +9677,17 @@ "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1373 + "author_account_age_days": 1374 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, @@ -9667,177 +9697,177 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1516, + "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 341, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1376, + "stars": 1377, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 997, + "stars": 998, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 348, + "stars": 350, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 1080, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1626, + "stars": 1631, "last_update": "2025-08-06 20:15:14", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 597, + "stars": 598, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 228, + "stars": 229, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2038, + "stars": 2042, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 139, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 502, + "stars": 503, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 2058, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { "stars": 3941, @@ -9847,22 +9877,22 @@ "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1012, + "stars": 1013, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, @@ -9885,9 +9915,9 @@ "author_account_age_days": 883 }, "https://github.com/kk8bit/KayTool": { - "stars": 190, + "stars": 191, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, @@ -9902,7 +9932,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -9912,22 +9942,22 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2223 + "author_account_age_days": 2224 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, @@ -9947,37 +9977,37 @@ "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, @@ -9987,42 +10017,42 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { - "stars": 4, + "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 75, + "stars": 76, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3490 + "author_account_age_days": 3491 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, @@ -10052,127 +10082,127 @@ "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3931 + "author_account_age_days": 3932 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { - "stars": 50, + "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -10195,34 +10225,34 @@ "author_account_age_days": 4719 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { - "stars": 77, + "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, @@ -10237,12 +10267,12 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10257,76 +10287,76 @@ "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4461 + "author_account_age_days": 4462 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 97, + "stars": 98, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, - "last_update": "2025-08-11 16:33:46", + "last_update": "2025-08-13 11:10:01", "author_account_age_days": 3121 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, - "last_update": "2025-08-06 20:57:26", + "last_update": "2025-08-13 15:49:32", "author_account_age_days": 2878 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { @@ -10342,42 +10372,42 @@ "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { - "stars": 235, + "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 406, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2507 + "author_account_age_days": 2508 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { - "stars": 83, - "last_update": "2025-07-01 13:11:43", - "author_account_age_days": 2507 + "stars": 84, + "last_update": "2025-08-13 09:36:07", + "author_account_age_days": 2508 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, @@ -10387,92 +10417,92 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1361, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, @@ -10487,22 +10517,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10512,82 +10542,82 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5181 + "author_account_age_days": 5182 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5181 + "author_account_age_days": 5182 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 785, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 24, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 233, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2622, - "last_update": "2025-07-31 09:10:04", - "author_account_age_days": 876 + "stars": 2625, + "last_update": "2025-08-13 09:21:54", + "author_account_age_days": 877 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 242, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 639, + "stars": 640, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11126, - "last_update": "2025-08-12 01:35:02", - "author_account_age_days": 489 + "stars": 11135, + "last_update": "2025-08-13 17:21:37", + "author_account_age_days": 490 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 62, + "stars": 64, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1808 + "author_account_age_days": 1809 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, @@ -10607,7 +10637,7 @@ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1851 + "author_account_age_days": 1852 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 0, @@ -10620,7 +10650,7 @@ "author_account_age_days": 189 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 44, + "stars": 45, "last_update": "2025-06-14 20:45:21", "author_account_age_days": 189 }, @@ -10652,7 +10682,7 @@ "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, @@ -10672,12 +10702,12 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, @@ -10692,7 +10722,7 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, @@ -10702,7 +10732,7 @@ "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10717,72 +10747,72 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6168 + "author_account_age_days": 6169 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5598 + "author_account_age_days": 5599 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5598 + "author_account_age_days": 5599 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5189 + "author_account_age_days": 5190 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 8, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, @@ -10792,17 +10822,17 @@ "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1821 + "author_account_age_days": 1822 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3154 + "author_account_age_days": 3155 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, @@ -10812,7 +10842,7 @@ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 290, @@ -10827,12 +10857,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -10842,47 +10872,47 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4854 + "author_account_age_days": 4855 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/melMass/comfy_mtb": { "stars": 601, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4159 + "author_account_age_days": 4160 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, @@ -10917,22 +10947,22 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, @@ -10947,7 +10977,7 @@ "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2422 + "author_account_age_days": 2423 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -10957,7 +10987,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -10977,7 +11007,7 @@ "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 335 + "author_account_age_days": 336 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, @@ -10986,33 +11016,33 @@ }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, - "last_update": "2025-06-20 14:01:41", - "author_account_age_days": 1635 + "last_update": "2025-08-13 17:17:12", + "author_account_age_days": 1636 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1844, + "stars": 1846, "last_update": "2025-08-08 01:48:27", - "author_account_age_days": 29 + "author_account_age_days": 30 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, @@ -11027,27 +11057,27 @@ "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1129 + "author_account_age_days": 1130 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11062,7 +11092,7 @@ "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, @@ -11072,97 +11102,97 @@ "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 17, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 154, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1238 + "author_account_age_days": 1239 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11177,12 +11207,12 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, @@ -11197,7 +11227,7 @@ "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, @@ -11227,32 +11257,32 @@ "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 197, + "stars": 198, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, @@ -11262,57 +11292,57 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4443 + "author_account_age_days": 4444 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 214, + "stars": 215, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/niknah/quick-connections": { "stars": 317, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, - "last_update": "2025-08-11 12:52:34", - "author_account_age_days": 629 + "last_update": "2025-08-13 16:09:55", + "author_account_age_days": 630 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3402 + "author_account_age_days": 3403 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, @@ -11322,57 +11352,62 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4721 + "author_account_age_days": 4722 + }, + "https://github.com/njlent/ComfyUI_wavelet-colorfix": { + "stars": 0, + "last_update": "2025-08-13 13:04:06", + "author_account_age_days": 3873 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3157 + "author_account_age_days": 3158 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, @@ -11382,7 +11417,7 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11392,12 +11427,12 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, @@ -11407,7 +11442,7 @@ "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, @@ -11417,37 +11452,37 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 906, + "stars": 907, "last_update": "2025-03-31 08:45:34", "author_account_age_days": 1591 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5198 + "author_account_age_days": 5199 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 504, + "stars": 520, "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5198 + "author_account_age_days": 5199 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5198 + "author_account_age_days": 5199 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, @@ -11502,22 +11537,22 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, @@ -11542,12 +11577,12 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, @@ -11592,27 +11627,27 @@ "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3443 + "author_account_age_days": 3444 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11622,7 +11657,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, @@ -11632,7 +11667,7 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, @@ -11647,32 +11682,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5467 + "author_account_age_days": 5468 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5467 + "author_account_age_days": 5468 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 270, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11687,12 +11722,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5494 + "author_account_age_days": 5495 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 27, @@ -11702,7 +11737,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11712,22 +11747,22 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2172 + "author_account_age_days": 2173 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2172 + "author_account_age_days": 2173 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, @@ -11742,32 +11777,32 @@ "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 184, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 50, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2088 + "author_account_age_days": 2089 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3467 + "author_account_age_days": 3468 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -11787,17 +11822,17 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, @@ -11807,32 +11842,32 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, @@ -11842,42 +11877,42 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 397, - "last_update": "2025-08-12 17:06:20", - "author_account_age_days": 3921 + "stars": 398, + "last_update": "2025-08-13 10:21:06", + "author_account_age_days": 3922 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { - "stars": 38, + "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5982 + "author_account_age_days": 5983 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, @@ -11902,7 +11937,7 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, @@ -11912,12 +11947,12 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5352 + "author_account_age_days": 5353 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5352 + "author_account_age_days": 5353 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, @@ -11930,34 +11965,34 @@ "author_account_age_days": 300 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1956, + "stars": 1958, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2611, + "stars": 2613, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 935, + "stars": 936, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, @@ -12017,7 +12052,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, @@ -12032,22 +12067,22 @@ "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 364, + "stars": 365, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, @@ -12057,27 +12092,27 @@ "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, @@ -12087,12 +12122,12 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4908 + "author_account_age_days": 4909 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, @@ -12107,12 +12142,12 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 41, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6035 + "author_account_age_days": 6036 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12127,7 +12162,7 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, @@ -12137,52 +12172,52 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/replicate/comfyui-replicate": { "stars": 188, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2118, + "stars": 2120, "last_update": "2025-08-02 03:54:42", "author_account_age_days": 5389 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6051 + "author_account_age_days": 6052 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6051 + "author_account_age_days": 6052 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -12192,42 +12227,42 @@ "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5686 + "author_account_age_days": 5687 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3961 + "author_account_age_days": 3962 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12242,7 +12277,7 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, @@ -12252,12 +12287,12 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { - "stars": 19, + "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, @@ -12267,27 +12302,27 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1432 + "author_account_age_days": 1433 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 2, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, @@ -12312,37 +12347,37 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, @@ -12407,17 +12442,17 @@ "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1336 + "author_account_age_days": 1337 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/scraed/LanPaint": { "stars": 422, @@ -12427,7 +12462,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12442,17 +12477,17 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5719 + "author_account_age_days": 5720 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5719 + "author_account_age_days": 5720 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1201 + "author_account_age_days": 1202 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, @@ -12477,77 +12512,77 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 223, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1680, + "stars": 1682, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5507 + "author_account_age_days": 5508 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12557,22 +12592,22 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 465, + "stars": 466, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, @@ -12619,40 +12654,45 @@ "last_update": "2025-05-25 10:18:45", "author_account_age_days": 727 }, + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { + "stars": 0, + "last_update": "2025-08-13 12:15:30", + "author_account_age_days": 131 + }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/siliconflow/BizyAir": { - "stars": 742, + "stars": 743, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, @@ -12667,27 +12707,27 @@ "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1521 + "author_account_age_days": 1522 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12697,7 +12737,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, @@ -12732,7 +12772,7 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, @@ -12752,127 +12792,127 @@ "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { "stars": 181, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 652, - "last_update": "2025-08-12 14:10:05", - "author_account_age_days": 768 + "stars": 655, + "last_update": "2025-08-13 02:16:54", + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 240, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, @@ -12882,7 +12922,7 @@ "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, @@ -12892,107 +12932,107 @@ "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 21, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 95, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 69, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1072, + "stars": 1073, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 458, + "stars": 460, "last_update": "2025-08-08 01:31:24", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, @@ -13007,22 +13047,22 @@ "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3674 + "author_account_age_days": 3675 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, @@ -13060,7 +13100,7 @@ "author_account_age_days": 709 }, "https://github.com/spacepxl/ComfyUI-RAVE": { - "stars": 94, + "stars": 95, "last_update": "2024-05-22 20:56:19", "author_account_age_days": 709 }, @@ -13082,12 +13122,12 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 219, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5155 + "author_account_age_days": 5156 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, @@ -13102,37 +13142,37 @@ "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1272, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 54, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 605, + "stars": 606, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, @@ -13152,42 +13192,42 @@ "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3713 + "author_account_age_days": 3714 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 999, + "stars": 1000, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, @@ -13197,17 +13237,17 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, @@ -13217,22 +13257,22 @@ "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 60, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13242,32 +13282,32 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 2, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 3, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, @@ -13277,12 +13317,12 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, @@ -13292,32 +13332,32 @@ "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-06 09:03:03", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, @@ -13327,52 +13367,52 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/taabata/ComfyCanvas": { "stars": 90, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 260, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5335 + "author_account_age_days": 5336 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/talesofai/comfyui-browser": { "stars": 603, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, @@ -13384,6 +13424,11 @@ "last_update": "2025-05-08 01:48:55", "author_account_age_days": 2514 }, + "https://github.com/teamalpha-ai/comfyui-image-transformer": { + "stars": 1, + "last_update": "2025-08-13 04:04:53", + "author_account_age_days": 407 + }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 48, "last_update": "2025-08-05 18:55:15", @@ -13397,12 +13442,12 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -13417,7 +13462,7 @@ "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, @@ -13430,7 +13475,7 @@ "author_account_age_days": 2837 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { - "stars": 223, + "stars": 224, "last_update": "2024-05-22 21:33:35", "author_account_age_days": 2837 }, @@ -13447,42 +13492,42 @@ "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, @@ -13492,7 +13537,7 @@ "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, @@ -13502,47 +13547,47 @@ "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3739 + "author_account_age_days": 3740 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2385 + "author_account_age_days": 2386 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 4, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4789 + "author_account_age_days": 4790 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -13557,42 +13602,42 @@ "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4732 + "author_account_age_days": 4733 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 100, + "stars": 101, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4234 + "author_account_age_days": 4235 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, @@ -13602,17 +13647,17 @@ "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13632,47 +13677,47 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5803 + "author_account_age_days": 5804 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1943 + "author_account_age_days": 1944 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3163 + "author_account_age_days": 3164 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, @@ -13682,12 +13727,12 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 868, + "stars": 869, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -13697,27 +13742,27 @@ "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 159, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, @@ -13727,22 +13772,22 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4168 + "author_account_age_days": 4169 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, @@ -13767,17 +13812,17 @@ "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 15, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2801 + "author_account_age_days": 2802 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13792,32 +13837,32 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 2, @@ -13832,17 +13877,17 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -13852,7 +13897,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 138, @@ -13862,12 +13907,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2253 + "author_account_age_days": 2254 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2253 + "author_account_age_days": 2254 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -13877,12 +13922,12 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, @@ -13902,27 +13947,27 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5398 + "author_account_age_days": 5399 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 194, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 2, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, @@ -13932,12 +13977,12 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -13957,7 +14002,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, @@ -13967,7 +14012,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -13977,7 +14022,7 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -13992,22 +14037,22 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 208, + "stars": 209, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { "stars": 948, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 71, @@ -14027,22 +14072,22 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5901 + "author_account_age_days": 5902 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 39, "last_update": "2025-07-31 10:35:05", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14062,17 +14107,17 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 541, - "last_update": "2025-08-12 07:10:37", - "author_account_age_days": 3772 + "stars": 548, + "last_update": "2025-08-13 15:45:49", + "author_account_age_days": 3773 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, @@ -14082,7 +14127,7 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1638 + "author_account_age_days": 1639 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, @@ -14097,17 +14142,17 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3444 + "author_account_age_days": 3445 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, @@ -14117,47 +14162,47 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6135 + "author_account_age_days": 6136 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6135 + "author_account_age_days": 6136 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5464 + "author_account_age_days": 5465 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, @@ -14167,12 +14212,12 @@ "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, @@ -14192,27 +14237,27 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -14232,12 +14277,12 @@ "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, @@ -14247,12 +14292,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, @@ -14262,107 +14307,107 @@ "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 105, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 300, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, - "last_update": "2025-08-05 12:27:21", - "author_account_age_days": 3244 + "last_update": "2025-08-13 02:15:57", + "author_account_age_days": 3245 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1818, + "stars": 1822, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1755 + "author_account_age_days": 1756 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, @@ -14412,117 +14457,117 @@ "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 6, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 217, + "stars": 219, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 24, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 155, "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 32, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 462, + "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, @@ -14537,7 +14582,7 @@ "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, @@ -14552,17 +14597,17 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, @@ -14572,82 +14617,82 @@ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 87, - "last_update": "2025-08-05 02:14:19", - "author_account_age_days": 705 + "stars": 88, + "last_update": "2025-08-13 01:53:58", + "author_account_age_days": 706 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3764 + "author_account_age_days": 3765 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1428, + "stars": 1429, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, @@ -14657,27 +14702,27 @@ "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/zombieyang/sd-ppp": { "stars": 1631, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5376 + "author_account_age_days": 5377 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, @@ -14687,6 +14732,6 @@ "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4556 + "author_account_age_days": 4557 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d5931f74..e3bacfc5 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "flybirdxx", + "title": "ComfyUI Sliding Window [WIP]", + "reference": "https://github.com/PixWizardry/ComfyUI_Sliding_Window", + "files": [ + "https://github.com/PixWizardry/ComfyUI_Sliding_Window" + ], + "install_type": "git-clone", + "description": "This set of nodes provides a powerful sliding window or 'tiling' technique for processing long videos and animations in ComfyUI. It allows you to work on animations that are longer than your VRAM would typically allow by breaking the job into smaller, overlapping chunks and seamlessly blending them back together." + }, + { + "author": "TimothyCMeehan", + "title": "ComfyUI CK3 Presets", + "reference": "https://github.com/TimothyCMeehan/comfyui-ck3-presets", + "files": [ + "https://github.com/TimothyCMeehan/comfyui-ck3-presets" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for Crusader Kings III modding - size presets, image resize, style helpers" + }, + { + "author": "driftjohnson", + "title": "DaimalyadNodes [WIP]", + "reference": "https://github.com/MushroomFleet/DJZ-Nodes", + "files": [ + "https://github.com/MushroomFleet/DJZ-Nodes" + ], + "install_type": "git-clone", + "description": "AspectSize and 100 more nodes\nNOTE: The files in the repo are not organized." + }, { "author": "apeirography", "title": "DaimalyadNodes", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index b255b7f6..ff117873 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1313,6 +1313,9 @@ "FluxLayerDiffuseEmptyConditioning", "FluxLayerDiffuseInfo", "FluxLayerDiffuseStandaloneLoader", + "LatentColorMatch", + "LatentColorMatchSimple", + "LatentImageAdjust", "LoadImageSequence", "LoadImageSequenceInfo", "PreviewTransparentImage", @@ -2376,6 +2379,7 @@ "Image_Resize", "MergeImageChannels", "Prism_Mirage", + "int_calculate_statistics", "random_any", "show_type", "timer", @@ -2501,6 +2505,7 @@ "mb Image Subtract", "mb Image to File", "mb KSampler", + "mb Mask Invert If Empty", "mb QR Code", "mb Select", "mb String", @@ -2536,6 +2541,151 @@ "title_aux": "DMXAPI Nodes [WIP]" } ], + "https://github.com/MushroomFleet/DJZ-Nodes": [ + [ + "AnamorphicEffect", + "AspectSize", + "AspectSizeV2", + "BatchAlphaComposite", + "BatchOffset", + "BatchRangeInsert", + "BatchRangeSwap", + "BatchThief", + "BlackBarsV1", + "BlackBarsV2", + "BlackBarsV3", + "BorderCompositeAlpha", + "BracketCleaner", + "CRT_Effect_v1", + "CathodeRayEffect", + "ClassicFilmEffect", + "CombineAudio", + "DJZ-LoadLatent", + "DJZ-LoadLatentV2", + "DJZDatamosh", + "DJZDatamoshV2", + "DatasetWordcloud", + "DeadPixelEffect", + "DepthBasedPixelization", + "DinskyPlus", + "DinskyPlusV2", + "DjzDatabendingV1", + "DjzDatamoshV3", + "DjzDatamoshV4", + "DjzDatamoshV5", + "DjzDatamoshV6", + "DjzDatamoshV7", + "DjzDatamoshV8", + "FilmGateWeave", + "FilmGrainEffect", + "FilmGrainEffect_v2", + "FishEyeEffect", + "FishEyeV2", + "FractalGenerator", + "FractalGeneratorV2", + "FractalGeneratorV3", + "GSL_Filter_V1", + "HalationBloom", + "ImageInterleavedUpscaler", + "ImageInterleavedUpscalerV2", + "ImageSizeAdjuster", + "ImageSizeAdjusterV2", + "ImageSizeAdjusterV3", + "JitterEffect", + "KeyframeBasedUpscalerV1", + "KinescopeEffectV1", + "LensLeaks", + "LoadTextDirectory", + "LoadVideoDirectory", + "LoadVideoDirectoryV2", + "MotionBlending", + "NoiseFactory", + "NoiseFactoryV2", + "NoiseFactoryV3", + "NonSquarePixelsV1", + "PanavisionLensV2", + "ParametricMeshGen", + "ParametricMeshGenV2", + "ProjectFilePathNode", + "ProjectFolderPathNode", + "PromptCleaner", + "PromptCleanerV2", + "PromptDupeRemover", + "PromptDupeRemoverV2", + "PromptInject", + "PromptInjectV2", + "PromptSwap", + "RetroVideoText", + "ScreensaverGenerator", + "ScreensaverGeneratorV2", + "ScreensaverGeneratorV3", + "SequentialNumberGenerator", + "StringChaos", + "StringWeights", + "Technicolor3Strip_v1", + "Technicolor3Strip_v2", + "ThinkSeeker", + "ThreeToneStyler", + "TrianglesPlus", + "TrianglesPlusV2", + "UncleanSpeech", + "VGA_Effect_v1", + "VHS_Effect_V3", + "VHS_Effect_v1", + "VHS_Effect_v2", + "VideoBitClamp", + "VideoChromaticAberration", + "VideoCorridorV1", + "VideoCubeV1", + "VideoFilmDamage", + "VideoInterlaceFastV4", + "VideoInterlaceGANV3", + "VideoInterlaced", + "VideoInterlacedV2", + "VideoMazeV1", + "VideoMazeV2", + "VideoNoiseFactory", + "VideoPyramidV1", + "VideoRingPainter", + "VideoTemperatureV1", + "VideoText", + "VideoTextV2", + "VideoTimecode", + "VideoTrails", + "VideoTrailsV2", + "VideoVignettingV1", + "VoiceEffects", + "VoiceEffects2", + "WaveletCompose", + "WaveletDecompose", + "WinampViz", + "WinampVizV2", + "ZenakiVideoPromptV1", + "ZenkaiAmbienceAudioV1", + "ZenkaiControlPromptV1", + "ZenkaiControlPromptV2", + "ZenkaiDepthPrompt", + "ZenkaiImagePromptV1", + "ZenkaiImagePromptV2", + "ZenkaiPoseMap", + "ZenkaiPrompt", + "ZenkaiPromptV2", + "ZenkaiPromptV3", + "ZenkaiPromptV4", + "ZenkaiPromptV5", + "ZenkaiSceneVideoV1", + "ZenkaiVideoPose", + "ZenkaiWildcard", + "ZenkaiWildcardV2", + "Zenkai_IMPv1", + "djzTiling", + "djzTilingV2" + ], + { + "author": "DJZ-Nodes", + "title_aux": "DaimalyadNodes [WIP]" + } + ], "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": [ [ "APG_ImYourCFGNow" @@ -2718,6 +2868,16 @@ "title_aux": "DoomFLUX Nodes [WIP]" } ], + "https://github.com/PixWizardry/ComfyUI_Sliding_Window": [ + [ + "CalculateLatentFrames", + "IterativeSampler", + "PrepareLatentSchedule" + ], + { + "title_aux": "ComfyUI Sliding Window [WIP]" + } + ], "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [ [ "Clean input and output file" @@ -3485,6 +3645,15 @@ "title_aux": "ComfyUI Instructor Ollama" } ], + "https://github.com/TimothyCMeehan/comfyui-ck3-presets": [ + [ + "CK3ResizeImage", + "CK3SizePreset" + ], + { + "title_aux": "ComfyUI CK3 Presets" + } + ], "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ [ "Get File List", @@ -4701,6 +4870,7 @@ "CESILK_OpenAIChat", "CESILK_OpenAIImageBatchGenerator", "CESILK_OpenAIImageDescriptionToTextfile", + "CESILK_SaveAndUploadToGoogleDrive", "CESILK_SaveAndUploadToS3", "CESILK_SdxlImageSizes" ], @@ -5301,6 +5471,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", "Wan22ImageToVideoLatent", "WanCameraEmbedding", "WanCameraImageToVideo", @@ -8168,6 +8339,7 @@ "CloudreveInit", "CloudreveSignin", "CloudreveUploadFile", + "IncrementBatchName", "Ino_BranchImage", "Ino_CalculateLoraConfig", "Ino_CountFiles", @@ -8181,7 +8353,11 @@ "Ino_SaveFile", "Ino_SaveImage", "Ino_StringToggleCase", - "Ino_VideoConvert" + "Ino_VideoConvert", + "RemoveFile", + "RemoveFolder", + "Unzip", + "Zip" ], { "title_aux": "Ino Custom Nodes" @@ -9595,8 +9771,9 @@ ], "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [ [ - "FFmpegVideoCombineLowMem", - "SaveSingleFrameToDisk" + "FFmpeg \u89c6\u9891\u5408\u6210\uff08\u4f4e\u5185\u5b58\uff09 / FFmpegVideoCombineLowMem", + "\u4fdd\u5b58\u5355\u5e27\u5230\u78c1\u76d8 / SaveSingleFrameToDisk", + "\u6279\u91cf\u4fdd\u5b58\u5e27\u5230\u78c1\u76d8 / SaveFrameBatchToDisk" ], { "title_aux": "ComfComfyUI-LowMemVideoSuite [UNSAFE]" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f49d48cb..989d8d84 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,95 @@ { "custom_nodes": [ + { + "author": "Baverne", + "title": "comfyUI-TiledWan", + "reference": "https://github.com/Baverne/comfyUI-TiledWan", + "files": [ + "https://github.com/Baverne/comfyUI-TiledWan" + ], + "install_type": "git-clone", + "description": "Node set and workflow to run wan2.1 vace with tiled while keeping temporal and spatial consistency" + }, + { + "author": "teamalpha-ai", + "title": "ComfyUI-ImageTransformer", + "reference": "https://github.com/teamalpha-ai/comfyui-image-transformer", + "files": [ + "https://github.com/teamalpha-ai/comfyui-image-transformer" + ], + "install_type": "git-clone", + "description": "ComfyUI wrapper nodes for Image Transformer" + }, + { + "author": "flybirdxx", + "title": "ComfyUI-SDMatte", + "reference": "https://github.com/flybirdxx/ComfyUI-SDMatte", + "files": [ + "https://github.com/flybirdxx/ComfyUI-SDMatte" + ], + "install_type": "git-clone", + "description": "SDMatte is an interactive image matting method based on stable diffusion, which supports three types of visual prompts (points, boxes, and masks) for accurately extracting target objects from natural images." + }, + { + "author": "DenRakEiw", + "title": "ComfyUI Latent Color Tools", + "reference": "https://github.com/DenRakEiw/Latent_Nodes", + "files": [ + "https://github.com/DenRakEiw/Latent_Nodes" + ], + "install_type": "git-clone", + "description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space" + }, + { + "author": "karas17", + "title": "ComfyUI Camera Watermark", + "reference": "https://github.com/karas17/ComfyUI-Camera-Watermark", + "files": [ + "https://github.com/karas17/ComfyUI-Camera-Watermark" + ], + "install_type": "git-clone", + "description": "A versatile and highly customizable node for ComfyUI to add camera-style watermarks and frames to your images. Whether you want to emulate the classic Leica look, add EXIF data, or create professional-looking framed images, this plugin has you covered." + }, + { + "author": "njlent", + "title": "ComfyUI Wavelet Color Fix", + "reference": "https://github.com/njlent/ComfyUI_wavelet-colorfix", + "files": [ + "https://github.com/njlent/ComfyUI_wavelet-colorfix" + ], + "install_type": "git-clone", + "description": "This is a standalone node pack that provides powerful color correction methods for ComfyUI, extracted from the ComfyUI-DLoRAL project. It allows you to transfer the color profile from a source image or video to a target image or video.\nThis is ideal for restoring the original color to AI-processed videos (like upscaling or frame interpolation) or for creative color grading." + }, + { + "author": "impactframes", + "title": "ComfyUI-yt_dl", + "reference": "https://github.com/if-ai/ComfyUI-yt_dl", + "files": [ + "https://github.com/if-ai/ComfyUI-yt_dl" + ], + "install_type": "git-clone", + "description": "Download Youtube videos using ComfyUI" + }, + { + "author": "SykkoAtHome", + "title": "Sykko Tools for ComfyUI", + "reference": "https://github.com/SykkoAtHome/ComfyUI_SykkoTools", + "files": [ + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools" + ], + "install_type": "git-clone", + "description": "Utilities for working with camera animations inside ComfyUI. The repository currently provides a node for loading camera motion from ASCII FBX files and a corresponding command line helper for debugging." + }, + { + "author": "shinyakidoguchi301", + "title": "LoRA Tag Loader for ComfyUI", + "reference": "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader", + "files": [ + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader" + ], + "install_type": "git-clone", + "description": "This custom node allows you to select a LoRA file from the models/loras directory (including subfolders), automatically load training tags from metadata or Eagle MEMO, set strength, and optionally display a preview image." + }, { "author": "S4MUEL404", "title": "ComfyUI S4Tool Text", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7ca1db1c..22bc1dc1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2538,6 +2538,19 @@ "title_aux": "ComfyUI Zonos TTS Node" } ], + "https://github.com/Baverne/comfyUI-TiledWan": [ + [ + "TiledWanImageStatistics", + "TiledWanImageToMask", + "TiledWanInpaintCropImproved", + "TiledWanInpaintStitchImproved", + "TiledWanMaskStatistics", + "TiledWanVideoVACEpipe" + ], + { + "title_aux": "comfyUI-TiledWan" + } + ], "https://github.com/Beinsezii/bsz-cui-extras": [ [ "BSZAbsoluteHires", @@ -4299,6 +4312,16 @@ "title_aux": "ascii-art-comfyui" } ], + "https://github.com/DenRakEiw/Latent_Nodes": [ + [ + "LatentColorMatch", + "LatentColorMatchSimple", + "LatentImageAdjust" + ], + { + "title_aux": "ComfyUI Latent Color Tools" + } + ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [], { @@ -4665,10 +4688,15 @@ "https://github.com/Duanyll/duanyll_nodepack": [ [ "AdvancedMorphology", + "BBoxCrop", + "BBoxImageStitcher", "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "DrawBBox", + "DrawBBoxMask", "DrawBoundingBoxesQwen", + "ExpandBBoxByRatio", "FluxKontextTrue3DPE", "FluxTextLoraLoader", "HfCheckpointLoader", @@ -4684,6 +4712,7 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", + "ParseBBoxQwenVL", "PhotoDoddleConditioning", "SeedEditNode" ], @@ -8569,7 +8598,7 @@ "description": "This extension provides some nodes to support merge lora, adjust Lora Block Weight.", "nickname": "CBC", "title": "merge", - "title_aux": "Comfyui-Merge-LoRA" + "title_aux": "comfyui-merge" } ], "https://github.com/Loewen-Hob/rembg-comfyui-node-better": [ @@ -13276,6 +13305,14 @@ "title_aux": "Face Processor for ComfyUI" } ], + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": [ + [ + "LoadFBXCamera" + ], + { + "title_aux": "Sykko Tools for ComfyUI" + } + ], "https://github.com/T-Ph525/ComfyUI-Underage-Filter": [ [ "AgeCheckerNode", @@ -18744,10 +18781,6 @@ "Data_preset_save", "Data_sampleData", "Data_select", - "DoubaoAPI", - "DoubaoConfig", - "DoubaoTextChat", - "DoubaoVisionChat", "IO_adjust_image", "IO_clear_cache", "IO_input_any", @@ -18801,6 +18834,7 @@ "Stack_condi", "Stack_latent", "Stack_pre_Mark", + "Stack_pre_Mark_easy", "Stack_sample_data", "Stack_text", "basicIn_Sampler", @@ -18867,6 +18901,7 @@ "excel_Prompter", "excel_column_diff", "excel_insert_image", + "excel_qwen_artistic", "excel_qwen_font", "excel_read", "excel_row_diff", @@ -21260,6 +21295,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", + "Wan22FunControlToVideo", "Wan22ImageToVideoLatent", "WanCameraEmbedding", "WanCameraImageToVideo", @@ -23883,6 +23919,15 @@ "title_aux": "ComfyUI-hvBlockswap" } ], + "https://github.com/flybirdxx/ComfyUI-SDMatte": [ + [ + "SDMatteApply", + "SDMatteModelLoader" + ], + { + "title_aux": "ComfyUI-SDMatte" + } + ], "https://github.com/flycarl/ComfyUI-Pixelate": [ [ "ComfyUIPixelate" @@ -26229,6 +26274,14 @@ "title_aux": "ComfyUI-WanResolutionSelector" } ], + "https://github.com/if-ai/ComfyUI-yt_dl": [ + [ + "YouTubeDownloader" + ], + { + "title_aux": "ComfyUI-yt_dl" + } + ], "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": [ [ "IF_LoadImagesS" @@ -28147,6 +28200,15 @@ "title_aux": "ComfyUI Usability" } ], + "https://github.com/karas17/ComfyUI-Camera-Watermark": [ + [ + "CameraWatermarkNode", + "ImageLoaderWithEXIF" + ], + { + "title_aux": "ComfyUI Camera Watermark" + } + ], "https://github.com/karthikg-09/ComfyUI-Vton-Mask": [ [ "ComfyUIVtonMaskGenerator", @@ -30199,6 +30261,7 @@ "Mecha Recipe List", "Mecha Regex Weights", "Mecha Serializer", + "Mecha Subtract Recipe List", "Model Mecha Recipe", "SD1-LDM Mecha Blocks Parameters", "SDXL-SGM Mecha Blocks Parameters", @@ -32364,6 +32427,7 @@ "FourFloats", "FunctionSelectAuto", "FunctionSwap", + "GzippedBase64ToImage", "ImageBrightness", "ImageColorTransferMira", "ImageContrast", @@ -33212,6 +33276,14 @@ "title_aux": "ComfyUI OpenAI Prompter" } ], + "https://github.com/njlent/ComfyUI_wavelet-colorfix": [ + [ + "WaveletColorFix" + ], + { + "title_aux": "ComfyUI Wavelet Color Fix" + } + ], "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": [ [ "DanbooruPromptComparison", @@ -34985,6 +35057,9 @@ ], "https://github.com/ranska/pixel_palette_art": [ [ + "ColorFormatterNode", + "ColorPreviewNode", + "CreateColorFromRGBNode", "GimpPaletteLoader", "PaletteFormatter", "PixelPaletteExtractor" @@ -36534,6 +36609,14 @@ "title_aux": "comfyui-no-one-above-me" } ], + "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": [ + [ + "LoRA_TagLoader" + ], + { + "title_aux": "LoRA Tag Loader for ComfyUI" + } + ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ [ "PlusMinusTextClip" @@ -38118,6 +38201,14 @@ "title_aux": "ComfyUI_Curves" } ], + "https://github.com/teamalpha-ai/comfyui-image-transformer": [ + [ + "ImageTransformerResizeToMaxPixels" + ], + { + "title_aux": "ComfyUI-ImageTransformer" + } + ], "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": [ [ "OminiKontextImageEncoder", From ee08c9e17fc695c1768389569d78b2349c33c986 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Aug 2025 07:42:41 +0900 Subject: [PATCH 08/35] update DB --- custom-node-list.json | 21 + extension-node-map.json | 23 + github-stats.json | 1020 ++++++++++---------- node_db/dev/extension-node-map.json | 6 +- node_db/dev/github-stats.json | 1391 ++++++++++++++------------- node_db/new/custom-node-list.json | 21 + node_db/new/extension-node-map.json | 23 + 7 files changed, 1309 insertions(+), 1196 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index de3778e6..67646d58 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -91,6 +91,17 @@ "install_type": "git-clone", "description": "This node enables the best performance on NVIDIA RTX™ Graphics Cards (GPUs) for Stable Diffusion by leveraging NVIDIA TensorRT." }, + { + "author": "Comfy-Org", + "title": "NVIDIA FLUX NIM", + "id": "nimnodes", + "reference": "https://github.com/Comfy-Org/NIMnodes", + "files": [ + "https://github.com/Comfy-Org/NIMnodes" + ], + "install_type": "git-clone", + "description": "Provides nodes to utilise NVIDIA NIM, a set of accelerated inference microservices that allow you to run AI models on NVIDIA GPUs anywhere." + }, { "author": "Stability-AI", "title": "Stability API nodes for ComfyUI", @@ -30855,6 +30866,16 @@ "install_type": "git-clone", "description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space" }, + { + "author": "RainyN0077", + "title": "ComfyUI-PromptSE", + "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", + "files": [ + "https://github.com/RainyN0077/ComfyUI-PromptSE" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 22bc1dc1..bfd4bcb8 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3771,6 +3771,17 @@ "title_aux": "ComfyUI-FuncAsTexture-CoiiNode" } ], + "https://github.com/Comfy-Org/NIMnodes": [ + [ + "Get_HFToken", + "InstallNIMNode", + "LoadNIMNode", + "NIMFLUXNode" + ], + { + "title_aux": "NVIDIA FLUX NIM" + } + ], "https://github.com/ComfyAssets/ComfyUI-KikoStats": [ [ "ResourceMonitor" @@ -10397,6 +10408,7 @@ "KSamplerMultiSeed", "KSamplerMultiSeedPlus", "LensSimulatedBloom", + "PreviewImageQueue", "PromptRandomizer", "StringCombine", "TestResetButton", @@ -10639,6 +10651,14 @@ "title_aux": "LatentGC Aggressive" } ], + "https://github.com/RainyN0077/ComfyUI-PromptSE": [ + [ + "PromptSE" + ], + { + "title_aux": "ComfyUI-PromptSE" + } + ], "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [ [ "RBGImageStitchPlus", @@ -10806,11 +10826,14 @@ [ "RizzAnything", "RizzBatchImageLoader", + "RizzBlur", "RizzClean", + "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", "RizzLoadLatestImage", "RizzLoadLatestMesh", "RizzModelBatchLoader", + "RizzPasteAndUnscale", "RizzUpscaleImageBatch" ], { diff --git a/github-stats.json b/github-stats.json index a94abc7a..00256d5a 100644 --- a/github-stats.json +++ b/github-stats.json @@ -95,9 +95,9 @@ "author_account_age_days": 540 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 52, + "stars": 54, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, @@ -132,7 +132,7 @@ "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, @@ -150,9 +150,9 @@ "author_account_age_days": 3187 }, "https://github.com/31702160136/ComfyUI-GrsAI": { - "stars": 10, + "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2418 + "author_account_age_days": 2419 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, @@ -212,7 +212,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -227,32 +227,32 @@ "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 4, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -572,12 +572,12 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, @@ -602,12 +602,12 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, @@ -662,7 +662,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -692,7 +692,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -702,12 +702,12 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, @@ -742,12 +742,12 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -852,7 +852,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 25, @@ -900,9 +900,9 @@ "author_account_age_days": 3064 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 133, + "stars": 135, "last_update": "2025-08-11 16:16:54", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -1027,7 +1027,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1115,19 +1115,19 @@ "author_account_age_days": 258 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 4, - "last_update": "2025-08-05 00:51:44", - "author_account_age_days": 258 + "stars": 5, + "last_update": "2025-08-13 06:57:26", + "author_account_age_days": 259 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, - "last_update": "2025-08-12 19:38:40", - "author_account_age_days": 2628 + "last_update": "2025-08-13 03:41:38", + "author_account_age_days": 2629 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1137,7 +1137,7 @@ "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 16, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5239 + "author_account_age_days": 5240 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 52, @@ -1212,7 +1212,7 @@ "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, "last_update": "2025-08-11 03:44:37", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, @@ -1257,7 +1257,7 @@ "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, @@ -1292,17 +1292,17 @@ "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 235, @@ -1332,7 +1332,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2143 + "author_account_age_days": 2144 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 496, @@ -1357,37 +1357,42 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2312 + "author_account_age_days": 2313 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2312 + "author_account_age_days": 2313 + }, + "https://github.com/Comfy-Org/NIMnodes": { + "stars": 22, + "last_update": "2025-06-06 19:08:42", + "author_account_age_days": 490 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, - "last_update": "2025-08-11 22:33:21", - "author_account_age_days": 80 + "last_update": "2025-08-13 14:08:46", + "author_account_age_days": 81 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 36, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1477,22 +1482,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1532,7 +1537,7 @@ "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, @@ -1552,7 +1557,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1587,7 +1592,7 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1642,12 +1647,12 @@ "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3318 + "author_account_age_days": 3319 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 325, + "stars": 328, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3318 + "author_account_age_days": 3319 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1667,7 +1672,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 360 + "author_account_age_days": 361 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1692,7 +1697,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1762,12 +1767,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 609, @@ -1787,7 +1792,7 @@ "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-08-12 12:18:22", - "author_account_age_days": 2 + "author_account_age_days": 3 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1902,7 +1907,7 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1254 + "author_account_age_days": 1255 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1912,7 +1917,7 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, @@ -1961,8 +1966,8 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-12 23:40:16", - "author_account_age_days": 1917 + "last_update": "2025-08-13 19:49:58", + "author_account_age_days": 1918 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -1982,7 +1987,7 @@ "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, @@ -2037,12 +2042,12 @@ "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 32, "last_update": "2025-08-02 02:49:32", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 3, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4031 + "author_account_age_days": 4032 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, @@ -2072,12 +2077,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2092,7 +2097,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2102,7 +2107,7 @@ "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2112,7 +2117,7 @@ "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, @@ -2125,9 +2130,9 @@ "author_account_age_days": 5347 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { - "stars": 16, + "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, @@ -2172,7 +2177,7 @@ "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2207,7 +2212,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2220,9 +2225,9 @@ "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { - "stars": 1, + "stars": 5, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, @@ -2235,14 +2240,14 @@ "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 79, + "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 58, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2257,22 +2262,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { - "stars": 9, + "stars": 10, "last_update": "2025-08-11 12:06:46", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2332,7 +2337,7 @@ "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, @@ -2347,7 +2352,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2387,7 +2392,7 @@ "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2584 + "author_account_age_days": 2585 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, @@ -2432,7 +2437,7 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2143 + "author_account_age_days": 2144 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, @@ -2442,7 +2447,7 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2457,12 +2462,12 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -2532,7 +2537,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2572,7 +2577,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, @@ -2587,7 +2592,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 110, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2637,7 +2642,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2652,7 +2657,7 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3682 + "author_account_age_days": 3683 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2787,7 +2792,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2852,7 +2857,7 @@ "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 851, @@ -2947,12 +2952,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 44 + "author_account_age_days": 45 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { - "stars": 24, + "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2903 + "author_account_age_days": 2904 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, @@ -2962,17 +2967,17 @@ "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 315 + "author_account_age_days": 316 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-08-11 09:32:37", - "author_account_age_days": 146 + "last_update": "2025-08-13 03:59:56", + "author_account_age_days": 147 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1546 + "author_account_age_days": 1547 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3027,12 +3032,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3067,17 +3072,17 @@ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3096,8 +3101,8 @@ }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, - "last_update": "2025-08-12 08:49:40", - "author_account_age_days": 676 + "last_update": "2025-08-13 04:43:40", + "author_account_age_days": 677 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, @@ -3122,17 +3127,17 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 0, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 32, - "last_update": "2025-08-12 18:10:19", - "author_account_age_days": 4633 + "stars": 34, + "last_update": "2025-08-13 15:27:24", + "author_account_age_days": 4634 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3202,7 +3207,7 @@ "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2064 + "author_account_age_days": 2065 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, @@ -3272,7 +3277,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3287,7 +3292,7 @@ "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, @@ -3327,7 +3332,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3422,7 +3427,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4398 + "author_account_age_days": 4399 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3567,7 +3572,7 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4630 + "author_account_age_days": 4631 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -3597,7 +3602,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3607,7 +3612,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1359 + "author_account_age_days": 1360 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3682,7 +3687,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1727 + "author_account_age_days": 1728 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3707,12 +3712,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, @@ -3737,7 +3742,7 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3792,7 +3797,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3817,17 +3822,17 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 0, - "last_update": "2025-08-12 01:26:47", - "author_account_age_days": 4626 + "last_update": "2025-08-13 22:22:26", + "author_account_age_days": 4627 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, @@ -3887,7 +3892,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3917,17 +3922,22 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", "author_account_age_days": 4347 }, + "https://github.com/RainyN0077/ComfyUI-PromptSE": { + "stars": 2, + "last_update": "2025-08-13 17:47:52", + "author_account_age_days": 205 + }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, @@ -3996,13 +4006,13 @@ }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, - "last_update": "2025-08-06 17:44:50", - "author_account_age_days": 1843 + "last_update": "2025-08-13 19:31:10", + "author_account_age_days": 1844 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, @@ -4052,17 +4062,17 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, @@ -4137,47 +4147,47 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1995 + "author_account_age_days": 1996 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 13, + "stars": 15, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4187,7 +4197,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4357,7 +4367,7 @@ "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, @@ -4410,9 +4420,9 @@ "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 11, + "stars": 12, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, @@ -4487,7 +4497,7 @@ "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4527,12 +4537,12 @@ "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4697,7 +4707,7 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-11 15:02:32", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 43, @@ -4777,7 +4787,7 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2453 + "author_account_age_days": 2454 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4797,12 +4807,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 83, + "stars": 84, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -4962,7 +4972,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -4982,7 +4992,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -5022,7 +5032,7 @@ "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 165, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, @@ -5052,7 +5062,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, @@ -5172,7 +5182,7 @@ "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-06 01:30:47", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5227,7 +5237,7 @@ "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2706 + "author_account_age_days": 2707 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5237,17 +5247,17 @@ "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, @@ -5267,7 +5277,7 @@ "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5337,7 +5347,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, @@ -5357,7 +5367,7 @@ "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5367,7 +5377,7 @@ "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, @@ -5412,7 +5422,7 @@ "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, @@ -5497,7 +5507,7 @@ "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, @@ -5522,7 +5532,7 @@ "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, @@ -5537,7 +5547,7 @@ "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1820 + "author_account_age_days": 1821 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5632,7 +5642,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1697 + "author_account_age_days": 1698 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5642,7 +5652,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5662,7 +5672,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5670,9 +5680,9 @@ "author_account_age_days": 1609 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 207, + "stars": 210, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5767,7 +5777,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5812,12 +5822,12 @@ "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 129, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { - "stars": 104, - "last_update": "2025-08-12 13:52:54", - "author_account_age_days": 318 + "stars": 105, + "last_update": "2025-08-13 03:21:17", + "author_account_age_days": 319 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5832,7 +5842,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -5952,17 +5962,17 @@ "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2239 + "author_account_age_days": 2240 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -6016,8 +6026,8 @@ }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 23, - "last_update": "2025-08-12 19:48:52", - "author_account_age_days": 3700 + "last_update": "2025-08-13 15:35:41", + "author_account_age_days": 3701 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6032,7 +6042,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1259, @@ -6097,12 +6107,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6227,7 +6237,7 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, @@ -6237,7 +6247,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6322,7 +6332,7 @@ "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 105, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6357,7 +6367,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6372,27 +6382,27 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, @@ -6407,7 +6417,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6557,7 +6567,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6612,7 +6622,7 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3828 + "author_account_age_days": 3829 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, @@ -6657,12 +6667,12 @@ "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { - "stars": 1, + "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, @@ -6692,7 +6702,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, @@ -6712,7 +6722,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6832,7 +6842,7 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6871,7 +6881,7 @@ }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, - "last_update": "2025-07-20 18:58:20", + "last_update": "2025-08-13 03:01:14", "author_account_age_days": 4710 }, "https://github.com/cedarconnor/upsampler": { @@ -7087,7 +7097,7 @@ "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7302,12 +7312,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7382,12 +7392,12 @@ "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7417,12 +7427,12 @@ "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4960 + "author_account_age_days": 4961 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5898 + "author_account_age_days": 5899 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, @@ -7432,7 +7442,7 @@ "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 22 + "author_account_age_days": 23 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, @@ -7450,9 +7460,9 @@ "author_account_age_days": 582 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85291, - "last_update": "2025-08-13 00:13:08", - "author_account_age_days": 963 + "stars": 85391, + "last_update": "2025-08-13 21:06:25", + "author_account_age_days": 964 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 637, @@ -7467,22 +7477,22 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, @@ -7517,7 +7527,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7547,7 +7557,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7567,7 +7577,7 @@ "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, @@ -7612,7 +7622,7 @@ "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, @@ -7672,7 +7682,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7841,8 +7851,8 @@ }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 4, - "last_update": "2025-08-10 05:23:55", - "author_account_age_days": 542 + "last_update": "2025-08-13 16:52:02", + "author_account_age_days": 543 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7902,7 +7912,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -7927,7 +7937,7 @@ "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, @@ -7937,17 +7947,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -7972,7 +7982,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": 96 + "author_account_age_days": 97 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -7992,7 +8002,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2472 + "author_account_age_days": 2473 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -8017,7 +8027,7 @@ "https://github.com/edoardocarmignani/extralinks": { "stars": 0, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, @@ -8027,17 +8037,17 @@ "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2488 + "author_account_age_days": 2489 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, @@ -8052,7 +8062,7 @@ "https://github.com/eric183/ComfyUI-Only": { "stars": 2, "last_update": "2025-08-11 17:05:25", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, @@ -8097,7 +8107,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8182,12 +8192,12 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8227,7 +8237,7 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, @@ -8257,7 +8267,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3723 + "author_account_age_days": 3724 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8357,7 +8367,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8372,7 +8382,7 @@ "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8392,17 +8402,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 49, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8442,27 +8452,27 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8492,7 +8502,7 @@ "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8512,7 +8522,7 @@ "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3456 + "author_account_age_days": 3457 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8557,7 +8567,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8710,9 +8720,9 @@ "author_account_age_days": 4608 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 1, + "stars": 2, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4607 + "author_account_age_days": 4608 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8722,7 +8732,7 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, @@ -8735,9 +8745,9 @@ "author_account_age_days": 5252 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1925, - "last_update": "2025-08-12 22:25:43", - "author_account_age_days": 656 + "stars": 1958, + "last_update": "2025-08-13 07:05:54", + "author_account_age_days": 657 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8747,12 +8757,12 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 984 + "author_account_age_days": 985 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -8787,7 +8797,7 @@ "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 197, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2331 + "author_account_age_days": 2332 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, @@ -8812,7 +8822,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": 4345 + "author_account_age_days": 4346 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8837,7 +8847,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, @@ -8852,7 +8862,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 930 + "author_account_age_days": 931 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -8992,7 +9002,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -9025,19 +9035,19 @@ "author_account_age_days": 4587 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { - "stars": 2, + "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3434 + "author_account_age_days": 3435 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9205,9 +9215,9 @@ "author_account_age_days": 4286 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 45, + "stars": 46, "last_update": "2025-08-01 01:43:26", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 101, @@ -9237,7 +9247,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4793 + "author_account_age_days": 4794 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, @@ -9317,7 +9327,7 @@ "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, @@ -9342,7 +9352,7 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/jitcoder/lora-info": { "stars": 105, @@ -9377,7 +9387,7 @@ "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, @@ -9392,7 +9402,7 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9412,12 +9422,12 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, @@ -9445,9 +9455,9 @@ "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 45, + "stars": 57, "last_update": "2025-08-12 13:13:03", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, @@ -9457,7 +9467,7 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, @@ -9465,9 +9475,9 @@ "author_account_age_days": 2261 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { - "stars": 3, + "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9492,7 +9502,7 @@ "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-02 15:40:12", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, @@ -9502,12 +9512,12 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9542,7 +9552,7 @@ "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9557,7 +9567,7 @@ "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3062 + "author_account_age_days": 3063 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, @@ -9567,7 +9577,7 @@ "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -9597,7 +9607,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9617,7 +9627,7 @@ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9657,12 +9667,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 49, @@ -9672,7 +9682,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9692,7 +9702,7 @@ "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, @@ -9870,9 +9880,9 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3941, - "last_update": "2025-08-12 22:05:23", - "author_account_age_days": 2597 + "stars": 3956, + "last_update": "2025-08-13 22:29:16", + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -9927,7 +9937,7 @@ "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -9962,7 +9972,7 @@ "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 57 + "author_account_age_days": 58 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, @@ -9972,7 +9982,7 @@ "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, @@ -10012,7 +10022,7 @@ "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2071 + "author_account_age_days": 2072 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, @@ -10077,7 +10087,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, @@ -10207,22 +10217,22 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4719 + "author_account_age_days": 4720 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, @@ -10257,12 +10267,12 @@ "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10277,12 +10287,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10507,12 +10517,12 @@ "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-07-05 15:44:08", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10537,7 +10547,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10627,12 +10637,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3530 + "author_account_age_days": 3531 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, @@ -10640,9 +10650,9 @@ "author_account_age_days": 1852 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { - "stars": 0, - "last_update": "2025-08-12 22:34:48", - "author_account_age_days": 3926 + "stars": 3, + "last_update": "2025-08-13 00:14:13", + "author_account_age_days": 3927 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, @@ -10672,7 +10682,7 @@ "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10692,7 +10702,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10717,7 +10727,7 @@ "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, @@ -10737,12 +10747,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10852,7 +10862,7 @@ "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -10867,7 +10877,7 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-03 10:43:32", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, @@ -10967,7 +10977,7 @@ "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, @@ -10992,7 +11002,7 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -11047,7 +11057,7 @@ "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, @@ -11082,7 +11092,7 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3693 + "author_account_age_days": 3694 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, @@ -11197,12 +11207,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 60 + "author_account_age_days": 61 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11237,12 +11247,12 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, @@ -11287,7 +11297,7 @@ "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 37, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, @@ -11487,52 +11497,52 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 4, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 10, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 30, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 39, - "last_update": "2025-08-09 15:34:39", - "author_account_age_days": 2887 + "last_update": "2025-08-13 19:48:22", + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 1, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 31, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 6, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { - "stars": 12, + "stars": 13, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 36, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 10, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 6, @@ -11557,12 +11567,12 @@ "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4415 + "author_account_age_days": 4416 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, @@ -11572,7 +11582,7 @@ "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, @@ -11592,37 +11602,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, @@ -11652,7 +11662,7 @@ "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -11677,7 +11687,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11730,7 +11740,7 @@ "author_account_age_days": 5495 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { - "stars": 27, + "stars": 28, "last_update": "2025-08-08 14:30:19", "author_account_age_days": 266 }, @@ -11742,7 +11752,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11807,17 +11817,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -11837,7 +11847,7 @@ "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -11872,7 +11882,7 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, @@ -11922,17 +11932,17 @@ "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -11942,7 +11952,7 @@ "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, @@ -11957,7 +11967,7 @@ "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-11 17:01:06", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -11997,57 +12007,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 36, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 59, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { - "stars": 36, + "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12057,7 +12067,7 @@ "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, "last_update": "2025-08-10 06:02:33", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -12087,7 +12097,7 @@ "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-12 23:55:01", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12116,8 +12126,8 @@ }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-11 15:13:01", - "author_account_age_days": 5670 + "last_update": "2025-08-13 09:32:35", + "author_account_age_days": 5671 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12152,12 +12162,12 @@ "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3737 + "author_account_age_days": 3738 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 381, @@ -12267,12 +12277,12 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2227 + "author_account_age_days": 2228 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 229, + "stars": 231, "last_update": "2025-08-13 00:00:37", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, @@ -12282,7 +12292,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12342,7 +12352,7 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12425,14 +12435,14 @@ "author_account_age_days": 4104 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 1, + "stars": 3, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4314 + "author_account_age_days": 4315 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, @@ -12455,9 +12465,9 @@ "author_account_age_days": 366 }, "https://github.com/scraed/LanPaint": { - "stars": 422, + "stars": 424, "last_update": "2025-08-08 06:14:39", - "author_account_age_days": 3877 + "author_account_age_days": 3878 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12467,12 +12477,12 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12497,17 +12507,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12587,7 +12597,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, @@ -12632,7 +12642,7 @@ "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, @@ -12646,8 +12656,8 @@ }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, - "last_update": "2025-08-12 19:26:43", - "author_account_age_days": 727 + "last_update": "2025-08-13 15:02:11", + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, @@ -12697,12 +12707,12 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, @@ -12732,7 +12742,7 @@ "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4177 + "author_account_age_days": 4178 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, @@ -12742,12 +12752,12 @@ "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, @@ -12767,7 +12777,7 @@ "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12787,7 +12797,7 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, @@ -12917,7 +12927,7 @@ "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, @@ -12927,7 +12937,7 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, @@ -13042,7 +13052,7 @@ "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, @@ -13112,12 +13122,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13137,7 +13147,7 @@ "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1272, @@ -13177,17 +13187,17 @@ "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 35, + "stars": 50, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, @@ -13232,7 +13242,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13277,7 +13287,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13312,7 +13322,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13362,7 +13372,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13417,12 +13427,12 @@ "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, @@ -13430,14 +13440,14 @@ "author_account_age_days": 407 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 48, - "last_update": "2025-08-05 18:55:15", - "author_account_age_days": 878 + "stars": 50, + "last_update": "2025-08-13 20:55:23", + "author_account_age_days": 879 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13452,12 +13462,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13487,7 +13497,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13532,7 +13542,7 @@ "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, @@ -13642,7 +13652,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 60, @@ -13662,17 +13672,17 @@ "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 0, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13722,7 +13732,7 @@ "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 54, @@ -13767,7 +13777,7 @@ "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, @@ -13797,17 +13807,17 @@ "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 0, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, @@ -13827,7 +13837,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2371 + "author_account_age_days": 2372 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13865,9 +13875,9 @@ "author_account_age_days": 746 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2685 + "author_account_age_days": 2686 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -13892,7 +13902,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -13900,9 +13910,9 @@ "author_account_age_days": 2448 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 138, + "stars": 139, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -13917,7 +13927,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4763 + "author_account_age_days": 4764 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -13932,17 +13942,17 @@ "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 64, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -13987,17 +13997,17 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -14007,7 +14017,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -14027,12 +14037,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14092,17 +14102,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 34, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14122,7 +14132,7 @@ "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14137,7 +14147,7 @@ "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, @@ -14157,7 +14167,7 @@ "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, @@ -14222,17 +14232,17 @@ "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14267,7 +14277,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14287,7 +14297,7 @@ "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, @@ -14302,7 +14312,7 @@ "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, @@ -14572,12 +14582,12 @@ "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2209 + "author_account_age_days": 2210 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, @@ -14592,7 +14602,7 @@ "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3674 + "author_account_age_days": 3675 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, @@ -14612,7 +14622,7 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14697,7 +14707,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ff117873..92880b09 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2429,9 +2429,9 @@ ], "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": [ [ - "MetaManDependencyResolver", - "MetaManUniversalNode", - "MetaManWorkflowSaver" + "MetaManEmbedAndSave", + "MetaManExtractComponents", + "MetaManLoadImage" ], { "title_aux": "MetaMan - Universal AI Image Metadata Manager [UNSAFE]" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 68b97051..e2c19eda 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, @@ -17,67 +17,67 @@ "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-12 13:28:23", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 14, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, @@ -112,17 +112,17 @@ "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1874 + "author_account_age_days": 1875 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 0, @@ -132,57 +132,57 @@ "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1223 + "author_account_age_days": 1224 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1223 + "author_account_age_days": 1224 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1201 + "author_account_age_days": 1202 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, @@ -197,12 +197,12 @@ "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2406 + "author_account_age_days": 2407 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, @@ -217,27 +217,27 @@ "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 76, + "stars": 77, "last_update": "2025-03-09 00:44:37", "author_account_age_days": 845 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, - "last_update": "2025-08-07 09:02:32", - "author_account_age_days": 885 + "last_update": "2025-08-13 17:09:54", + "author_account_age_days": 886 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, @@ -247,87 +247,87 @@ "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1212 + "author_account_age_days": 1213 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4566 + "author_account_age_days": 4567 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1488 + "author_account_age_days": 1489 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, @@ -337,47 +337,47 @@ "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 7, - "last_update": "2025-08-08 14:42:55", - "author_account_age_days": 1445 + "last_update": "2025-08-13 14:50:45", + "author_account_age_days": 1446 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, @@ -387,77 +387,77 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1281 + "author_account_age_days": 1282 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3002 + "author_account_age_days": 3003 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3060 + "author_account_age_days": 3061 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, @@ -467,57 +467,57 @@ "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2038 + "author_account_age_days": 2039 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, @@ -532,17 +532,17 @@ "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, @@ -552,17 +552,17 @@ "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3710 + "author_account_age_days": 3711 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, @@ -572,32 +572,32 @@ "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 4999 + "author_account_age_days": 5000 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 190, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, - "last_update": "2025-08-10 22:30:55", - "author_account_age_days": 2561 + "last_update": "2025-08-13 18:37:26", + "author_account_age_days": 2562 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, @@ -612,22 +612,22 @@ "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1306 + "author_account_age_days": 1307 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, @@ -637,17 +637,17 @@ "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4600 + "author_account_age_days": 4601 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-07-21 08:09:52", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, @@ -657,82 +657,82 @@ "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2067 + "author_account_age_days": 2068 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 44 + "author_account_age_days": 45 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, @@ -742,37 +742,37 @@ "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1911 + "author_account_age_days": 1912 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3271 + "author_account_age_days": 3272 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, @@ -782,22 +782,22 @@ "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3638 + "author_account_age_days": 3639 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, - "last_update": "2025-08-06 00:31:52", - "author_account_age_days": 727 + "last_update": "2025-08-13 13:39:51", + "author_account_age_days": 728 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, @@ -811,8 +811,8 @@ }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, - "last_update": "2025-08-13 02:33:24", - "author_account_age_days": 740 + "last_update": "2025-08-13 20:53:39", + "author_account_age_days": 741 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, @@ -832,22 +832,27 @@ "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-12 22:50:27", - "author_account_age_days": 3494 + "last_update": "2025-08-13 15:03:58", + "author_account_age_days": 3495 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 336 + "author_account_age_days": 337 + }, + "https://github.com/MushroomFleet/DJZ-Nodes": { + "stars": 56, + "last_update": "2025-08-13 12:31:44", + "author_account_age_days": 4137 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, @@ -857,92 +862,97 @@ "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1299 + "author_account_age_days": 1300 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 647 + "author_account_age_days": 648 + }, + "https://github.com/PixWizardry/ComfyUI_Sliding_Window": { + "stars": 1, + "last_update": "2025-08-13 19:45:48", + "author_account_age_days": 1 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5689 + "author_account_age_days": 5690 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, @@ -952,22 +962,22 @@ "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, @@ -982,61 +992,61 @@ "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5031 + "author_account_age_days": 5032 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, - "last_update": "2025-08-11 09:43:55", + "last_update": "2025-08-13 07:25:14", "author_account_age_days": 676 }, "https://github.com/Scaryplasmon/ComfTrellis": { @@ -1047,7 +1057,7 @@ "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, @@ -1057,17 +1067,17 @@ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 110, + "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, @@ -1077,27 +1087,27 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1378 + "author_account_age_days": 1379 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, @@ -1107,27 +1117,27 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1554 + "author_account_age_days": 1555 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, @@ -1157,7 +1167,7 @@ "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, @@ -1177,7 +1187,7 @@ "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, @@ -1187,37 +1197,42 @@ "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4144 + "author_account_age_days": 4145 + }, + "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { + "stars": 0, + "last_update": "2025-08-13 15:13:15", + "author_account_age_days": 3499 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1375 + "author_account_age_days": 1376 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, @@ -1227,27 +1242,27 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, @@ -1257,137 +1272,137 @@ "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1820 + "author_account_age_days": 1821 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 769, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 110, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 242, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4668 + "author_account_age_days": 4669 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, @@ -1397,112 +1412,112 @@ "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4939 + "author_account_age_days": 4940 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-13 01:12:47", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3512 + "author_account_age_days": 3513 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2690 + "author_account_age_days": 2691 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4363 + "author_account_age_days": 4364 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, @@ -1512,42 +1527,42 @@ "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5094 + "author_account_age_days": 5095 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3656 + "author_account_age_days": 3657 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, @@ -1557,62 +1572,62 @@ "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4218 + "author_account_age_days": 4219 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, @@ -1622,12 +1637,12 @@ "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1503 + "author_account_age_days": 1504 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1503 + "author_account_age_days": 1504 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, @@ -1637,37 +1652,37 @@ "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, @@ -1677,62 +1692,62 @@ "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, - "last_update": "2025-07-20 06:06:24", + "last_update": "2025-08-13 11:30:35", "author_account_age_days": 98 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1125, + "stars": 1126, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 1, "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 701 + "author_account_age_days": 702 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, @@ -1742,72 +1757,72 @@ "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85302, - "last_update": "2025-08-13 00:13:08", - "author_account_age_days": 963 + "stars": 85391, + "last_update": "2025-08-13 21:06:25", + "author_account_age_days": 964 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 411, + "stars": 412, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 963 + "author_account_age_days": 964 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, @@ -1817,22 +1832,22 @@ "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6389 + "author_account_age_days": 6390 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2324 + "author_account_age_days": 2325 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { - "stars": 50, + "stars": 51, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, @@ -1842,27 +1857,27 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-12 09:59:19", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-08 17:12:28", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, @@ -1872,52 +1887,52 @@ "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3186 + "author_account_age_days": 3187 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "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": 411 + "author_account_age_days": 412 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, @@ -1932,22 +1947,22 @@ "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, @@ -1957,72 +1972,72 @@ "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5142 + "author_account_age_days": 5143 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2992 + "author_account_age_days": 2993 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3518 + "author_account_age_days": 3519 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, @@ -2032,107 +2047,107 @@ "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2962 + "author_account_age_days": 2963 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3456 + "author_account_age_days": 3457 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5509 + "author_account_age_days": 5510 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5509 + "author_account_age_days": 5510 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, @@ -2142,42 +2157,42 @@ "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/hananbeer/node_dev": { "stars": 6, "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1958 + "author_account_age_days": 1959 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3392 + "author_account_age_days": 3393 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 17, @@ -2187,62 +2202,62 @@ "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1758 + "author_account_age_days": 1759 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3934 + "author_account_age_days": 3935 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, @@ -2262,22 +2277,22 @@ "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4327 + "author_account_age_days": 4328 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, @@ -2297,27 +2312,27 @@ "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5264 + "author_account_age_days": 5265 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, @@ -2327,22 +2342,22 @@ "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, @@ -2362,182 +2377,182 @@ "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3483 + "author_account_age_days": 3484 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 16, "last_update": "2025-08-08 13:14:20", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5167 + "author_account_age_days": 5168 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5887 + "author_account_age_days": 5888 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1485, + "stars": 1486, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 836, + "stars": 838, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 404, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "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": 271 + "author_account_age_days": 272 }, "https://github.com/kk8bit/KayTool": { - "stars": 190, + "stars": 191, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-05 17:16:49", - "author_account_age_days": 1679 + "author_account_age_days": 1680 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1602 + "author_account_age_days": 1603 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, @@ -2547,32 +2562,32 @@ "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 85, + "stars": 86, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1787 + "author_account_age_days": 1788 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, @@ -2582,82 +2597,82 @@ "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4781 + "author_account_age_days": 4782 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5076 + "author_account_age_days": 5077 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1361, + "stars": 1362, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { - "stars": 488, + "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1466 + "author_account_age_days": 1467 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, @@ -2677,82 +2692,82 @@ "https://github.com/lucafoscili/lf-nodes": { "stars": 15, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-04-14 19:13:55", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1948 + "author_account_age_days": 1949 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2220 + "author_account_age_days": 2221 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, @@ -2762,17 +2777,17 @@ "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, @@ -2782,7 +2797,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, @@ -2792,52 +2807,52 @@ "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2816 + "author_account_age_days": 2817 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 980 + "author_account_age_days": 981 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4311 + "author_account_age_days": 4312 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, @@ -2852,7 +2867,7 @@ "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, @@ -2872,142 +2887,142 @@ "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 20, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-08-12 17:11:48", - "author_account_age_days": 1701 + "last_update": "2025-08-13 13:40:54", + "author_account_age_days": 1702 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4753 + "author_account_age_days": 4754 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4444 + "author_account_age_days": 4445 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, @@ -3017,27 +3032,27 @@ "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5538 + "author_account_age_days": 5539 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 8, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, @@ -3047,17 +3062,17 @@ "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, @@ -3067,37 +3082,37 @@ "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, - "last_update": "2025-08-12 21:23:01", - "author_account_age_days": 3725 + "last_update": "2025-08-13 22:22:23", + "author_account_age_days": 3726 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, @@ -3107,12 +3122,12 @@ "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, @@ -3127,167 +3142,167 @@ "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5247 + "author_account_age_days": 5248 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1061 + "author_account_age_days": 1062 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-13 00:56:15", - "author_account_age_days": 5868 + "last_update": "2025-08-13 22:39:58", + "author_account_age_days": 5869 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5494 + "author_account_age_days": 5495 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4376 + "author_account_age_days": 4377 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-12 10:15:17", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, @@ -3297,12 +3312,12 @@ "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 25 + "author_account_age_days": 26 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, @@ -3327,137 +3342,137 @@ "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4252 + "author_account_age_days": 4253 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, @@ -3467,17 +3482,17 @@ "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, @@ -3487,7 +3502,7 @@ "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, @@ -3502,47 +3517,47 @@ "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4379 + "author_account_age_days": 4380 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, - "last_update": "2025-08-12 23:45:06", - "author_account_age_days": 646 + "last_update": "2025-08-13 19:58:39", + "author_account_age_days": 647 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3194 + "author_account_age_days": 3195 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5613 + "author_account_age_days": 5614 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, "last_update": "2025-08-11 03:28:31", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, @@ -3552,42 +3567,42 @@ "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5032 + "author_account_age_days": 5033 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, - "last_update": "2025-08-12 13:12:33", + "last_update": "2025-08-13 13:36:32", "author_account_age_days": 3960 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2236 + "author_account_age_days": 2237 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2237 + "author_account_age_days": 2238 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3312 + "author_account_age_days": 3313 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, - "last_update": "2025-08-11 11:41:36", - "author_account_age_days": 2828 + "last_update": "2025-08-13 09:11:40", + "author_account_age_days": 2829 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, @@ -3597,52 +3612,52 @@ "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 138, + "stars": 139, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 3, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5454 + "author_account_age_days": 5455 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2142 + "author_account_age_days": 2143 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3190 + "author_account_age_days": 3191 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, @@ -3652,87 +3667,87 @@ "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4205 + "author_account_age_days": 4206 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4647 + "author_account_age_days": 4648 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5416 + "author_account_age_days": 5417 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, @@ -3746,8 +3761,8 @@ }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-12 08:49:33", - "author_account_age_days": 740 + "last_update": "2025-08-13 09:28:23", + "author_account_age_days": 741 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, @@ -3757,47 +3772,47 @@ "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 1, - "last_update": "2025-08-07 20:12:52", - "author_account_age_days": 3976 + "last_update": "2025-08-13 17:18:08", + "author_account_age_days": 3977 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, @@ -3807,37 +3822,37 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2653 + "author_account_age_days": 2654 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, - "last_update": "2025-08-13 02:40:54", - "author_account_age_days": 2667 + "last_update": "2025-08-13 11:18:53", + "author_account_age_days": 2668 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, @@ -3847,26 +3862,26 @@ "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5943 + "author_account_age_days": 5944 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 134 + "author_account_age_days": 135 } } \ 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 989d8d84..1e9a705c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,26 @@ { "custom_nodes": [ + { + "author": "Comfy-Org", + "title": "NVIDIA FLUX NIM", + "id": "nimnodes", + "reference": "https://github.com/Comfy-Org/NIMnodes", + "files": [ + "https://github.com/Comfy-Org/NIMnodes" + ], + "install_type": "git-clone", + "description": "Provides nodes to utilise NVIDIA NIM, a set of accelerated inference microservices that allow you to run AI models on NVIDIA GPUs anywhere." + }, + { + "author": "RainyN0077", + "title": "ComfyUI-PromptSE", + "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", + "files": [ + "https://github.com/RainyN0077/ComfyUI-PromptSE" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility." + }, { "author": "Baverne", "title": "comfyUI-TiledWan", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 22bc1dc1..bfd4bcb8 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3771,6 +3771,17 @@ "title_aux": "ComfyUI-FuncAsTexture-CoiiNode" } ], + "https://github.com/Comfy-Org/NIMnodes": [ + [ + "Get_HFToken", + "InstallNIMNode", + "LoadNIMNode", + "NIMFLUXNode" + ], + { + "title_aux": "NVIDIA FLUX NIM" + } + ], "https://github.com/ComfyAssets/ComfyUI-KikoStats": [ [ "ResourceMonitor" @@ -10397,6 +10408,7 @@ "KSamplerMultiSeed", "KSamplerMultiSeedPlus", "LensSimulatedBloom", + "PreviewImageQueue", "PromptRandomizer", "StringCombine", "TestResetButton", @@ -10639,6 +10651,14 @@ "title_aux": "LatentGC Aggressive" } ], + "https://github.com/RainyN0077/ComfyUI-PromptSE": [ + [ + "PromptSE" + ], + { + "title_aux": "ComfyUI-PromptSE" + } + ], "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": [ [ "RBGImageStitchPlus", @@ -10806,11 +10826,14 @@ [ "RizzAnything", "RizzBatchImageLoader", + "RizzBlur", "RizzClean", + "RizzCropAndScaleFromMask", "RizzDynamicPromptGenerator", "RizzLoadLatestImage", "RizzLoadLatestMesh", "RizzModelBatchLoader", + "RizzPasteAndUnscale", "RizzUpscaleImageBatch" ], { From 6030d961ad2d27f2d0f0a07be9635a1201bbfe5d Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Aug 2025 12:01:24 +0900 Subject: [PATCH 09/35] update DB --- extension-node-map.json | 1 + node_db/new/extension-node-map.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extension-node-map.json b/extension-node-map.json index bfd4bcb8..02106963 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -16033,6 +16033,7 @@ ], "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ + "CustomModelPromptGenerator", "KontextSuperPrompt", "LRPGCanvas", "OllamaServiceManager", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index bfd4bcb8..02106963 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -16033,6 +16033,7 @@ ], "https://github.com/aiaiaikkk/kontext-super-prompt": [ [ + "CustomModelPromptGenerator", "KontextSuperPrompt", "LRPGCanvas", "OllamaServiceManager", From 103f89551a3e4b5a79bfcf099f2199f9b0b8a6ae Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Aug 2025 22:00:23 +0900 Subject: [PATCH 10/35] update DB --- custom-node-list.json | 10 + extension-node-map.json | 19 + github-stats.json | 3937 +++++++++++++------------- node_db/dev/custom-node-list.json | 20 +- node_db/dev/extension-node-map.json | 22 +- node_db/dev/github-stats.json | 980 +++---- node_db/legacy/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 10 + node_db/new/extension-node-map.json | 19 + 9 files changed, 2557 insertions(+), 2470 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 67646d58..ab47be4b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27161,6 +27161,16 @@ "install_type": "git-clone", "description": "Smart resize node for ComfyUI that handles portrait/landscape images with short/long side specification" }, + { + "author": "Charonartist", + "title": "ComfyUI Tag Remover", + "reference": "https://github.com/Charonartist/comfyui-tag-remover", + "files": [ + "https://github.com/Charonartist/comfyui-tag-remover" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for removing specified tags and their content from text" + }, { "author": "ptmaster", "title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", diff --git a/extension-node-map.json b/extension-node-map.json index 02106963..c9f35aad 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -355,6 +355,7 @@ "ImageResizeFluxKontext", "ImageResizeUniversal", "ImageSolid", + "ImageStrokeByMask", "ImageTileMerge", "ImageTileSplit", "ListCustomFloat", @@ -3389,6 +3390,14 @@ "title_aux": "ComfyUI Smart Resize Node" } ], + "https://github.com/Charonartist/comfyui-tag-remover": [ + [ + "TagRemoverNode" + ], + { + "title_aux": "ComfyUI Tag Remover" + } + ], "https://github.com/CheNing233/ComfyUI_Image_Pin": [ [ "ImagePin" @@ -4723,7 +4732,11 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", + "JsonPathQuery", + "JsonPathQuerySingle", + "JsonPathUpdate", "ParseBBoxQwenVL", + "ParseLlmJsonOutput", "PhotoDoddleConditioning", "SeedEditNode" ], @@ -16224,6 +16237,8 @@ "ComflyJimengApi", "ComflyJimengVideoApi", "ComflySeededit", + "Comfly_Doubao_Seededit", + "Comfly_Doubao_Seedream", "Comfly_Flux_Kontext", "Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_bfl", @@ -29070,6 +29085,8 @@ "DownloadAndLoadWav2VecModel", "DummyComfyWanModelObject", "ExtractStartFramesForContinuations", + "FantasyPortraitFaceDetector", + "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", "LoadWanVideoClipTextEncoder", @@ -29081,7 +29098,9 @@ "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", + "WanVideoAddFantasyPortrait", "WanVideoAddStandInLatent", "WanVideoApplyNAG", "WanVideoBlockList", diff --git a/github-stats.json b/github-stats.json index 00256d5a..11df0204 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,82 +2,82 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 50, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 51, + "stars": 52, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1247, + "stars": 1249, "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1338, @@ -87,37 +87,37 @@ "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 54, + "stars": 56, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-12 13:28:23", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, @@ -127,32 +127,32 @@ "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3187 + "author_account_age_days": 3188 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2419 + "author_account_age_days": 2420 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, @@ -162,7 +162,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, @@ -172,7 +172,7 @@ "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, @@ -187,22 +187,22 @@ "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, @@ -212,332 +212,332 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 4, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2392, - "last_update": "2025-08-13 15:55:07", - "author_account_age_days": 426 + "stars": 2396, + "last_update": "2025-08-14 08:31:27", + "author_account_age_days": 427 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-06-07 19:49:36", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 87, + "stars": 88, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 242, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 24, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, @@ -572,7 +572,7 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, @@ -582,12 +582,12 @@ "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, @@ -595,7 +595,7 @@ "author_account_age_days": 2098 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1012, + "stars": 1011, "last_update": "2025-07-20 12:15:47", "author_account_age_days": 858 }, @@ -637,27 +637,27 @@ "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, @@ -667,22 +667,22 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1021, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, @@ -692,7 +692,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -702,17 +702,17 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1224 + "author_account_age_days": 1225 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -732,7 +732,7 @@ "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1322, "last_update": "2025-08-13 04:57:13", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, @@ -742,7 +742,7 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, @@ -752,12 +752,12 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, @@ -802,12 +802,12 @@ "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1236 + "author_account_age_days": 1237 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, @@ -822,7 +822,7 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -832,22 +832,22 @@ "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 13, + "stars": 14, "last_update": "2025-05-01 01:49:07", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -855,14 +855,14 @@ "author_account_age_days": 1587 }, "https://github.com/AshMartian/ComfyUI-DirGir": { - "stars": 25, + "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, @@ -877,57 +877,57 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 135, + "stars": 136, "last_update": "2025-08-11 16:16:54", "author_account_age_days": 3306 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, @@ -937,7 +937,7 @@ "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, @@ -947,30 +947,30 @@ "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-13 17:09:54", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3422 + "author_account_age_days": 3423 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1388, + "stars": 1389, "last_update": "2025-08-06 14:11:03", "author_account_age_days": 3411 }, @@ -1007,12 +1007,12 @@ "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, @@ -1027,7 +1027,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1037,12 +1037,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, @@ -1052,22 +1052,22 @@ "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, @@ -1102,17 +1102,17 @@ "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, @@ -1132,17 +1132,17 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3496 + "author_account_age_days": 3497 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 16, + "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5240 + "author_account_age_days": 5241 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 52, + "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, @@ -1182,7 +1182,7 @@ "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, @@ -1195,7 +1195,7 @@ "author_account_age_days": 613 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 12, + "stars": 13, "last_update": "2025-02-16 16:30:36", "author_account_age_days": 613 }, @@ -1252,7 +1252,7 @@ "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, @@ -1262,42 +1262,47 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 39, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 409 + "author_account_age_days": 410 + }, + "https://github.com/Charonartist/comfyui-tag-remover": { + "stars": 0, + "last_update": "2025-08-14 06:12:04", + "author_account_age_days": 410 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, @@ -1305,39 +1310,39 @@ "author_account_age_days": 2861 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 235, + "stars": 236, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 496, + "stars": 498, "last_update": "2025-08-04 04:20:36", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, @@ -1370,9 +1375,9 @@ "author_account_age_days": 2313 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 22, - "last_update": "2025-06-06 19:08:42", - "author_account_age_days": 490 + "stars": 23, + "last_update": "2025-08-14 01:17:52", + "author_account_age_days": 491 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, @@ -1397,67 +1402,67 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 60, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-07-28 17:29:57", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3601 + "author_account_age_days": 3602 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1517 + "author_account_age_days": 1518 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, @@ -1497,12 +1502,12 @@ "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, @@ -1517,37 +1522,37 @@ "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, - "last_update": "2024-10-12 05:12:07", - "author_account_age_days": 4630 + "last_update": "2025-08-13 17:48:55", + "author_account_age_days": 4631 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { - "stars": 24, + "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, @@ -1557,7 +1562,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1587,7 +1592,7 @@ "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 3, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, @@ -1597,12 +1602,12 @@ "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, @@ -1617,47 +1622,47 @@ "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1875 + "author_account_age_days": 1876 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3319 + "author_account_age_days": 3320 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 328, + "stars": 329, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3319 + "author_account_age_days": 3320 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5409 + "author_account_age_days": 5410 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, @@ -1701,13 +1706,13 @@ }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-13 07:38:35", + "last_update": "2025-08-14 06:47:30", "author_account_age_days": 3148 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, @@ -1722,12 +1727,12 @@ "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1558 + "author_account_age_days": 1559 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, @@ -1737,32 +1742,32 @@ "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3193 + "author_account_age_days": 3194 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2003 + "author_account_age_days": 2004 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1777,7 +1782,7 @@ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 609, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4014 + "author_account_age_days": 4015 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, @@ -1791,23 +1796,23 @@ }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-12 12:18:22", - "author_account_age_days": 3 + "last_update": "2025-08-14 08:00:07", + "author_account_age_days": 4 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2038 + "author_account_age_days": 2039 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2038 + "author_account_age_days": 2039 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2038 + "author_account_age_days": 2039 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, @@ -1895,7 +1900,7 @@ "author_account_age_days": 3547 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3263, + "stars": 3268, "last_update": "2025-06-20 08:57:29", "author_account_age_days": 3547 }, @@ -1907,12 +1912,12 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1255 + "author_account_age_days": 1256 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1925,39 +1930,39 @@ "author_account_age_days": 3030 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 13, + "stars": 14, "last_update": "2025-08-09 21:12:38", "author_account_age_days": 1087 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3162 + "author_account_age_days": 3163 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 457, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 235, @@ -1966,28 +1971,28 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-13 19:49:58", + "last_update": "2025-08-14 10:56:56", "author_account_age_days": 1918 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, @@ -2007,27 +2012,27 @@ "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2096 + "author_account_age_days": 2097 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, @@ -2037,27 +2042,27 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 32, - "last_update": "2025-08-02 02:49:32", - "author_account_age_days": 1825 + "last_update": "2025-08-14 05:07:13", + "author_account_age_days": 1826 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 3, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4032 + "author_account_age_days": 4033 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2584 + "author_account_age_days": 2585 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, @@ -2077,12 +2082,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2112,17 +2117,17 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2798 + "author_account_age_days": 2799 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, @@ -2137,7 +2142,7 @@ "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/Gourieff/ComfyUI-ReActor": { "stars": 718, @@ -2162,27 +2167,27 @@ "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, @@ -2192,7 +2197,7 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, @@ -2202,7 +2207,7 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, @@ -2212,7 +2217,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2225,7 +2230,7 @@ "author_account_age_days": 244 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { - "stars": 5, + "stars": 9, "last_update": "2025-08-12 20:03:12", "author_account_age_days": 244 }, @@ -2262,22 +2267,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, "last_update": "2025-08-11 12:06:46", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2287,62 +2292,62 @@ "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2653 + "author_account_age_days": 2654 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, @@ -2352,7 +2357,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2382,42 +2387,42 @@ "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2113 + "author_account_age_days": 2114 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2585 + "author_account_age_days": 2586 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, @@ -2442,7 +2447,7 @@ "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, @@ -2457,7 +2462,7 @@ "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2467,17 +2472,17 @@ "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, @@ -2502,27 +2507,27 @@ "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4237 + "author_account_age_days": 4238 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, @@ -2532,7 +2537,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2567,32 +2572,32 @@ "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 190, + "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 190, + "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 110, + "stars": 111, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 110, + "stars": 111, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2617,7 +2622,7 @@ "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, @@ -2637,7 +2642,7 @@ "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -2657,17 +2662,17 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1105 + "author_account_age_days": 1106 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5301 + "author_account_age_days": 5302 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, @@ -2697,25 +2702,25 @@ "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 14, - "last_update": "2025-07-24 00:45:41", + "last_update": "2025-08-13 18:18:30", "author_account_age_days": 4796 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 773, + "stars": 774, "last_update": "2025-03-14 16:47:41", "author_account_age_days": 2595 }, @@ -2727,7 +2732,7 @@ "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3769 + "author_account_age_days": 3770 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 33, @@ -2737,12 +2742,12 @@ "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, @@ -2762,27 +2767,27 @@ "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { - "stars": 18, + "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, @@ -2797,7 +2802,7 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, @@ -2807,7 +2812,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, @@ -2817,22 +2822,22 @@ "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 498, "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, @@ -2847,12 +2852,12 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2860,59 +2865,59 @@ "author_account_age_days": 419 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 851, + "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3234, + "stars": 3239, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1152, + "stars": 1154, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5983 + "author_account_age_days": 5984 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 135, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, @@ -2940,19 +2945,19 @@ "author_account_age_days": 510 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 214, + "stars": 217, "last_update": "2025-08-08 02:38:57", "author_account_age_days": 510 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 45 + "author_account_age_days": 46 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, @@ -2962,22 +2967,22 @@ "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 316 + "author_account_age_days": 317 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1547 + "author_account_age_days": 1548 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -2992,57 +2997,57 @@ "https://github.com/LatentRat/comfy_remote_run": { "stars": 7, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 133, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/Lerc/canvas_tab": { "stars": 195, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5782 + "author_account_age_days": 5783 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 15, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 8, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3017 + "author_account_age_days": 3018 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, @@ -3065,24 +3070,24 @@ "author_account_age_days": 399 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2308, + "stars": 2307, "last_update": "2025-07-16 15:41:42", "author_account_age_days": 4606 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3112,26 +3117,26 @@ "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2856 + "author_account_age_days": 2857 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { - "stars": 0, + "stars": 1, "last_update": "2025-08-09 06:04:38", "author_account_age_days": 199 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 34, - "last_update": "2025-08-13 15:27:24", + "stars": 35, + "last_update": "2025-08-14 08:44:41", "author_account_age_days": 4634 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { @@ -3162,52 +3167,52 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3272 + "author_account_age_days": 3273 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3272 + "author_account_age_days": 3273 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 60, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2065 + "author_account_age_days": 2066 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, @@ -3220,29 +3225,29 @@ "author_account_age_days": 2197 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { - "stars": 8, + "stars": 9, "last_update": "2025-06-14 10:33:54", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 9, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, @@ -3252,7 +3257,7 @@ "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, @@ -3262,17 +3267,17 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3287,37 +3292,37 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3311 + "author_account_age_days": 3312 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 89, + "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, @@ -3325,32 +3330,32 @@ "author_account_age_days": 5747 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { - "stars": 6, + "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 86, + "stars": 87, "last_update": "2025-07-04 11:35:57", "author_account_age_days": 1972 }, @@ -3377,12 +3382,12 @@ "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, @@ -3395,7 +3400,7 @@ "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 334, + "stars": 335, "last_update": "2024-08-16 18:57:07", "author_account_age_days": 481 }, @@ -3406,7 +3411,7 @@ }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 116, - "last_update": "2025-03-14 06:36:29", + "last_update": "2025-08-14 07:01:19", "author_account_age_days": 481 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { @@ -3442,17 +3447,17 @@ "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3339 + "author_account_age_days": 3340 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, @@ -3460,9 +3465,9 @@ "author_account_age_days": 245 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 46, + "stars": 47, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, @@ -3492,32 +3497,32 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4809 + "author_account_age_days": 4810 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3310, + "stars": 3312, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 550, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3460 + "author_account_age_days": 3461 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, @@ -3527,7 +3532,7 @@ "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 11, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 69, @@ -3537,32 +3542,32 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, - "last_update": "2025-08-11 15:02:44", - "author_account_age_days": 777 + "last_update": "2025-08-14 06:30:14", + "author_account_age_days": 778 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3572,12 +3577,12 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, @@ -3602,7 +3607,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3612,7 +3617,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1360 + "author_account_age_days": 1361 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3627,37 +3632,37 @@ "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1195, + "stars": 1196, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 32, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4246 + "author_account_age_days": 4247 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, @@ -3667,7 +3672,7 @@ "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, @@ -3677,12 +3682,12 @@ "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3702,7 +3707,7 @@ "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, @@ -3712,12 +3717,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, @@ -3727,17 +3732,17 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3747,32 +3752,32 @@ "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 55, + "stars": 56, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, @@ -3792,7 +3797,7 @@ "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, @@ -3802,12 +3807,12 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5640 + "author_account_age_days": 5641 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, @@ -3822,22 +3827,22 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/Pirog17000/Pirogs-Nodes": { - "stars": 0, - "last_update": "2025-08-13 22:22:26", - "author_account_age_days": 4627 + "stars": 2, + "last_update": "2025-08-14 00:26:09", + "author_account_age_days": 4628 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, @@ -3847,12 +3852,12 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2966 + "author_account_age_days": 2967 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, @@ -3860,24 +3865,24 @@ "author_account_age_days": 3807 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2465, + "stars": 2468, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3857 + "author_account_age_days": 3858 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-05 15:18:08", - "author_account_age_days": 3857 + "author_account_age_days": 3858 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, @@ -3887,7 +3892,7 @@ "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -3897,22 +3902,22 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { - "stars": 5, + "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, @@ -3922,7 +3927,7 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, @@ -3930,9 +3935,9 @@ "author_account_age_days": 4347 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 2, - "last_update": "2025-08-13 17:47:52", - "author_account_age_days": 205 + "stars": 4, + "last_update": "2025-08-14 03:59:37", + "author_account_age_days": 206 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, @@ -3947,12 +3952,12 @@ "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, @@ -3962,72 +3967,72 @@ "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, "last_update": "2025-08-13 19:31:10", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, @@ -4037,7 +4042,7 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 107, @@ -4062,22 +4067,22 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, @@ -4097,12 +4102,12 @@ "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, @@ -4127,22 +4132,22 @@ "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -4177,22 +4182,22 @@ "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { "stars": 15, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4202,12 +4207,12 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 17, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, @@ -4222,27 +4227,27 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 54, + "stars": 55, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 854, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, @@ -4252,22 +4257,22 @@ "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5300 + "author_account_age_days": 5301 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 426, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, @@ -4277,32 +4282,32 @@ "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, @@ -4312,192 +4317,192 @@ "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 8, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 110, + "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 880, + "stars": 882, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 12, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 86, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 70, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4507,7 +4512,7 @@ "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, @@ -4522,22 +4527,22 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, @@ -4547,7 +4552,7 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, @@ -4587,7 +4592,7 @@ "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, @@ -4622,62 +4627,62 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 14, + "stars": 15, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, @@ -4692,7 +4697,7 @@ "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, @@ -4702,7 +4707,7 @@ "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3961 + "author_account_age_days": 3962 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, @@ -4712,72 +4717,72 @@ "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 43, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { - "stars": 218, + "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 282 + "author_account_age_days": 283 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3993 + "author_account_age_days": 3994 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 968, @@ -4801,28 +4806,28 @@ }, "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": { "stars": 0, - "last_update": "2025-08-13 17:07:50", + "last_update": "2025-08-14 07:26:38", "author_account_age_days": 811 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 84, + "stars": 85, "last_update": "2025-05-25 02:27:01", "author_account_age_days": 1957 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, @@ -4837,7 +4842,7 @@ "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, @@ -4852,47 +4857,47 @@ "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 115, + "stars": 116, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 740, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, @@ -4902,42 +4907,42 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3579 + "author_account_age_days": 3580 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, @@ -4945,14 +4950,14 @@ "author_account_age_days": 1284 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { - "stars": 541, + "stars": 542, "last_update": "2024-08-20 02:44:02", "author_account_age_days": 1284 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, @@ -4962,7 +4967,7 @@ "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 138, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, @@ -4977,7 +4982,7 @@ "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, @@ -4997,32 +5002,32 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 539, + "stars": 540, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -5030,34 +5035,34 @@ "author_account_age_days": 3085 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 165, + "stars": 166, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5067,7 +5072,7 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 128, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 243, @@ -5077,7 +5082,7 @@ "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 6, @@ -5087,12 +5092,12 @@ "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 293, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5760 + "author_account_age_days": 5761 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, @@ -5132,52 +5137,52 @@ "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 16, "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 241, + "stars": 242, "last_update": "2025-08-12 18:32:23", "author_account_age_days": 1335 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2325 + "author_account_age_days": 2326 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5187,12 +5192,12 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, @@ -5217,7 +5222,7 @@ "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 22, @@ -5227,17 +5232,17 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5247,22 +5252,22 @@ "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 133 + "author_account_age_days": 134 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1614, @@ -5272,7 +5277,7 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, @@ -5287,17 +5292,17 @@ "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, @@ -5312,42 +5317,42 @@ "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, @@ -5362,7 +5367,7 @@ "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, "last_update": "2025-07-16 08:15:03", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, @@ -5372,182 +5377,182 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1201 + "author_account_age_days": 1202 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 26, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 4, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 119, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1821 + "author_account_age_days": 1822 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5580,7 +5585,7 @@ "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1430, + "stars": 1429, "last_update": "2024-05-22 13:57:55", "author_account_age_days": 755 }, @@ -5605,7 +5610,7 @@ "author_account_age_days": 755 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 214, + "stars": 215, "last_update": "2024-05-22 14:14:57", "author_account_age_days": 755 }, @@ -5642,17 +5647,17 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1698 + "author_account_age_days": 1699 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 1, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5662,17 +5667,17 @@ "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5680,7 +5685,7 @@ "author_account_age_days": 1609 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 210, + "stars": 212, "last_update": "2025-08-06 15:14:29", "author_account_age_days": 1618 }, @@ -5707,32 +5712,32 @@ "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5217 + "author_account_age_days": 5218 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, @@ -5752,7 +5757,7 @@ "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, @@ -5762,7 +5767,7 @@ "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 334, @@ -5772,7 +5777,7 @@ "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -5782,22 +5787,22 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2637 + "author_account_age_days": 2638 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, @@ -5817,17 +5822,17 @@ "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 129, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 105, - "last_update": "2025-08-13 03:21:17", - "author_account_age_days": 319 + "last_update": "2025-08-14 02:08:45", + "author_account_age_days": 320 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5852,22 +5857,22 @@ "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1275, + "stars": 1281, "last_update": "2025-08-13 11:20:11", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, @@ -5877,87 +5882,87 @@ "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, - "last_update": "2025-08-12 06:33:15", - "author_account_age_days": 1069 + "last_update": "2025-08-14 06:08:02", + "author_account_age_days": 1070 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 230, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 304, + "stars": 305, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3905 + "author_account_age_days": 3906 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, @@ -5967,7 +5972,7 @@ "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2240 + "author_account_age_days": 2241 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, @@ -5977,12 +5982,12 @@ "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -6017,17 +6022,17 @@ "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 23, - "last_update": "2025-08-13 15:35:41", - "author_account_age_days": 3701 + "stars": 24, + "last_update": "2025-08-14 10:50:34", + "author_account_age_days": 3702 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6045,19 +6050,19 @@ "author_account_age_days": 3095 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1259, + "stars": 1260, "last_update": "2025-04-21 06:36:02", "author_account_age_days": 904 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5275 + "author_account_age_days": 5276 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 80, + "stars": 81, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, @@ -6072,27 +6077,27 @@ "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2409 + "author_account_age_days": 2410 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, @@ -6102,7 +6107,7 @@ "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6117,7 +6122,7 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, @@ -6132,17 +6137,17 @@ "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 74, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3949 + "author_account_age_days": 3950 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, @@ -6172,17 +6177,17 @@ "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 44, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5326 + "author_account_age_days": 5327 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, @@ -6192,12 +6197,12 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, @@ -6212,12 +6217,12 @@ "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4513 + "author_account_age_days": 4514 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 265, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, @@ -6237,32 +6242,32 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3973 + "author_account_age_days": 3974 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6272,17 +6277,17 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, @@ -6292,7 +6297,7 @@ "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, @@ -6302,12 +6307,12 @@ "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/banodoco/steerable-motion": { "stars": 924, @@ -6327,17 +6332,17 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4602 + "author_account_age_days": 4603 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 105, + "stars": 106, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 40 + "author_account_age_days": 41 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, @@ -6357,12 +6362,12 @@ "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6382,137 +6387,137 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2325 + "author_account_age_days": 2326 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { "stars": 118, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { - "stars": 110, + "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 49, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 134, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 98, + "stars": 99, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, @@ -6522,12 +6527,12 @@ "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, @@ -6562,7 +6567,7 @@ "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6572,12 +6577,12 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, @@ -6587,32 +6592,32 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4982 + "author_account_age_days": 4983 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, @@ -6622,32 +6627,32 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3829 + "author_account_age_days": 3830 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, @@ -6657,32 +6662,32 @@ "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4513 + "author_account_age_days": 4514 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, @@ -6717,7 +6722,7 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5570 + "author_account_age_days": 5571 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6732,32 +6737,32 @@ "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 1, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5101 + "author_account_age_days": 5102 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5101 + "author_account_age_days": 5102 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5060 + "author_account_age_days": 5061 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5060 + "author_account_age_days": 5061 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5060 + "author_account_age_days": 5061 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, @@ -6787,17 +6792,17 @@ "https://github.com/bytedance/ComfyUI-HyperLoRA": { "stars": 395, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 251, + "stars": 252, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 381, + "stars": 382, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, @@ -6815,12 +6820,12 @@ "author_account_age_days": 297 }, "https://github.com/calcuis/gguf": { - "stars": 101, - "last_update": "2025-08-12 05:17:35", - "author_account_age_days": 1062 + "stars": 102, + "last_update": "2025-08-14 04:58:49", + "author_account_age_days": 1063 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { - "stars": 46, + "stars": 47, "last_update": "2024-09-02 23:00:00", "author_account_age_days": 3718 }, @@ -6847,7 +6852,7 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, @@ -6857,12 +6862,12 @@ "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 474, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, @@ -6872,22 +6877,22 @@ "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -6907,7 +6912,7 @@ "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, @@ -6915,39 +6920,39 @@ "author_account_age_days": 3097 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { - "stars": 137, + "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1568 + "author_account_age_days": 1569 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4251 + "author_account_age_days": 4252 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4251 + "author_account_age_days": 4252 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1608 + "author_account_age_days": 1609 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, @@ -7120,7 +7125,7 @@ "author_account_age_days": 3593 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 264, + "stars": 266, "last_update": "2025-06-25 14:30:23", "author_account_age_days": 702 }, @@ -7137,7 +7142,7 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3830 + "author_account_age_days": 3831 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -7152,77 +7157,77 @@ "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 353, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2498, + "stars": 2501, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 439, + "stars": 440, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 110, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5938 + "author_account_age_days": 5939 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 641 + "author_account_age_days": 642 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2135 + "author_account_age_days": 2136 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, @@ -7232,32 +7237,32 @@ "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 76, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 769, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, @@ -7270,44 +7275,44 @@ "author_account_age_days": 2470 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 273, + "stars": 274, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7337,67 +7342,67 @@ "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5785 + "author_account_age_days": 5786 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2357, + "stars": 2360, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 516, + "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1013 + "author_account_age_days": 1014 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7407,7 +7412,7 @@ "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, @@ -7422,7 +7427,7 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, @@ -7432,27 +7437,27 @@ "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 23 + "author_account_age_days": 24 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6264 + "author_account_age_days": 6265 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, @@ -7460,19 +7465,19 @@ "author_account_age_days": 582 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85391, - "last_update": "2025-08-13 21:06:25", - "author_account_age_days": 964 + "stars": 85455, + "last_update": "2025-08-14 02:47:17", + "author_account_age_days": 965 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 637, + "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7492,37 +7497,37 @@ "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5024 + "author_account_age_days": 5025 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5078 + "author_account_age_days": 5079 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5078 + "author_account_age_days": 5079 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7532,27 +7537,27 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 107, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, @@ -7565,54 +7570,54 @@ "author_account_age_days": 182 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1356, + "stars": 1358, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 475, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5380, + "stars": 5382, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_InstantID": { "stars": 1693, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 913, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 879, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3667 + "author_account_age_days": 3668 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, @@ -7687,7 +7692,7 @@ "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, @@ -7707,7 +7712,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5739 + "author_account_age_days": 5740 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, @@ -7717,72 +7722,72 @@ "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4879 + "author_account_age_days": 4880 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5128 + "author_account_age_days": 5129 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5128 + "author_account_age_days": 5129 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4950 + "author_account_age_days": 4951 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 145, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4950 + "author_account_age_days": 4951 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, @@ -7792,42 +7797,42 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5711 + "author_account_age_days": 5712 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5711 + "author_account_age_days": 5712 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6389 + "author_account_age_days": 6390 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6389 + "author_account_age_days": 6390 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, @@ -7847,12 +7852,12 @@ "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3829 + "author_account_age_days": 3830 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 4, - "last_update": "2025-08-13 16:52:02", - "author_account_age_days": 543 + "stars": 5, + "last_update": "2025-08-14 02:07:51", + "author_account_age_days": 544 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7862,7 +7867,7 @@ "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, @@ -7880,7 +7885,7 @@ "author_account_age_days": 1885 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 366, + "stars": 367, "last_update": "2025-07-07 19:02:24", "author_account_age_days": 4699 }, @@ -7892,22 +7897,22 @@ "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 674 + "author_account_age_days": 675 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, @@ -7927,22 +7932,22 @@ "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 5, "last_update": "2025-08-12 04:16:10", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -7967,12 +7972,12 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, @@ -7987,12 +7992,12 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5218 + "author_account_age_days": 5219 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, @@ -8007,27 +8012,27 @@ "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 56, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/edoardocarmignani/extralinks": { - "stars": 0, + "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2868 + "author_account_age_days": 2869 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, @@ -8042,22 +8047,22 @@ "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2489 + "author_account_age_days": 2490 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2938 + "author_account_age_days": 2939 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/eric183/ComfyUI-Only": { "stars": 2, @@ -8072,17 +8077,17 @@ "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1410 + "author_account_age_days": 1411 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, @@ -8102,7 +8107,7 @@ "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 19, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8112,37 +8117,37 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 13, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 216, + "stars": 217, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, @@ -8157,37 +8162,37 @@ "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5352 + "author_account_age_days": 5353 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 2, "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3779 + "author_account_age_days": 3780 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, @@ -8197,7 +8202,7 @@ "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8212,7 +8217,7 @@ "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, @@ -8222,17 +8227,17 @@ "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8242,22 +8247,22 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 148, + "stars": 149, "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 430, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, @@ -8267,7 +8272,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8317,12 +8322,12 @@ "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 1, + "stars": 0, "last_update": "2025-08-13 16:04:29", - "author_account_age_days": 3062 + "author_account_age_days": 3063 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, @@ -8332,7 +8337,7 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -8367,7 +8372,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8377,7 +8382,7 @@ "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, @@ -8417,7 +8422,7 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, @@ -8427,32 +8432,32 @@ "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 80, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, @@ -8477,12 +8482,12 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, @@ -8497,12 +8502,12 @@ "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5367 + "author_account_age_days": 5368 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3963 + "author_account_age_days": 3964 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8512,47 +8517,47 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5414 + "author_account_age_days": 5415 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3457 + "author_account_age_days": 3458 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, @@ -8562,7 +8567,7 @@ "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8582,12 +8587,12 @@ "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, @@ -8597,17 +8602,17 @@ "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, @@ -8642,7 +8647,7 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, @@ -8652,22 +8657,22 @@ "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4684 + "author_account_age_days": 4685 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4684 + "author_account_age_days": 4685 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, @@ -8702,27 +8707,27 @@ "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4261 + "author_account_age_days": 4262 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1570 + "author_account_age_days": 1571 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4608 + "author_account_age_days": 4609 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 2, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4608 + "author_account_age_days": 4609 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8742,82 +8747,82 @@ "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1958, - "last_update": "2025-08-13 07:05:54", - "author_account_age_days": 657 + "stars": 1984, + "last_update": "2025-08-14 03:51:20", + "author_account_age_days": 658 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { - "stars": 197, + "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 142, "last_update": "2025-08-11 09:01:06", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 0, @@ -8835,14 +8840,14 @@ "author_account_age_days": 4579 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1849, + "stars": 1852, "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8852,17 +8857,17 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 22, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 931 + "author_account_age_days": 932 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -8872,7 +8877,7 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2217 + "author_account_age_days": 2218 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, @@ -8882,55 +8887,55 @@ "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5058 + "author_account_age_days": 5059 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 431, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 626, + "stars": 627, "last_update": "2025-02-25 16:35:36", "author_account_age_days": 3291 }, @@ -8940,7 +8945,7 @@ "author_account_age_days": 3291 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 106, + "stars": 107, "last_update": "2024-07-31 13:44:16", "author_account_age_days": 3291 }, @@ -8962,32 +8967,32 @@ "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6055 + "author_account_age_days": 6056 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, @@ -9017,7 +9022,7 @@ "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, @@ -9032,22 +9037,22 @@ "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3435 + "author_account_age_days": 3436 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9062,87 +9067,87 @@ "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4810 + "author_account_age_days": 4811 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 217, + "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5706 + "author_account_age_days": 5707 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 662, + "stars": 663, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { - "stars": 169, + "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 51, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI-yt_dl": { - "stars": 1, + "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, @@ -9152,12 +9157,12 @@ "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, @@ -9172,12 +9177,12 @@ "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, @@ -9187,12 +9192,12 @@ "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4841 + "author_account_age_days": 4842 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, @@ -9215,9 +9220,9 @@ "author_account_age_days": 4286 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 46, + "stars": 48, "last_update": "2025-08-01 01:43:26", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 101, @@ -9242,7 +9247,7 @@ "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9302,12 +9307,12 @@ "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, @@ -9317,32 +9322,32 @@ "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3452 + "author_account_age_days": 3453 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3544 + "author_account_age_days": 3545 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, @@ -9352,12 +9357,12 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, @@ -9372,22 +9377,22 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4399 + "author_account_age_days": 4400 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, @@ -9397,7 +9402,7 @@ "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5213 + "author_account_age_days": 5214 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, @@ -9407,7 +9412,7 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5408 + "author_account_age_days": 5409 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, @@ -9422,22 +9427,22 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2279 + "author_account_age_days": 2280 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -9447,22 +9452,22 @@ "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 57, - "last_update": "2025-08-12 13:13:03", - "author_account_age_days": 5168 + "stars": 60, + "last_update": "2025-08-14 04:38:07", + "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9495,19 +9500,19 @@ "author_account_age_days": 2261 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 446, + "stars": 447, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-02 15:40:12", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, - "last_update": "2025-08-13 14:27:49", - "author_account_age_days": 165 + "last_update": "2025-08-14 05:05:57", + "author_account_age_days": 166 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, @@ -9522,17 +9527,17 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3121 + "author_account_age_days": 3122 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, @@ -9542,7 +9547,7 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, @@ -9557,12 +9562,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 92, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, @@ -9572,32 +9577,32 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5096 + "author_account_age_days": 5097 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 5, @@ -9612,7 +9617,7 @@ "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, @@ -9620,9 +9625,9 @@ "author_account_age_days": 1926 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 6, + "stars": 7, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3072 + "author_account_age_days": 3073 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, @@ -9632,12 +9637,12 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, @@ -9647,22 +9652,22 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, @@ -9675,9 +9680,9 @@ "author_account_age_days": 3404 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 49, + "stars": 50, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5304 + "author_account_age_days": 5305 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, @@ -9697,12 +9702,12 @@ "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1374 + "author_account_age_days": 1375 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 176, @@ -9740,7 +9745,7 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 341, + "stars": 342, "last_update": "2025-06-16 13:16:52", "author_account_age_days": 2598 }, @@ -9795,12 +9800,12 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1631, + "stars": 1633, "last_update": "2025-08-06 20:15:14", "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { - "stars": 598, + "stars": 599, "last_update": "2024-10-18 08:47:45", "author_account_age_days": 2598 }, @@ -9830,7 +9835,7 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-Lotus": { - "stars": 139, + "stars": 140, "last_update": "2024-10-13 12:33:24", "author_account_age_days": 2598 }, @@ -9845,7 +9850,7 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 503, + "stars": 504, "last_update": "2025-01-12 17:34:34", "author_account_age_days": 2598 }, @@ -9865,7 +9870,7 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2058, + "stars": 2059, "last_update": "2025-06-07 09:17:40", "author_account_age_days": 2598 }, @@ -9880,9 +9885,9 @@ "author_account_age_days": 2598 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3956, - "last_update": "2025-08-13 22:29:16", - "author_account_age_days": 2598 + "stars": 3974, + "last_update": "2025-08-14 12:41:34", + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -9907,22 +9912,22 @@ "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/kk8bit/KayTool": { "stars": 191, @@ -9932,52 +9937,52 @@ "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3306 + "author_account_age_days": 3307 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2224 + "author_account_age_days": 2225 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 58 + "author_account_age_days": 59 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, @@ -9987,12 +9992,12 @@ "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, @@ -10017,47 +10022,47 @@ "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2072 + "author_account_age_days": 2073 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 76, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, @@ -10067,22 +10072,22 @@ "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, @@ -10092,107 +10097,107 @@ "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3932 + "author_account_age_days": 3933 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, @@ -10207,12 +10212,12 @@ "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -10222,17 +10227,17 @@ "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, @@ -10252,27 +10257,27 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10282,7 +10287,7 @@ "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10307,7 +10312,7 @@ "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, @@ -10335,7 +10340,7 @@ "author_account_age_days": 4462 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 98, + "stars": 99, "last_update": "2024-08-12 17:38:17", "author_account_age_days": 3623 }, @@ -10362,57 +10367,57 @@ "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3121 + "author_account_age_days": 3122 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 406, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2508 + "author_account_age_days": 2509 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, @@ -10422,106 +10427,106 @@ "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1361, + "stars": 1363, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, - "last_update": "2025-07-05 15:44:08", + "last_update": "2025-08-14 08:20:40", "author_account_age_days": 304 }, "https://github.com/longgui0318/comfyui-common-util": { @@ -10547,17 +10552,17 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 785, @@ -10580,7 +10585,7 @@ "author_account_age_days": 4078 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { - "stars": 233, + "stars": 234, "last_update": "2025-04-03 09:09:43", "author_account_age_days": 4078 }, @@ -10595,44 +10600,44 @@ "author_account_age_days": 4078 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2625, + "stars": 2624, "last_update": "2025-08-13 09:21:54", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 242, + "stars": 243, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 640, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11135, - "last_update": "2025-08-13 17:21:37", - "author_account_age_days": 490 + "stars": 11147, + "last_update": "2025-08-14 03:01:29", + "author_account_age_days": 491 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { "stars": 64, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1809 + "author_account_age_days": 1810 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10647,7 +10652,7 @@ "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 93, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, @@ -10657,27 +10662,27 @@ "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 45, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 0, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, @@ -10687,17 +10692,17 @@ "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, @@ -10707,12 +10712,12 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, @@ -10722,27 +10727,27 @@ "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10757,7 +10762,7 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6169 + "author_account_age_days": 6170 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, @@ -10767,17 +10772,17 @@ "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5599 + "author_account_age_days": 5600 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5599 + "author_account_age_days": 5600 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, @@ -10792,7 +10797,7 @@ "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5190 + "author_account_age_days": 5191 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 8, @@ -10812,32 +10817,32 @@ "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1822 + "author_account_age_days": 1823 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, @@ -10847,7 +10852,7 @@ "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, @@ -10857,7 +10862,7 @@ "https://github.com/mav-rik/facerestore_cf": { "stars": 290, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3335 + "author_account_age_days": 3336 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10877,7 +10882,7 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-03 10:43:32", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1219, @@ -10892,17 +10897,17 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3618 + "author_account_age_days": 3619 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, @@ -10917,42 +10922,42 @@ "https://github.com/melMass/comfy_mtb": { "stars": 601, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { - "stars": 36, + "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5888 + "author_account_age_days": 5889 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5888 + "author_account_age_days": 5889 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, @@ -10967,32 +10972,32 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 27, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, - "last_update": "2025-07-29 22:41:08", - "author_account_age_days": 5771 + "last_update": "2025-08-14 06:22:31", + "author_account_age_days": 5772 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, @@ -11002,27 +11007,27 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6331 + "author_account_age_days": 6332 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6331 + "author_account_age_days": 6332 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 336 + "author_account_age_days": 337 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, @@ -11032,47 +11037,47 @@ "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1846, - "last_update": "2025-08-08 01:48:27", - "author_account_age_days": 30 + "stars": 1851, + "last_update": "2025-08-14 06:57:47", + "author_account_age_days": 31 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, @@ -11082,7 +11087,7 @@ "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1130 + "author_account_age_days": 1131 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, @@ -11092,12 +11097,12 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, @@ -11107,7 +11112,7 @@ "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3599 + "author_account_age_days": 3600 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, @@ -11117,7 +11122,7 @@ "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, @@ -11132,7 +11137,7 @@ "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, @@ -11147,12 +11152,12 @@ "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, @@ -11162,7 +11167,7 @@ "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 154, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, @@ -11172,12 +11177,12 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, @@ -11187,17 +11192,17 @@ "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1239 + "author_account_age_days": 1240 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, @@ -11207,7 +11212,7 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 61 + "author_account_age_days": 62 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, @@ -11217,22 +11222,22 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, @@ -11242,12 +11247,12 @@ "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, @@ -11257,45 +11262,45 @@ "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 198, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { - "stars": 37, + "stars": 38, "last_update": "2025-07-29 06:18:40", "author_account_age_days": 151 }, @@ -11317,7 +11322,7 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 215, @@ -11340,14 +11345,14 @@ "author_account_age_days": 5135 }, "https://github.com/niknah/quick-connections": { - "stars": 317, + "stars": 318, "last_update": "2025-07-15 11:50:24", "author_account_age_days": 5135 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-13 16:09:55", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, @@ -11357,7 +11362,7 @@ "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, @@ -11375,7 +11380,7 @@ "author_account_age_days": 4722 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { - "stars": 0, + "stars": 2, "last_update": "2025-08-13 13:04:06", "author_account_age_days": 3873 }, @@ -11390,7 +11395,7 @@ "author_account_age_days": 575 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 20, + "stars": 21, "last_update": "2025-03-30 08:19:25", "author_account_age_days": 575 }, @@ -11412,7 +11417,7 @@ "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, @@ -11422,17 +11427,17 @@ "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1627 + "author_account_age_days": 1628 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, @@ -11447,7 +11452,7 @@ "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, @@ -11457,22 +11462,22 @@ "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2132 + "author_account_age_days": 2133 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 907, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, @@ -11480,7 +11485,7 @@ "author_account_age_days": 5199 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 520, + "stars": 521, "last_update": "2025-08-12 14:44:24", "author_account_age_days": 5199 }, @@ -11495,52 +11500,52 @@ "author_account_age_days": 968 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { - "stars": 4, + "stars": 5, "last_update": "2025-08-09 18:08:18", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { - "stars": 10, + "stars": 11, "last_update": "2025-08-09 18:11:21", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { - "stars": 30, + "stars": 31, "last_update": "2025-08-09 18:15:36", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { - "stars": 39, + "stars": 40, "last_update": "2025-08-13 19:48:22", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { - "stars": 1, + "stars": 2, "last_update": "2025-08-09 18:46:59", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { - "stars": 31, + "stars": 32, "last_update": "2025-08-09 17:58:21", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { - "stars": 6, + "stars": 7, "last_update": "2025-08-09 18:37:17", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { - "stars": 13, + "stars": 14, "last_update": "2025-08-08 12:50:29", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { - "stars": 36, + "stars": 37, "last_update": "2025-08-09 18:42:14", "author_account_age_days": 2888 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { - "stars": 10, + "stars": 11, "last_update": "2025-06-09 18:55:46", "author_account_age_days": 2888 }, @@ -11552,52 +11557,52 @@ "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, @@ -11662,17 +11667,17 @@ "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, @@ -11682,7 +11687,7 @@ "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11692,12 +11697,12 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5468 + "author_account_age_days": 5469 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5468 + "author_account_age_days": 5469 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, @@ -11722,12 +11727,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11742,7 +11747,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11757,17 +11762,17 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, @@ -11777,25 +11782,25 @@ "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5423 + "author_account_age_days": 5424 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { - "stars": 184, + "stars": 185, "last_update": "2025-04-24 09:51:25", "author_account_age_days": 1079 }, @@ -11812,27 +11817,27 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, @@ -11842,47 +11847,47 @@ "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, @@ -11890,54 +11895,54 @@ "author_account_age_days": 216 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 398, - "last_update": "2025-08-13 10:21:06", + "stars": 399, + "last_update": "2025-08-13 21:27:03", "author_account_age_days": 3922 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5983 + "author_account_age_days": 5984 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, @@ -11947,40 +11952,40 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5353 + "author_account_age_days": 5354 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5353 + "author_account_age_days": 5354 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-11 17:01:06", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1958, + "stars": 1961, "last_update": "2025-07-28 00:10:36", "author_account_age_days": 3112 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2613, + "stars": 2614, "last_update": "2025-08-09 16:18:21", "author_account_age_days": 913 }, @@ -12062,17 +12067,17 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, - "last_update": "2025-08-10 06:02:33", - "author_account_age_days": 87 + "last_update": "2025-08-14 00:55:27", + "author_account_age_days": 88 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, @@ -12092,12 +12097,12 @@ "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3578 + "author_account_age_days": 3579 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-12 23:55:01", - "author_account_age_days": 3578 + "author_account_age_days": 3579 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12107,12 +12112,12 @@ "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -12122,17 +12127,17 @@ "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-13 09:32:35", + "last_update": "2025-08-14 11:40:43", "author_account_age_days": 5671 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4909 + "author_account_age_days": 4910 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, @@ -12142,27 +12147,27 @@ "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2419 + "author_account_age_days": 2420 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3839 + "author_account_age_days": 3840 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 41, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6036 + "author_account_age_days": 6037 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, @@ -12177,12 +12182,12 @@ "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, @@ -12202,17 +12207,17 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 188, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2120, + "stars": 2121, "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5389 + "author_account_age_days": 5390 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, @@ -12227,12 +12232,12 @@ "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, @@ -12242,27 +12247,27 @@ "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, @@ -12277,22 +12282,22 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/robertvoy/ComfyUI-Distributed": { "stars": 231, "last_update": "2025-08-13 00:00:37", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 218, + "stars": 217, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4520 + "author_account_age_days": 4521 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12307,12 +12312,12 @@ "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, @@ -12327,32 +12332,32 @@ "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 2, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12392,47 +12397,47 @@ "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 540, + "stars": 541, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4104 + "author_account_age_days": 4105 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 3, @@ -12442,22 +12447,22 @@ "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, @@ -12465,7 +12470,7 @@ "author_account_age_days": 366 }, "https://github.com/scraed/LanPaint": { - "stars": 424, + "stars": 425, "last_update": "2025-08-08 06:14:39", "author_account_age_days": 3878 }, @@ -12477,7 +12482,7 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, @@ -12487,22 +12492,22 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3747 + "author_account_age_days": 3748 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12522,12 +12527,12 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 223, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, @@ -12552,22 +12557,22 @@ "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1682, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, @@ -12587,7 +12592,7 @@ "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, @@ -12597,47 +12602,47 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 466, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12647,12 +12652,12 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, @@ -12662,12 +12667,12 @@ "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, - "last_update": "2025-08-13 12:15:30", - "author_account_age_days": 131 + "last_update": "2025-08-14 08:18:47", + "author_account_age_days": 132 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -12677,7 +12682,7 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/siliconflow/BizyAir": { "stars": 743, @@ -12692,47 +12697,47 @@ "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1522 + "author_account_age_days": 1523 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, @@ -12742,42 +12747,42 @@ "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4178 + "author_account_age_days": 4179 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2497 + "author_account_age_days": 2498 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12787,252 +12792,252 @@ "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { "stars": 181, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 655, + "stars": 656, "last_update": "2025-08-13 02:16:54", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 240, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 21, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_SVFR": { - "stars": 95, + "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 69, + "stars": 70, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1073, + "stars": 1075, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 460, "last_update": "2025-08-08 01:31:24", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, @@ -13047,17 +13052,17 @@ "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, @@ -13067,67 +13072,67 @@ "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 215, + "stars": 216, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 241, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13135,14 +13140,14 @@ "author_account_age_days": 5156 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 219, + "stars": 220, "last_update": "2025-03-14 08:48:11", "author_account_age_days": 5156 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5646 + "author_account_age_days": 5647 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13150,24 +13155,24 @@ "author_account_age_days": 217 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1272, + "stars": 1273, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, @@ -13175,34 +13180,34 @@ "author_account_age_days": 4499 }, "https://github.com/stavsap/comfyui-kokoro": { - "stars": 54, + "stars": 55, "last_update": "2025-05-17 13:23:49", "author_account_age_days": 4499 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 606, + "stars": 608, "last_update": "2025-08-04 19:58:04", "author_account_age_days": 4499 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 14, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 50, + "stars": 56, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, @@ -13212,17 +13217,17 @@ "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, @@ -13230,7 +13235,7 @@ "author_account_age_days": 2967 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1000, + "stars": 1001, "last_update": "2024-07-12 10:17:33", "author_account_age_days": 2967 }, @@ -13242,7 +13247,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13262,7 +13267,7 @@ "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6345 + "author_account_age_days": 6346 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, @@ -13287,7 +13292,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13302,27 +13307,27 @@ "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 3, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13332,42 +13337,42 @@ "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-06 09:03:03", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, @@ -13377,10 +13382,10 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/taabata/ComfyCanvas": { - "stars": 90, + "stars": 91, "last_update": "2025-07-10 00:40:21", "author_account_age_days": 2098 }, @@ -13397,20 +13402,20 @@ "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 10, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5336 + "author_account_age_days": 5337 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 603, + "stars": 604, "last_update": "2024-11-11 01:42:30", "author_account_age_days": 971 }, @@ -13422,12 +13427,12 @@ "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 25, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, @@ -13437,27 +13442,27 @@ "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 50, + "stars": 53, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2435 + "author_account_age_days": 2436 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -13472,102 +13477,102 @@ "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3740 + "author_account_age_days": 3741 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, @@ -13577,37 +13582,37 @@ "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2386 + "author_account_age_days": 2387 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2526 + "author_account_age_days": 2527 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 4, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4790 + "author_account_age_days": 4791 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, @@ -13622,10 +13627,10 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 101, + "stars": 102, "last_update": "2025-04-03 08:17:10", "author_account_age_days": 4065 }, @@ -13637,17 +13642,17 @@ "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4235 + "author_account_age_days": 4236 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, @@ -13655,7 +13660,7 @@ "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 60, + "stars": 61, "last_update": "2025-07-26 17:10:23", "author_account_age_days": 3556 }, @@ -13675,7 +13680,7 @@ "author_account_age_days": 3556 }, "https://github.com/tritant/ComfyUI_Relight_Img": { - "stars": 0, + "stars": 1, "last_update": "2025-08-02 12:20:39", "author_account_age_days": 3556 }, @@ -13692,12 +13697,12 @@ "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5804 + "author_account_age_days": 5805 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, @@ -13707,47 +13712,47 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3164 + "author_account_age_days": 3165 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 6, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 54, + "stars": 55, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 869, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, @@ -13755,29 +13760,29 @@ "author_account_age_days": 4118 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 159, + "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, @@ -13787,32 +13792,32 @@ "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 0, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, @@ -13827,12 +13832,12 @@ "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 15, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13842,7 +13847,7 @@ "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, @@ -13852,12 +13857,12 @@ "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -13867,7 +13872,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3515 + "author_account_age_days": 3516 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, @@ -13875,29 +13880,29 @@ "author_account_age_days": 746 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 3, + "stars": 4, "last_update": "2025-08-05 07:33:46", "author_account_age_days": 2686 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1813 + "author_account_age_days": 1814 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -13910,7 +13915,7 @@ "author_account_age_days": 2448 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 139, + "stars": 140, "last_update": "2025-08-11 19:41:21", "author_account_age_days": 5455 }, @@ -13932,35 +13937,35 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 64, + "stars": 65, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5399 + "author_account_age_days": 5400 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 194, + "stars": 195, "last_update": "2025-07-03 02:15:51", "author_account_age_days": 987 }, @@ -13982,12 +13987,12 @@ "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -13997,17 +14002,17 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -14027,17 +14032,17 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3443 + "author_account_age_days": 3444 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, @@ -14055,7 +14060,7 @@ "author_account_age_days": 2323 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 948, + "stars": 949, "last_update": "2025-07-12 04:05:29", "author_account_age_days": 1987 }, @@ -14067,22 +14072,22 @@ "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 71, "last_update": "2025-08-01 16:57:00", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5902 + "author_account_age_days": 5903 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, @@ -14117,22 +14122,22 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 548, - "last_update": "2025-08-13 15:45:49", + "stars": 549, + "last_update": "2025-08-13 23:32:49", "author_account_age_days": 3773 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14142,12 +14147,12 @@ "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3338 + "author_account_age_days": 3339 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, @@ -14162,22 +14167,22 @@ "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3445 + "author_account_age_days": 3446 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6136 + "author_account_age_days": 6137 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6136 + "author_account_age_days": 6137 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, @@ -14192,7 +14197,7 @@ "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, @@ -14202,12 +14207,12 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4600 + "author_account_age_days": 4601 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, @@ -14217,7 +14222,7 @@ "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1847 + "author_account_age_days": 1848 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, @@ -14227,12 +14232,12 @@ "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, @@ -14242,7 +14247,7 @@ "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14252,7 +14257,7 @@ "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, @@ -14272,7 +14277,7 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14282,7 +14287,7 @@ "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, @@ -14292,37 +14297,37 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, @@ -14332,7 +14337,7 @@ "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -14385,7 +14390,7 @@ "author_account_age_days": 540 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { - "stars": 300, + "stars": 301, "last_update": "2025-02-19 05:08:27", "author_account_age_days": 540 }, @@ -14415,54 +14420,54 @@ "author_account_age_days": 3245 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1822, + "stars": 1824, "last_update": "2025-08-09 04:42:39", "author_account_age_days": 1756 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, @@ -14540,7 +14545,7 @@ "author_account_age_days": 2568 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 155, + "stars": 156, "last_update": "2025-07-06 15:49:24", "author_account_age_days": 2568 }, @@ -14577,47 +14582,47 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3675 + "author_account_age_days": 3676 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, @@ -14642,7 +14647,7 @@ "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -14652,7 +14657,7 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, @@ -14661,13 +14666,13 @@ }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, - "last_update": "2025-08-13 01:53:58", - "author_account_age_days": 706 + "last_update": "2025-08-14 06:44:25", + "author_account_age_days": 707 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, @@ -14682,7 +14687,7 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, @@ -14690,29 +14695,29 @@ "author_account_age_days": 4650 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1429, + "stars": 1428, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -14720,7 +14725,7 @@ "author_account_age_days": 3077 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1631, + "stars": 1632, "last_update": "2025-08-10 07:29:29", "author_account_age_days": 4333 }, @@ -14732,16 +14737,16 @@ "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4557 + "author_account_age_days": 4558 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index e3bacfc5..d65a2dc7 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "KohakuBlueleaf", + "title": "hdm-ext [WIP]", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM(HomeDiffusionModel) Extension" + }, { "author": "flybirdxx", "title": "ComfyUI Sliding Window [WIP]", @@ -6245,16 +6255,6 @@ "install_type": "git-clone", "description": "NODES: Zoom and Enhance Nodes, Text To String List, Choose String, Define Word, Lookup Word, Substitute Words, Dictionary to JSON, JSON file to Dictionary, JSON to Dictionary, Load Image And Info From Path, CubbyHack, Image to Solid Background" }, - { - "author": "hananbeer", - "title": "node_dev - ComfyUI Node Development Helper", - "reference": "https://github.com/hananbeer/node_dev", - "files": [ - "https://github.com/hananbeer/node_dev" - ], - "install_type": "git-clone", - "description": "Browse to this endpoint to reload custom nodes for more streamlined development:\nhttp://127.0.0.1:8188/node_dev/reload/" - }, { "author": "ChrisColeTech", "title": "ComfyUI-Get-Random-File [UNSAFE]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 92880b09..c7d6d9d5 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -180,6 +180,7 @@ "ImageResizeFluxKontext", "ImageResizeUniversal", "ImageSolid", + "ImageStrokeByMask", "ImageTileMerge", "ImageTileSplit", "ListCustomFloat", @@ -2015,6 +2016,15 @@ "title_aux": "ComfyUI-RoysNodes [WIP]" } ], + "https://github.com/KohakuBlueleaf/HDM-ext": [ + [ + "HDMCameraParam", + "HDMLoader" + ], + { + "title_aux": "hdm-ext [WIP]" + } + ], "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ [ "Brightness Image", @@ -2479,7 +2489,6 @@ [ "mb Barcode", "mb CLIP Text Encoder", - "mb Color Mask", "mb Color Picker", "mb Data Type Converter", "mb Debug", @@ -2494,8 +2503,8 @@ "mb Hash Generator", "mb Image Batch", "mb Image Center Rotate", - "mb Image Dimensions", "mb Image Dither", + "mb Image Film Effect", "mb Image Flip", "mb Image Load", "mb Image Load from URL", @@ -2505,7 +2514,8 @@ "mb Image Subtract", "mb Image to File", "mb KSampler", - "mb Mask Invert If Empty", + "mb Mask Invert if Empty", + "mb Mask from Color", "mb QR Code", "mb Select", "mb String", @@ -5724,11 +5734,13 @@ "https://github.com/duckmartians/Duck_Nodes": [ [ "Duck_AddTextOverlay", + "Duck_EmptyLatentImage", "Duck_LoadExcelRow", "Duck_LoadGoogleDocLine", "Duck_LoadGoogleSheetOneRow", "Duck_LoadWordLine", "Duck_PromptLoader", + "Duck_QwenAspectRatios", "Duck_TextReplacer" ], { @@ -9772,6 +9784,7 @@ "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": [ [ "FFmpeg \u89c6\u9891\u5408\u6210\uff08\u4f4e\u5185\u5b58\uff09 / FFmpegVideoCombineLowMem", + "SaveImageWebsocket", "\u4fdd\u5b58\u5355\u5e27\u5230\u78c1\u76d8 / SaveSingleFrameToDisk", "\u6279\u91cf\u4fdd\u5b58\u5e27\u5230\u78c1\u76d8 / SaveFrameBatchToDisk" ], @@ -10205,7 +10218,8 @@ ], "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [ [ - "CombineVideosFromFolder" + "CombineVideosFromFolder", + "getSubtitlesFromVideo" ], { "title_aux": "ComfyUI-CombineVideoAndSubtitle" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index e2c19eda..87530df4 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -7,37 +7,37 @@ "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-12 13:28:23", - "author_account_age_days": 863 + "last_update": "2025-08-14 11:40:36", + "author_account_age_days": 864 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, @@ -52,7 +52,7 @@ "https://github.com/7BEII/Comfyui_PDuse": { "stars": 14, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, @@ -77,37 +77,37 @@ "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, @@ -122,32 +122,32 @@ "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 0, "last_update": "2025-08-07 18:31:55", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1224 + "author_account_age_days": 1225 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1224 + "author_account_age_days": 1225 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, @@ -167,12 +167,12 @@ "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1570 + "author_account_age_days": 1571 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, @@ -182,37 +182,37 @@ "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4369 + "author_account_age_days": 4370 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4369 + "author_account_age_days": 4370 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2407 + "author_account_age_days": 2408 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, @@ -222,7 +222,7 @@ "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 77, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, @@ -232,17 +232,17 @@ "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-13 17:09:54", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, @@ -262,7 +262,7 @@ "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, @@ -292,7 +292,7 @@ "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, @@ -302,12 +302,12 @@ "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, @@ -322,22 +322,22 @@ "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, @@ -347,7 +347,7 @@ "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, @@ -362,10 +362,10 @@ "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 7, + "stars": 8, "last_update": "2025-08-13 14:50:45", "author_account_age_days": 1446 }, @@ -382,12 +382,12 @@ "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, @@ -432,22 +432,22 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3003 + "author_account_age_days": 3004 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, @@ -457,12 +457,12 @@ "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, @@ -482,7 +482,7 @@ "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, @@ -497,12 +497,12 @@ "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, @@ -522,12 +522,12 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2798 + "author_account_age_days": 2799 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2666 + "author_account_age_days": 2667 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, @@ -542,17 +542,17 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, @@ -562,12 +562,12 @@ "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, @@ -585,9 +585,9 @@ "author_account_age_days": 527 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 190, + "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -602,12 +602,12 @@ "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, @@ -627,17 +627,17 @@ "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, @@ -646,28 +646,28 @@ }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, - "last_update": "2025-07-21 08:09:52", - "author_account_age_days": 2738 + "last_update": "2025-08-14 09:22:06", + "author_account_age_days": 2739 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, @@ -677,17 +677,22 @@ "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1977 + "author_account_age_days": 1978 + }, + "https://github.com/KohakuBlueleaf/HDM-ext": { + "stars": 6, + "last_update": "2025-08-14 06:15:44", + "author_account_age_days": 2044 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, @@ -697,27 +702,27 @@ "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 45 + "author_account_age_days": 46 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, @@ -727,7 +732,7 @@ "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, @@ -737,12 +742,12 @@ "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, @@ -767,22 +772,22 @@ "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3272 + "author_account_age_days": 3273 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 793 + "author_account_age_days": 794 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3639 + "author_account_age_days": 3640 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, @@ -792,22 +797,22 @@ "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1760 + "author_account_age_days": 1761 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, @@ -817,52 +822,52 @@ "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3234 + "author_account_age_days": 3235 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3234 + "author_account_age_days": 3235 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-13 15:03:58", + "last_update": "2025-08-14 05:31:14", "author_account_age_days": 3495 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 56, + "stars": 57, "last_update": "2025-08-13 12:31:44", "author_account_age_days": 4137 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, @@ -877,7 +882,7 @@ "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, @@ -887,7 +892,7 @@ "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, @@ -897,17 +902,17 @@ "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, @@ -922,12 +927,12 @@ "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/PixWizardry/ComfyUI_Sliding_Window": { "stars": 1, @@ -937,7 +942,7 @@ "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, @@ -947,32 +952,32 @@ "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5690 + "author_account_age_days": 5691 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, @@ -982,12 +987,12 @@ "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-08-12 03:16:26", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, @@ -997,7 +1002,7 @@ "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, @@ -1012,17 +1017,17 @@ "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, @@ -1032,7 +1037,7 @@ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, @@ -1047,12 +1052,12 @@ "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-13 07:25:14", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, @@ -1062,7 +1067,7 @@ "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, @@ -1077,12 +1082,12 @@ "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, @@ -1102,22 +1107,22 @@ "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1379 + "author_account_age_days": 1380 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1555 + "author_account_age_days": 1556 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, @@ -1132,37 +1137,37 @@ "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, @@ -1172,27 +1177,27 @@ "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2589 + "author_account_age_days": 2590 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, @@ -1222,7 +1227,7 @@ "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, @@ -1232,22 +1237,22 @@ "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, @@ -1267,7 +1272,7 @@ "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, @@ -1277,7 +1282,7 @@ "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, @@ -1292,17 +1297,17 @@ "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1855 + "author_account_age_days": 1856 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1821 + "author_account_age_days": 1822 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, @@ -1342,57 +1347,57 @@ "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 242, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, @@ -1402,12 +1407,12 @@ "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4669 + "author_account_age_days": 4670 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, @@ -1427,22 +1432,22 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4940 + "author_account_age_days": 4941 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, @@ -1452,7 +1457,7 @@ "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, @@ -1472,17 +1477,17 @@ "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, @@ -1492,7 +1497,7 @@ "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, @@ -1507,12 +1512,12 @@ "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, @@ -1522,27 +1527,27 @@ "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5095 + "author_account_age_days": 5096 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, @@ -1552,37 +1557,37 @@ "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3657 + "author_account_age_days": 3658 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, @@ -1607,7 +1612,7 @@ "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, @@ -1632,7 +1637,7 @@ "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, @@ -1647,7 +1652,7 @@ "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, @@ -1657,12 +1662,12 @@ "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, @@ -1672,12 +1677,12 @@ "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -1687,17 +1692,17 @@ "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, @@ -1717,17 +1722,17 @@ "https://github.com/chengzeyi/Comfy-WaveSpeed": { "stars": 1126, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 1, "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, @@ -1747,32 +1752,32 @@ "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85391, - "last_update": "2025-08-13 21:06:25", - "author_account_age_days": 964 + "stars": 85455, + "last_update": "2025-08-14 02:47:17", + "author_account_age_days": 965 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 412, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, @@ -1782,7 +1787,7 @@ "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, @@ -1792,17 +1797,17 @@ "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2217 + "author_account_age_days": 2218 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, @@ -1817,7 +1822,7 @@ "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, @@ -1827,7 +1832,7 @@ "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, @@ -1837,7 +1842,7 @@ "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2325 + "author_account_age_days": 2326 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, @@ -1847,52 +1852,52 @@ "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 51, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, - "last_update": "2025-08-12 09:59:19", + "last_update": "2025-08-14 07:56:30", "author_account_age_days": 462 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-08 17:12:28", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3187 + "author_account_age_days": 3188 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4600 + "author_account_age_days": 4601 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, @@ -1922,7 +1927,7 @@ "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, @@ -1932,32 +1937,32 @@ "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, @@ -1967,7 +1972,7 @@ "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, @@ -1987,12 +1992,12 @@ "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, @@ -2002,12 +2007,12 @@ "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, @@ -2017,7 +2022,7 @@ "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3519 + "author_account_age_days": 3520 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, @@ -2042,27 +2047,27 @@ "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, @@ -2072,12 +2077,12 @@ "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2963 + "author_account_age_days": 2964 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, @@ -2087,12 +2092,12 @@ "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3457 + "author_account_age_days": 3458 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, @@ -2102,22 +2107,22 @@ "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, @@ -2137,12 +2142,12 @@ "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, @@ -2152,7 +2157,7 @@ "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, @@ -2162,17 +2167,12 @@ "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2872 - }, - "https://github.com/hananbeer/node_dev": { - "stars": 6, - "last_update": "2024-08-19 08:08:39", - "author_account_age_days": 1959 + "author_account_age_days": 2873 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, @@ -2187,17 +2187,17 @@ "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 17, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, @@ -2207,22 +2207,22 @@ "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1759 + "author_account_age_days": 1760 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, @@ -2237,17 +2237,17 @@ "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3935 + "author_account_age_days": 3936 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2870 + "author_account_age_days": 2871 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, @@ -2257,72 +2257,72 @@ "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4328 + "author_account_age_days": 4329 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-11 16:24:08", - "author_account_age_days": 5608 + "author_account_age_days": 5609 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1054 + "author_account_age_days": 1055 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, @@ -2332,17 +2332,17 @@ "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5265 + "author_account_age_days": 5266 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3694 + "author_account_age_days": 3695 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, @@ -2352,7 +2352,7 @@ "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, @@ -2362,22 +2362,22 @@ "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5362 + "author_account_age_days": 5363 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4399 + "author_account_age_days": 4400 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3484 + "author_account_age_days": 3485 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, @@ -2392,27 +2392,27 @@ "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 16, "last_update": "2025-08-08 13:14:20", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5168 + "author_account_age_days": 5169 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -2422,12 +2422,12 @@ "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5888 + "author_account_age_days": 5889 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, @@ -2442,67 +2442,67 @@ "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1486, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 838, + "stars": 839, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2521, + "stars": 2522, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 404, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, @@ -2517,22 +2517,22 @@ "https://github.com/kk8bit/KayTool": { "stars": 191, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1113 + "author_account_age_days": 1114 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-05 17:16:49", - "author_account_age_days": 1680 + "author_account_age_days": 1681 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1603 + "author_account_age_days": 1604 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, @@ -2542,12 +2542,12 @@ "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, @@ -2557,17 +2557,17 @@ "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, @@ -2577,7 +2577,7 @@ "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2167 + "author_account_age_days": 2168 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, @@ -2587,17 +2587,17 @@ "https://github.com/leadbreak/comfyui-faceaging": { "stars": 86, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, @@ -2612,12 +2612,12 @@ "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, @@ -2635,19 +2635,19 @@ "author_account_age_days": 1668 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1362, + "stars": 1363, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, @@ -2657,37 +2657,37 @@ "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1934 + "author_account_age_days": 1935 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1467 + "author_account_age_days": 1468 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 32, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 15, @@ -2706,7 +2706,7 @@ }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, - "last_update": "2025-04-14 19:13:55", + "last_update": "2025-08-14 08:47:35", "author_account_age_days": 464 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { @@ -2717,12 +2717,12 @@ "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, @@ -2737,7 +2737,7 @@ "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, @@ -2757,7 +2757,7 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, @@ -2772,7 +2772,7 @@ "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, @@ -2792,17 +2792,17 @@ "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4160 + "author_account_age_days": 4161 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, @@ -2812,22 +2812,22 @@ "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1908 + "author_account_age_days": 1909 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, @@ -2837,12 +2837,12 @@ "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, @@ -2857,12 +2857,12 @@ "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, @@ -2872,17 +2872,17 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, @@ -2897,47 +2897,47 @@ "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, @@ -2947,22 +2947,22 @@ "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 20, + "stars": 21, "last_update": "2025-03-30 08:19:25", "author_account_age_days": 575 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-08-13 13:40:54", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, @@ -2982,7 +2982,7 @@ "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, @@ -3012,7 +3012,7 @@ "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, @@ -3022,17 +3022,17 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, @@ -3047,42 +3047,42 @@ "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 8, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, @@ -3092,7 +3092,7 @@ "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, @@ -3107,7 +3107,7 @@ "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, @@ -3117,7 +3117,7 @@ "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5993 + "author_account_age_days": 5994 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, @@ -3132,17 +3132,17 @@ "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, @@ -3157,7 +3157,7 @@ "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, @@ -3167,17 +3167,17 @@ "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1062 + "author_account_age_days": 1063 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, @@ -3186,7 +3186,7 @@ }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-13 22:39:58", + "last_update": "2025-08-14 09:25:52", "author_account_age_days": 5869 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { @@ -3202,7 +3202,7 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, @@ -3212,7 +3212,7 @@ "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, @@ -3232,7 +3232,7 @@ "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5495 + "author_account_age_days": 5496 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -3242,12 +3242,12 @@ "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, @@ -3292,52 +3292,52 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4377 + "author_account_age_days": 4378 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-12 10:15:17", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 26 + "author_account_age_days": 27 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/sofakid/dandy": { "stars": 51, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, @@ -3352,22 +3352,22 @@ "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, @@ -3382,22 +3382,22 @@ "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, @@ -3407,12 +3407,12 @@ "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, @@ -3432,7 +3432,7 @@ "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, @@ -3457,27 +3457,27 @@ "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, @@ -3497,22 +3497,22 @@ "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1366 + "author_account_age_days": 1367 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, @@ -3522,17 +3522,17 @@ "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, "last_update": "2025-08-13 19:58:39", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, @@ -3542,7 +3542,7 @@ "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, @@ -3552,7 +3552,7 @@ "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, "last_update": "2025-08-11 03:28:31", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, @@ -3562,7 +3562,7 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, @@ -3571,23 +3571,23 @@ }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, - "last_update": "2025-08-13 13:36:32", - "author_account_age_days": 3960 + "last_update": "2025-08-14 04:11:46", + "author_account_age_days": 3961 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2237 + "author_account_age_days": 2238 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, @@ -3607,7 +3607,7 @@ "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, @@ -3617,15 +3617,15 @@ "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 139, + "stars": 140, "last_update": "2025-08-11 19:41:21", "author_account_age_days": 5455 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { - "stars": 3, + "stars": 4, "last_update": "2025-07-14 19:03:15", "author_account_age_days": 5455 }, @@ -3642,42 +3642,42 @@ "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, @@ -3687,7 +3687,7 @@ "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, @@ -3702,12 +3702,12 @@ "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, @@ -3717,7 +3717,7 @@ "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, @@ -3742,7 +3742,7 @@ "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/xl0/q_tools": { "stars": 0, @@ -3752,22 +3752,22 @@ "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2116 + "author_account_age_days": 2117 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-13 09:28:23", - "author_account_age_days": 741 + "last_update": "2025-08-14 08:43:06", + "author_account_age_days": 742 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, @@ -3777,27 +3777,27 @@ "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 1, "last_update": "2025-08-13 17:18:08", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 49, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, @@ -3817,7 +3817,7 @@ "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, @@ -3832,42 +3832,42 @@ "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2654 + "author_account_age_days": 2655 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, - "last_update": "2025-08-13 11:18:53", - "author_account_age_days": 2668 + "last_update": "2025-08-14 10:08:18", + "author_account_age_days": 2669 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, @@ -3877,11 +3877,11 @@ "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 135 + "author_account_age_days": 136 } } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index e0ab72cd..446c76f9 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "hananbeer", + "title": "node_dev - ComfyUI Node Development Helper [REMOVED]", + "reference": "https://github.com/hananbeer/node_dev", + "files": [ + "https://github.com/hananbeer/node_dev" + ], + "install_type": "git-clone", + "description": "Browse to this endpoint to reload custom nodes for more streamlined development:\nhttp://127.0.0.1:8188/node_dev/reload/" + }, { "author": "Charonartist", "title": "Comfyui_gemini_tts_node [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 1e9a705c..731d1e09 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Charonartist", + "title": "ComfyUI Tag Remover", + "reference": "https://github.com/Charonartist/comfyui-tag-remover", + "files": [ + "https://github.com/Charonartist/comfyui-tag-remover" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for removing specified tags and their content from text" + }, { "author": "Comfy-Org", "title": "NVIDIA FLUX NIM", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 02106963..c9f35aad 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -355,6 +355,7 @@ "ImageResizeFluxKontext", "ImageResizeUniversal", "ImageSolid", + "ImageStrokeByMask", "ImageTileMerge", "ImageTileSplit", "ListCustomFloat", @@ -3389,6 +3390,14 @@ "title_aux": "ComfyUI Smart Resize Node" } ], + "https://github.com/Charonartist/comfyui-tag-remover": [ + [ + "TagRemoverNode" + ], + { + "title_aux": "ComfyUI Tag Remover" + } + ], "https://github.com/CheNing233/ComfyUI_Image_Pin": [ [ "ImagePin" @@ -4723,7 +4732,11 @@ "ImageDifferenceCmap", "ImagePadToResolution", "InsightFaceSimilarity", + "JsonPathQuery", + "JsonPathQuerySingle", + "JsonPathUpdate", "ParseBBoxQwenVL", + "ParseLlmJsonOutput", "PhotoDoddleConditioning", "SeedEditNode" ], @@ -16224,6 +16237,8 @@ "ComflyJimengApi", "ComflyJimengVideoApi", "ComflySeededit", + "Comfly_Doubao_Seededit", + "Comfly_Doubao_Seedream", "Comfly_Flux_Kontext", "Comfly_Flux_Kontext_Edit", "Comfly_Flux_Kontext_bfl", @@ -29070,6 +29085,8 @@ "DownloadAndLoadWav2VecModel", "DummyComfyWanModelObject", "ExtractStartFramesForContinuations", + "FantasyPortraitFaceDetector", + "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", "LoadWanVideoClipTextEncoder", @@ -29081,7 +29098,9 @@ "WanVideoATITracks", "WanVideoATITracksVisualize", "WanVideoATI_comfy", + "WanVideoAddControlEmbeds", "WanVideoAddExtraLatent", + "WanVideoAddFantasyPortrait", "WanVideoAddStandInLatent", "WanVideoApplyNAG", "WanVideoBlockList", From 8d9820b3fbf69ca62c4554118fb297601b1a03a2 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 14 Aug 2025 23:24:08 +0900 Subject: [PATCH 11/35] update DB --- custom-node-list.json | 20 +-- extension-node-map.json | 35 ++--- github-stats.json | 10 +- node_db/dev/custom-node-list.json | 10 ++ node_db/dev/extension-node-map.json | 15 ++ node_db/dev/github-stats.json | 5 + node_db/legacy/custom-node-list.json | 10 ++ node_db/new/custom-node-list.json | 212 ++------------------------- node_db/new/extension-node-map.json | 35 ++--- 9 files changed, 101 insertions(+), 251 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index ab47be4b..a7d35199 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22689,16 +22689,6 @@ "install_type": "git-clone", "description": "A custom node collection for ComfyUI that provides advanced face detection, alignment, and transformation capabilities using MediaPipe Face Mesh." }, - { - "author": "SykkoAtHome", - "title": "Sykko Tools for ComfyUI", - "reference": "https://github.com/SykkoAtHome/ComfyUI_SykkoTools", - "files": [ - "https://github.com/SykkoAtHome/ComfyUI_SykkoTools" - ], - "install_type": "git-clone", - "description": "Utilities for working with camera animations inside ComfyUI. The repository currently provides a node for loading camera motion from ASCII FBX files and a corresponding command line helper for debugging." - }, { "author": "Mattabyte", "title": "ComfyUI Secure API Call", @@ -27171,6 +27161,16 @@ "install_type": "git-clone", "description": "ComfyUI custom node for removing specified tags and their content from text" }, + { + "author": "Charonartist", + "title": "comfyui-last-frame-extractor", + "reference": "https://github.com/Charonartist/comfyui-last-frame-extractor", + "files": [ + "https://github.com/Charonartist/comfyui-last-frame-extractor" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI custom node that extracts the last frame (image) from an input image batch. It is particularly useful when you want to obtain the final scene or frame in a video generation workflow." + }, { "author": "ptmaster", "title": "ComfyUI-Load-Diffusion-Model-to-Muti-GPUs", diff --git a/extension-node-map.json b/extension-node-map.json index c9f35aad..985b747e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3382,6 +3382,14 @@ "title_aux": "ComfyUI Auto LoRA" } ], + "https://github.com/Charonartist/comfyui-last-frame-extractor": [ + [ + "LastFrameExtractorNode" + ], + { + "title_aux": "comfyui-last-frame-extractor" + } + ], "https://github.com/Charonartist/comfyui-smart-resize-node": [ [ "SmartResizeNode" @@ -4708,14 +4716,17 @@ "https://github.com/Duanyll/duanyll_nodepack": [ [ "AdvancedMorphology", + "AsAny", "BBoxCrop", "BBoxImageStitcher", "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "DownloadImageFromUrl", "DrawBBox", "DrawBBoxMask", "DrawBoundingBoxesQwen", + "DumpJson", "ExpandBBoxByRatio", "FluxKontextTrue3DPE", "FluxTextLoraLoader", @@ -4736,8 +4747,10 @@ "JsonPathQuerySingle", "JsonPathUpdate", "ParseBBoxQwenVL", + "ParseJson5", "ParseLlmJsonOutput", "PhotoDoddleConditioning", + "ReadTextFile", "SeedEditNode" ], { @@ -13341,14 +13354,6 @@ "title_aux": "Face Processor for ComfyUI" } ], - "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": [ - [ - "LoadFBXCamera" - ], - { - "title_aux": "Sykko Tools for ComfyUI" - } - ], "https://github.com/T-Ph525/ComfyUI-Underage-Filter": [ [ "AgeCheckerNode", @@ -20835,6 +20840,7 @@ "GenerateSpeech", "GenerateVideo", "GroqProviderNode", + "HighLowSNR", "ImageComparer", "JoinStringsMulti", "LLMToolkitProviderSelector", @@ -26757,6 +26763,7 @@ "CM_Vec4UnaryOperation JK", "CR Apply ControlNet JK", "CR Apply LoRA Stack JK", + "CR Apply LoRA Stack Model Only JK", "CR Apply Multi-ControlNet Adv JK", "CR Apply Multi-ControlNet JK", "CR Aspect Ratio JK", @@ -26773,6 +26780,7 @@ "CR Int Input Switch JK", "CR Latent Input Switch JK", "CR LoRA Stack JK", + "CR LoRA Stack Model Only JK", "CR Load LoRA JK", "CR Mask Input Switch JK", "CR Mesh Input Switch JK", @@ -26793,6 +26801,7 @@ "CR VAE Input Switch JK", "Ckpt Loader JK", "Color Grading JK", + "Create Loop Schedule List", "Detailer Parameters JK", "Embedding Picker JK", "Embedding Picker Multi JK", @@ -26850,6 +26859,7 @@ "Image Upscale Parameters Extract JK", "Inject Noise Params JK", "Is Mask Empty JK", + "Ksampler Adv Parameters Default JK", "Ksampler Parameters Default JK", "Ksampler Parameters JK", "Latent Crop Offset JK", @@ -34995,15 +35005,6 @@ "title_aux": "queuetools" } ], - "https://github.com/r-vage/ComfyUI-RvTools_v2": [ - [ - "Combine Video Clips", - "WanVideo Vace Seamless Join" - ], - { - "title_aux": "ComfyUI-RvTools_v2" - } - ], "https://github.com/r3dial/redial-discomphy": [ [ "DiscordMessage" diff --git a/github-stats.json b/github-stats.json index 11df0204..95998dbc 100644 --- a/github-stats.json +++ b/github-stats.json @@ -1294,6 +1294,11 @@ "last_update": "2025-06-17 15:00:30", "author_account_age_days": 410 }, + "https://github.com/Charonartist/comfyui-last-frame-extractor": { + "stars": 0, + "last_update": "2025-08-14 13:42:17", + "author_account_age_days": 410 + }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", @@ -4804,11 +4809,6 @@ "last_update": "2025-07-07 09:20:21", "author_account_age_days": 811 }, - "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": { - "stars": 0, - "last_update": "2025-08-14 07:26:38", - "author_account_age_days": 811 - }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index d65a2dc7..76ea0ce9 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "GuusF", + "title": "Comfyui_CrazyMaths [WIP]", + "reference": "https://github.com/GuusF/Comfyui_CrazyMaths", + "files": [ + "https://github.com/GuusF/Comfyui_CrazyMaths" + ], + "install_type": "git-clone", + "description": "A custom nodepack with a bunch of nodes that helps you generate fun math paterns directly inside of comfyui for masking or other reasons.\nNOTE: The files in the repo are not organized." + }, { "author": "KohakuBlueleaf", "title": "hdm-ext [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index c7d6d9d5..ae03c7d7 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1765,6 +1765,21 @@ "title_aux": "GH Tools for ComfyUI" } ], + "https://github.com/GuusF/Comfyui_CrazyMaths": [ + [ + "AttractorAlphaMask", + "EquationAlphaMask", + "FractalNoiseAlphaMask", + "HarmonographAlphaMask", + "MathAlphaMask", + "QuasicrystalAlphaMask", + "SierpinskiAlphaMask", + "VoronoiAlphaMask" + ], + { + "title_aux": "Comfyui_CrazyMaths [WIP]" + } + ], "https://github.com/HWDigi/Camera_Factory_Station_comfyui": [ [ "FactoryCameraOperator", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 87530df4..5462e4d5 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -544,6 +544,11 @@ "last_update": "2024-03-10 13:27:14", "author_account_age_days": 1040 }, + "https://github.com/GuusF/Comfyui_CrazyMaths": { + "stars": 0, + "last_update": "2025-08-14 13:12:31", + "author_account_age_days": 1801 + }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 446c76f9..b4455535 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "SykkoAtHome", + "title": "Sykko Tools for ComfyUI [REMOVED]", + "reference": "https://github.com/SykkoAtHome/ComfyUI_SykkoTools", + "files": [ + "https://github.com/SykkoAtHome/ComfyUI_SykkoTools" + ], + "install_type": "git-clone", + "description": "Utilities for working with camera animations inside ComfyUI. The repository currently provides a node for loading camera motion from ASCII FBX files and a corresponding command line helper for debugging." + }, { "author": "hananbeer", "title": "node_dev - ComfyUI Node Development Helper [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 731d1e09..8245ffb4 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Charonartist", + "title": "comfyui-last-frame-extractor", + "reference": "https://github.com/Charonartist/comfyui-last-frame-extractor", + "files": [ + "https://github.com/Charonartist/comfyui-last-frame-extractor" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI custom node that extracts the last frame (image) from an input image batch. It is particularly useful when you want to obtain the final scene or frame in a video generation workflow." + }, { "author": "Charonartist", "title": "ComfyUI Tag Remover", @@ -688,208 +698,6 @@ ], "install_type": "git-clone", "description": "generate empty latent with aspect ratios" - }, - { - "author": "A043-studios", - "title": "ComfyUI HunyuanWorld - Complete 3D Generation Suite", - "reference": "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode", - "files": [ - "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for Hunyuan3D - Complete 3D generation suite" - }, - { - "author": "A043-studios", - "title": "ComfyUI OmniSVG Nodes", - "reference": "https://github.com/A043-studios/ComfyUI-OmniSVG", - "files": [ - "https://github.com/A043-studios/ComfyUI-OmniSVG" - ], - "install_type": "git-clone", - "description": "Generate high-quality SVG graphics from text descriptions and images using OmniSVG in ComfyUI." - }, - { - "author": "tercumantanumut", - "title": "ComfyUI-Omini-Kontext", - "reference": "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext", - "files": [ - "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext" - ], - "install_type": "git-clone", - "description": "Wrapper ComfyUI integration for the [a/Flux Omini Kontext](https://github.com/Saquib764/omini-kontext) pipeline, enabling seamless character/object insertion into scenes using FLUX.1-Kontext-dev with LoRA adaptation." - }, - { - "author": "judian17", - "title": "ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", - "reference": "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node", - "files": [ - "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node" - ], - "install_type": "git-clone", - "description": "Prompt node for the [a/JoyCaption-beta-one-hf-llava](https://huggingface.co/mradermacher/llama-joycaption-beta-one-hf-llava-GGUF) model, to use JoyCaption-beta-one-hf-llava with Ollama" - }, - { - "author": "cedarconnor", - "title": "ComfyUI HunyuanWorld - Professional 3D World Generation", - "reference": "https://github.com/cedarconnor/ComfyUI_HunyuanWorld", - "files": [ - "https://github.com/cedarconnor/ComfyUI_HunyuanWorld" - ], - "install_type": "git-clone", - "description": "Transform text and images into immersive 360° 3D worlds using Tencent's HunyuanWorld-1.0 in ComfyUI with native FLUX architecture integration." - }, - { - "author": "stduhpf", - "title": "WanImageToVideoTiledVAE for ComfyUI", - "reference": "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled", - "files": [ - "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled" - ], - "install_type": "git-clone", - "description": "This is a set of custom nodes for ComfyUI that replaces nodes like WanImageToVideo but using a Tiled VAE approach to reduce VRAM requirements." - }, - { - "author": "SaturMars", - "title": "ComfyUI-NVVFR", - "reference": "https://github.com/SaturMars/ComfyUI-NVVFR", - "files": [ - "https://github.com/SaturMars/ComfyUI-NVVFR" - ], - "install_type": "git-clone", - "description": "ComfyUI node for video super-resolution and frame interpolation using [a/NVEncC](https://github.com/rigaya/NVEnc)." - }, - { - "author": "ranska", - "title": "pixel_palette_art", - "reference": "https://github.com/ranska/pixel_palette_art", - "files": [ - "https://github.com/ranska/pixel_palette_art" - ], - "install_type": "git-clone", - "description": "Comfyui custom node: Set of tools for pixel art palette." - }, - { - "author": "chuchu114514", - "title": "comfyui_text_list_stepper", - "reference": "https://github.com/chuchu114514/comfyui_text_list_stepper", - "files": [ - "https://github.com/chuchu114514/comfyui_text_list_stepper" - ], - "install_type": "git-clone", - "description": "Used for batch extraction of prompt words." - }, - { - "author": "comfyui-wiki", - "title": "ComfyUI Wiki Workflows", - "reference": "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows", - "files": [ - "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows" - ], - "install_type": "git-clone", - "description": "Workflow templates from ComfyUI Wiki - No custom nodes or dependencies included" - }, - { - "author": "charlyad142", - "title": "ComfyUI Charly FitToAspectNode", - "reference": "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode", - "files": [ - "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode" - ], - "install_type": "git-clone", - "description": "Un nodo personalizado para ComfyUI que ajusta imágenes a diferentes relaciones de aspecto manteniendo las proporciones originales." - }, - { - "author": "Rizzlord", - "title": "ComfyUI-RizzNodes", - "reference": "https://github.com/Rizzlord/ComfyUI-RizzNodes", - "files": [ - "https://github.com/Rizzlord/ComfyUI-RizzNodes" - ], - "install_type": "git-clone", - "description": "RizzNodes for ComfyUI Welcome to RizzNodes, a collection of custom nodes for ComfyUI designed to streamline various workflows, from loading images and models in batches to dynamic prompt generation and memory management." - }, - { - "author": "ShmuelRonen", - "title": "multi-lora-stack", - "reference": "https://github.com/ShmuelRonen/multi-lora-stack", - "files": [ - "https://github.com/ShmuelRonen/multi-lora-stack" - ], - "install_type": "git-clone", - "description": "A complete replacement for rgthree's Power Lora Loader with zero dependencies and two specialized versions to fit any workflow." - }, - { - "author": "MiaoshouAI", - "title": "ComfyUI Video Segmentation Node", - "id": "miaoshouai-tagger", - "reference": "https://github.com/miaoshouai/ComfyUI-Video-Segmentation", - "files": [ - "https://github.com/miaoshouai/ComfyUI-Video-Segmentation" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node for automatic video scene segmentation using TransNetV2." - }, - { - "author": "rubenvillarreal", - "title": "ComfyUI_PoseAlign", - "reference": "https://github.com/rubenvillarreal/ComfyUI_PoseAlign", - "files": [ - "https://github.com/rubenvillarreal/ComfyUI_PoseAlign" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that provides pose alignment functionality." - }, - { - "author": "Simlym", - "title": "ComfyUI Prompt Helper", - "id": "prompt-helper", - "reference": "https://github.com/Simlym/comfyui-prompt-helper", - "files": [ - "https://github.com/Simlym/comfyui-prompt-helper" - ], - "install_type": "git-clone", - "description": "A simple and intuitive prompt management tool for ComfyUI." - }, - { - "author": "What-a-stupid-username", - "title": "comfyui_InversedSampler", - "reference": "https://github.com/What-a-stupid-username/comfyui-InversedSampler", - "files": [ - "https://github.com/What-a-stupid-username/comfyui-InversedSampler" - ], - "install_type": "git-clone", - "description": "A inversed euler sampler to revert image to noisy latent. Can be used to improve content consistency when perform I2I." - }, - { - "author": "woct0rdho", - "title": "ComfyUI-RadialAttn", - "reference": "https://github.com/woct0rdho/ComfyUI-RadialAttn", - "files": [ - "https://github.com/woct0rdho/ComfyUI-RadialAttn" - ], - "install_type": "git-clone", - "description": "RadialAttention in ComfyUI native workflow" - }, - { - "author": "11dogzi", - "title": "HYPIR ComfyUI Plugin", - "reference": "https://github.com/11dogzi/Comfyui-HYPIR", - "files": [ - "https://github.com/11dogzi/Comfyui-HYPIR" - ], - "install_type": "git-clone", - "description": "This is a ComfyUI plugin for [a/HYPIR (Harnessing Diffusion-Yielded Score Priors for Image Restoration)](https://github.com/XPixelGroup/HYPIR), a state-of-the-art image restoration model based on Stable Diffusion 2.1." - }, - { - "author": "jiafuzeng", - "title": "LatentSync", - "reference": "https://github.com/jiafuzeng/comfyui-LatentSync", - "files": [ - "https://github.com/jiafuzeng/comfyui-LatentSync" - ], - "install_type": "git-clone", - "description": "We present LatentSync, an end-to-end lip-sync method based on audio-conditioned latent diffusion models without any intermediate motion representation, diverging from previous diffusion-based lip-sync methods based on pixel-space diffusion or two-stage generation. Our framework can leverage the powerful capabilities of Stable Diffusion to directly model complex audio-visual correlations." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index c9f35aad..985b747e 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3382,6 +3382,14 @@ "title_aux": "ComfyUI Auto LoRA" } ], + "https://github.com/Charonartist/comfyui-last-frame-extractor": [ + [ + "LastFrameExtractorNode" + ], + { + "title_aux": "comfyui-last-frame-extractor" + } + ], "https://github.com/Charonartist/comfyui-smart-resize-node": [ [ "SmartResizeNode" @@ -4708,14 +4716,17 @@ "https://github.com/Duanyll/duanyll_nodepack": [ [ "AdvancedMorphology", + "AsAny", "BBoxCrop", "BBoxImageStitcher", "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "DownloadImageFromUrl", "DrawBBox", "DrawBBoxMask", "DrawBoundingBoxesQwen", + "DumpJson", "ExpandBBoxByRatio", "FluxKontextTrue3DPE", "FluxTextLoraLoader", @@ -4736,8 +4747,10 @@ "JsonPathQuerySingle", "JsonPathUpdate", "ParseBBoxQwenVL", + "ParseJson5", "ParseLlmJsonOutput", "PhotoDoddleConditioning", + "ReadTextFile", "SeedEditNode" ], { @@ -13341,14 +13354,6 @@ "title_aux": "Face Processor for ComfyUI" } ], - "https://github.com/SykkoAtHome/ComfyUI_SykkoTools": [ - [ - "LoadFBXCamera" - ], - { - "title_aux": "Sykko Tools for ComfyUI" - } - ], "https://github.com/T-Ph525/ComfyUI-Underage-Filter": [ [ "AgeCheckerNode", @@ -20835,6 +20840,7 @@ "GenerateSpeech", "GenerateVideo", "GroqProviderNode", + "HighLowSNR", "ImageComparer", "JoinStringsMulti", "LLMToolkitProviderSelector", @@ -26757,6 +26763,7 @@ "CM_Vec4UnaryOperation JK", "CR Apply ControlNet JK", "CR Apply LoRA Stack JK", + "CR Apply LoRA Stack Model Only JK", "CR Apply Multi-ControlNet Adv JK", "CR Apply Multi-ControlNet JK", "CR Aspect Ratio JK", @@ -26773,6 +26780,7 @@ "CR Int Input Switch JK", "CR Latent Input Switch JK", "CR LoRA Stack JK", + "CR LoRA Stack Model Only JK", "CR Load LoRA JK", "CR Mask Input Switch JK", "CR Mesh Input Switch JK", @@ -26793,6 +26801,7 @@ "CR VAE Input Switch JK", "Ckpt Loader JK", "Color Grading JK", + "Create Loop Schedule List", "Detailer Parameters JK", "Embedding Picker JK", "Embedding Picker Multi JK", @@ -26850,6 +26859,7 @@ "Image Upscale Parameters Extract JK", "Inject Noise Params JK", "Is Mask Empty JK", + "Ksampler Adv Parameters Default JK", "Ksampler Parameters Default JK", "Ksampler Parameters JK", "Latent Crop Offset JK", @@ -34995,15 +35005,6 @@ "title_aux": "queuetools" } ], - "https://github.com/r-vage/ComfyUI-RvTools_v2": [ - [ - "Combine Video Clips", - "WanVideo Vace Seamless Join" - ], - { - "title_aux": "ComfyUI-RvTools_v2" - } - ], "https://github.com/r3dial/redial-discomphy": [ [ "DiscordMessage" From 9efb350be97291a961dc8524f3499e5ba079c66e Mon Sep 17 00:00:00 2001 From: "AfterGlow.SYX" Date: Fri, 15 Aug 2025 09:08:10 +0800 Subject: [PATCH 12/35] Update custom-node-list.json (#2081) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a7d35199..4c86d689 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31319,6 +31319,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "RainyN0077", + "title": "ComfyUI-PromptSE", + "id": "comfyui-promptse", + "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", + "files": [ + "https://github.com/RainyN0077/ComfyUI-PromptSE" + ], + "install_type": "git-clone", + "description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility." } ] } From a8b0e3641b1ce80f77e9ff1795703793e11b84aa Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 15 Aug 2025 10:13:33 +0900 Subject: [PATCH 13/35] update DB --- custom-node-list.json | 93 +- extension-node-map.json | 78 + github-stats.json | 3980 ++++++++++++++------------- node_db/dev/custom-node-list.json | 10 + node_db/dev/extension-node-map.json | 21 +- node_db/dev/github-stats.json | 781 +++--- node_db/new/custom-node-list.json | 184 +- node_db/new/extension-node-map.json | 78 + 8 files changed, 2762 insertions(+), 2463 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 4c86d689..57a29691 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14856,6 +14856,16 @@ "install_type": "git-clone", "description": "A ComfyUI custom node package based on the BAGEL-7B-MoT multimodal model." }, + { + "author": "neverbiasu", + "title": "ComfyUI-Ovis-U1", + "reference": "https://github.com/neverbiasu/ComfyUI-Ovis-U1", + "files": [ + "https://github.com/neverbiasu/ComfyUI-Ovis-U1" + ], + "install_type": "git-clone", + "description": "This repository adds ComfyUI custom nodes that wrap the Ovis-U1 multimodal model, exposing three primary workflows inside the ComfyUI editor." + }, { "author": "var1ableX", "title": "ComfyUI_Accessories", @@ -30876,9 +30886,20 @@ "install_type": "git-clone", "description": "Advanced color manipulation and image adjustments directly in ComfyUI's latent space" }, + { + "author": "DenRakEiw", + "title": "Universal NN Latent Upscaler for ComfyUI", + "reference": "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale", + "files": [ + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale" + ], + "install_type": "git-clone", + "description": "A universal neural network latent upscaler that supports SD1.5, SDXL, Flux, and Wan2.2 models. Uses trained neural networks instead of simple interpolation for higher quality latent upscaling.\nBuilt upon the excellent foundation of [a/Ttl's ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale) - this project extends the original work with universal model support and improved architectures." + }, { "author": "RainyN0077", "title": "ComfyUI-PromptSE", + "id": "comfyui-promptse", "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", "files": [ "https://github.com/RainyN0077/ComfyUI-PromptSE" @@ -30886,6 +30907,67 @@ "install_type": "git-clone", "description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility." }, + { + "author": "kusurin", + "title": "ComfyUI-chronophotography", + "reference": "https://github.com/kusurin/ComfyUI-chronophotography", + "files": [ + "https://github.com/kusurin/ComfyUI-chronophotography" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for creating chronophotography effects from video frames" + }, + { + "author": "feffy380", + "title": "Chroma Cache", + "reference": "https://github.com/feffy380/comfyui-chroma-cache", + "files": [ + "https://github.com/feffy380/comfyui-chroma-cache" + ], + "install_type": "git-clone", + "description": "Caching optimization for Chroma" + }, + { + "author": "FearL0rd", + "title": "ComfyUI MaskAIFingerprint", + "reference": "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint", + "files": [ + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint" + ], + "install_type": "git-clone", + "description": "Attempt to create a ComfyUI node for masking AI-generated fingerprints." + }, + { + "author": "Avalre", + "title": "ComfyUI-avaNodes", + "reference": "https://github.com/Avalre/ComfyUI-avaNodes", + "files": [ + "https://github.com/Avalre/ComfyUI-avaNodes" + ], + "install_type": "git-clone", + "description": "These nodes were created to personalize/optimize several ComfyUI nodes for my own use. You can replicate the functionality of most of my nodes by some combination of default ComfyUI nodes and custom nodes from other developers." + }, + { + "author": "Alectriciti", + "title": "comfyui-creativeprompts", + "reference": "https://github.com/Alectriciti/comfyui-creativeprompts", + "files": [ + "https://github.com/Alectriciti/comfyui-creativeprompts" + ], + "install_type": "git-clone", + "description": "A creative alternative to dynamicprompts" + }, + { + "author": "VraethrDalkr", + "title": "ComfyUI-ProgressiveBlend", + "reference": "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend", + "files": [ + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames." + }, + @@ -31319,17 +31401,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "RainyN0077", - "title": "ComfyUI-PromptSE", - "id": "comfyui-promptse", - "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", - "files": [ - "https://github.com/RainyN0077/ComfyUI-PromptSE" - ], - "install_type": "git-clone", - "description": "A powerful ComfyUI custom node for managing and combining multiple prompt entries. Supports weight adjustment, lexicon assistance, drag-and-drop sorting, and global settings to greatly enhance prompt engineering efficiency and flexibility." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 985b747e..7e801e4d 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1954,6 +1954,18 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/Alectriciti/comfyui-creativeprompts": [ + [ + "ShuffleTags", + "ShuffleTagsAdvanced", + "StringListAppend", + "WildcardPrompts", + "WildcardReplace" + ], + { + "title_aux": "comfyui-creativeprompts" + } + ], "https://github.com/Alexankharin/camera-comfyUI": [ [ "CameraInterpolationNode", @@ -2432,6 +2444,18 @@ "title_aux": "ComfyUI-ImageCropper" } ], + "https://github.com/Avalre/ComfyUI-avaNodes": [ + [ + "Checkpoint+", + "Cond Upscaler", + "DeepCache+", + "KSampler+", + "VidToTrainingData" + ], + { + "title_aux": "ComfyUI-avaNodes" + } + ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -3542,6 +3566,7 @@ "Latent Normalize Channels", "Latent Replace State Info", "Latent Transfer State Info", + "Latent TrimVideo State Info", "Latent to Cuda", "Latent to RawX", "LatentBatch_channels", @@ -4350,6 +4375,14 @@ "title_aux": "ComfyUI Latent Color Tools" } ], + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": [ + [ + "UniversalNNLatentUpscale" + ], + { + "title_aux": "Universal NN Latent Upscaler for ComfyUI" + } + ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [], { @@ -5500,6 +5533,14 @@ "title_aux": "ComfyUI-ParamNodes" } ], + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": [ + [ + "MaskAIFingerprint" + ], + { + "title_aux": "ComfyUI MaskAIFingerprint" + } + ], "https://github.com/Feidorian/feidorian-ComfyNodes": [ [], { @@ -14253,6 +14294,15 @@ "title_aux": "ComfyUI-Visionatrix" } ], + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": [ + [ + "ProgressiveColorMatchBlend", + "ProgressiveImageBatchBlend" + ], + { + "title_aux": "ComfyUI-ProgressiveBlend" + } + ], "https://github.com/VrchStudio/comfyui-web-viewer": [ [ "VrchAnyOSCControlNode", @@ -23553,6 +23603,14 @@ "title_aux": "Fearnworks Nodes" } ], + "https://github.com/feffy380/comfyui-chroma-cache": [ + [ + "ChromaCache" + ], + { + "title_aux": "Chroma Cache" + } + ], "https://github.com/feixuetuba/Spleeter": [ [ "Spleeter" @@ -29506,6 +29564,14 @@ "title_aux": "ComfyUI_alkaid" } ], + "https://github.com/kusurin/ComfyUI-chronophotography": [ + [ + "CreateChronophotography" + ], + { + "title_aux": "ComfyUI-chronophotography" + } + ], "https://github.com/kwaroran/abg-comfyui": [ [ "Remove Image Background (abg)" @@ -32491,6 +32557,7 @@ "ImageSaturation", "ImageSaverMira", "ImageSharpness", + "ImageToGzippedBase64", "ImageToneCurve", "IntMultiplication", "IntSubtraction", @@ -33158,6 +33225,17 @@ "title_aux": "ComfyUI-Image-Captioner" } ], + "https://github.com/neverbiasu/ComfyUI-Ovis-U1": [ + [ + "OvisU1ImageEdit", + "OvisU1ImageToText", + "OvisU1ModelLoader", + "OvisU1TextToImage" + ], + { + "title_aux": "ComfyUI-Ovis-U1" + } + ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ "GroundingDinoModelLoader (segment anything2)", diff --git a/github-stats.json b/github-stats.json index 95998dbc..94f36644 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,17 +2,17 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 50, @@ -55,7 +55,7 @@ "author_account_age_days": 868 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1249, + "stars": 1251, "last_update": "2025-08-12 16:37:51", "author_account_age_days": 868 }, @@ -80,49 +80,49 @@ "author_account_age_days": 2299 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1338, + "stars": 1342, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 56, + "stars": 57, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 85, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-12 13:28:23", + "last_update": "2025-08-14 11:40:36", "author_account_age_days": 864 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1105 + "author_account_age_days": 1106 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, @@ -157,7 +157,7 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4114 + "author_account_age_days": 4115 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, @@ -167,22 +167,22 @@ "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, @@ -207,7 +207,7 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -250,19 +250,19 @@ "author_account_age_days": 1065 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { - "stars": 4, + "stars": 5, "last_update": "2025-06-10 08:11:51", "author_account_age_days": 1065 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, @@ -272,27 +272,27 @@ "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, @@ -300,24 +300,24 @@ "author_account_age_days": 608 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2396, + "stars": 2405, "last_update": "2025-08-14 08:31:27", "author_account_age_days": 427 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-06-07 19:49:36", - "author_account_age_days": 3882 + "author_account_age_days": 3883 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, @@ -542,32 +542,32 @@ "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2304, + "stars": 2306, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 349, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, @@ -577,77 +577,77 @@ "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/AIrjen/OneButtonPrompt": { - "stars": 1011, + "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1875 + "author_account_age_days": 1876 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 12, + "stars": 13, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1875 + "author_account_age_days": 1876 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -657,37 +657,37 @@ "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 7, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1021, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -697,7 +697,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -717,27 +717,32 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2168 + "author_account_age_days": 2169 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 298 + "author_account_age_days": 299 + }, + "https://github.com/Alectriciti/comfyui-creativeprompts": { + "stars": 0, + "last_update": "2025-08-14 22:05:53", + "author_account_age_days": 4882 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1322, "last_update": "2025-08-13 04:57:13", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -747,7 +752,7 @@ "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -757,67 +762,67 @@ "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-12 20:26:32", - "author_account_age_days": 5627 + "author_account_age_days": 5628 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1237 + "author_account_age_days": 1238 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3792 + "author_account_age_days": 3793 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, @@ -827,7 +832,7 @@ "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, @@ -846,68 +851,73 @@ }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 14, - "last_update": "2025-05-01 01:49:07", + "last_update": "2025-08-14 12:51:51", "author_account_age_days": 505 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { - "stars": 464, + "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", "author_account_age_days": 3065 }, + "https://github.com/Avalre/ComfyUI-avaNodes": { + "stars": 0, + "last_update": "2025-08-14 23:00:42", + "author_account_age_days": 1429 + }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 136, - "last_update": "2025-08-11 16:16:54", - "author_account_age_days": 3306 + "last_update": "2025-08-14 13:04:50", + "author_account_age_days": 3307 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, @@ -932,7 +942,7 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3652 + "author_account_age_days": 3653 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, @@ -942,11 +952,11 @@ "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, - "last_update": "2025-08-13 17:09:54", + "last_update": "2025-08-14 13:18:33", "author_account_age_days": 887 }, "https://github.com/Beinsezii/bsz-cui-extras": { @@ -970,59 +980,59 @@ "author_account_age_days": 3488 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1389, + "stars": 1392, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1032,7 +1042,7 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 550 + "author_account_age_days": 551 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, @@ -1047,87 +1057,87 @@ "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 387, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1142,42 +1152,42 @@ "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, @@ -1187,77 +1197,77 @@ "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 13, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, "last_update": "2025-08-11 03:44:37", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, @@ -1280,9 +1290,9 @@ "author_account_age_days": 2282 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 39, + "stars": 40, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, @@ -1312,17 +1322,17 @@ "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 236, + "stars": 238, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, @@ -1332,12 +1342,12 @@ "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, @@ -1345,94 +1355,94 @@ "author_account_age_days": 2145 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 498, - "last_update": "2025-08-04 04:20:36", - "author_account_age_days": 445 + "stars": 506, + "last_update": "2025-08-14 22:18:56", + "author_account_age_days": 446 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2313 + "author_account_age_days": 2314 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 23, + "stars": 28, "last_update": "2025-08-14 01:17:52", "author_account_age_days": 491 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, "last_update": "2025-08-13 14:08:46", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 36, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { - "stars": 60, + "stars": 61, "last_update": "2025-07-25 22:53:28", "author_account_age_days": 590 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, - "last_update": "2025-07-28 17:29:57", + "last_update": "2025-08-14 19:58:33", "author_account_age_days": 4071 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, @@ -1442,17 +1452,17 @@ "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1472,37 +1482,37 @@ "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 14, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5573 + "author_account_age_days": 5574 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, @@ -1512,22 +1522,22 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4704 + "author_account_age_days": 4705 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, @@ -1542,7 +1552,7 @@ "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1552,17 +1562,17 @@ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1572,27 +1582,32 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 0, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1446 + "author_account_age_days": 1447 + }, + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { + "stars": 0, + "last_update": "2025-08-14 18:53:13", + "author_account_age_days": 1447 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 419, + "stars": 420, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 3, @@ -1602,27 +1617,27 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, @@ -1632,27 +1647,27 @@ "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, @@ -1667,52 +1682,52 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5410 + "author_account_age_days": 5411 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 361 + "author_account_age_days": 362 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-14 06:47:30", - "author_account_age_days": 3148 + "last_update": "2025-08-14 14:01:02", + "author_account_age_days": 3149 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, @@ -1722,12 +1737,12 @@ "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, @@ -1742,7 +1757,7 @@ "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, @@ -1752,7 +1767,7 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2004 + "author_account_age_days": 2005 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, @@ -1777,12 +1792,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 609, @@ -1792,12 +1807,12 @@ "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1807,118 +1822,123 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2039 + "author_account_age_days": 2040 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2039 + "author_account_age_days": 2040 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2039 + "author_account_age_days": 2040 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 205, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 773, + "stars": 774, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 114, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3268, + "stars": 3269, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", "author_account_age_days": 1256 }, + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { + "stars": 0, + "last_update": "2025-08-14 20:29:19", + "author_account_age_days": 3300 + }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", @@ -1927,17 +1947,17 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, @@ -1952,12 +1972,12 @@ "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 457, + "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, @@ -1967,17 +1987,17 @@ "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { - "stars": 235, + "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-14 10:56:56", - "author_account_age_days": 1918 + "last_update": "2025-08-14 18:49:18", + "author_account_age_days": 1919 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -2002,17 +2022,17 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, @@ -2042,7 +2062,7 @@ "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1578 + "author_account_age_days": 1579 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, @@ -2067,22 +2087,22 @@ "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2097,27 +2117,27 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 33, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2132,42 +2152,42 @@ "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5347 + "author_account_age_days": 5348 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 718, + "stars": 720, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1535 + "author_account_age_days": 1536 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, @@ -2177,7 +2197,7 @@ "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, @@ -2192,12 +2212,12 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -2207,7 +2227,7 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, @@ -2217,7 +2237,7 @@ "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, @@ -2227,47 +2247,47 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { - "stars": 9, + "stars": 10, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 58, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2292,12 +2312,12 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, @@ -2357,7 +2377,7 @@ "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2657 + "author_account_age_days": 2658 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2367,37 +2387,37 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2114 + "author_account_age_days": 2115 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, @@ -2407,12 +2427,12 @@ "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, @@ -2427,27 +2447,27 @@ "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5896 + "author_account_age_days": 5897 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5896 + "author_account_age_days": 5897 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5896 + "author_account_age_days": 5897 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, @@ -2457,12 +2477,12 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, @@ -2472,7 +2492,7 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, @@ -2482,37 +2502,37 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1968 + "author_account_age_days": 1969 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4594 + "author_account_age_days": 4595 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4238 + "author_account_age_days": 4239 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, @@ -2532,52 +2552,52 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 178, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 191, @@ -2607,22 +2627,22 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 80, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, @@ -2632,17 +2652,17 @@ "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, @@ -2652,22 +2672,22 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3987 + "author_account_age_days": 3988 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2682,37 +2702,37 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, @@ -2722,27 +2742,27 @@ "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 14, "last_update": "2025-08-13 18:18:30", - "author_account_age_days": 4796 + "author_account_age_days": 4797 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 774, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3770 + "author_account_age_days": 3771 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 33, + "stars": 34, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3585 + "author_account_age_days": 3586 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, @@ -2752,22 +2772,22 @@ "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3186 + "author_account_age_days": 3187 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, @@ -2787,32 +2807,32 @@ "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1329 + "author_account_age_days": 1330 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, @@ -2822,22 +2842,22 @@ "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5017 + "author_account_age_days": 5018 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 498, @@ -2847,12 +2867,12 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 211, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, @@ -2867,27 +2887,27 @@ "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3239, + "stars": 3238, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1154, + "stars": 1153, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4132 + "author_account_age_days": 4133 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, @@ -2917,47 +2937,47 @@ "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 135, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 152, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { "stars": 162, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { "stars": 217, "last_update": "2025-08-08 02:38:57", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -2967,12 +2987,12 @@ "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2904 + "author_account_age_days": 2905 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, @@ -2992,15 +3012,15 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 494, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/LatentRat/comfy_remote_run": { - "stars": 7, + "stars": 8, "last_update": "2024-09-08 04:06:09", "author_account_age_days": 1160 }, @@ -3012,7 +3032,7 @@ "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 133, @@ -3022,22 +3042,22 @@ "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/Lerc/canvas_tab": { "stars": 195, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5783 + "author_account_age_days": 5784 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 15, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 8, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, @@ -3052,32 +3072,32 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3018 + "author_account_age_days": 3019 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2307, + "stars": 2310, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3097,37 +3117,37 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, @@ -3137,37 +3157,37 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 35, - "last_update": "2025-08-14 08:44:41", - "author_account_age_days": 4634 + "stars": 36, + "last_update": "2025-08-14 19:53:36", + "author_account_age_days": 4635 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, @@ -3221,28 +3241,28 @@ }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, - "last_update": "2025-08-11 23:29:38", - "author_account_age_days": 2020 + "last_update": "2025-08-14 21:01:35", + "author_account_age_days": 2021 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-06-14 10:33:54", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 9, + "stars": 10, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, @@ -3252,22 +3272,22 @@ "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5385 + "author_account_age_days": 5386 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1838 + "author_account_age_days": 1839 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, @@ -3287,17 +3307,17 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, @@ -3307,12 +3327,12 @@ "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2023 + "author_account_age_days": 2024 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3332,7 +3352,7 @@ "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5747 + "author_account_age_days": 5748 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, @@ -3347,42 +3367,42 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 87, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 103, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, @@ -3397,115 +3417,115 @@ "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 335, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { - "stars": 116, + "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 29, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2931 + "author_account_age_days": 2932 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4399 + "author_account_age_days": 4400 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 47, + "stars": 48, "last_update": "2025-08-13 05:30:44", "author_account_age_days": 3219 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, "last_update": "2025-06-04 07:30:29", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4810 + "author_account_age_days": 4811 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3312, + "stars": 3314, "last_update": "2025-08-07 10:48:28", "author_account_age_days": 1977 }, @@ -3532,82 +3552,82 @@ "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { - "stars": 11, + "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { - "stars": 69, + "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-14 06:30:14", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4704 + "author_account_age_days": 4705 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, @@ -3617,7 +3637,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3627,42 +3647,42 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5565 + "author_account_age_days": 5566 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1196, + "stars": 1197, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { - "stars": 32, + "stars": 31, "last_update": "2024-05-22 21:30:40", "author_account_age_days": 1458 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, @@ -3672,42 +3692,42 @@ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3235 + "author_account_age_days": 3236 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 226, + "stars": 225, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4895 + "author_account_age_days": 4896 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4895 + "author_account_age_days": 4896 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, @@ -3717,7 +3737,7 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, @@ -3732,7 +3752,7 @@ "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, @@ -3752,82 +3772,82 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 56, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3243 + "author_account_age_days": 3244 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5641 + "author_account_age_days": 5642 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3840,7 +3860,7 @@ "author_account_age_days": 305 }, "https://github.com/Pirog17000/Pirogs-Nodes": { - "stars": 2, + "stars": 3, "last_update": "2025-08-14 00:26:09", "author_account_age_days": 4628 }, @@ -3852,12 +3872,12 @@ "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, @@ -3867,10 +3887,10 @@ "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2468, + "stars": 2469, "last_update": "2024-08-21 06:14:24", "author_account_age_days": 379 }, @@ -3886,13 +3906,13 @@ }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, - "last_update": "2025-08-05 15:18:08", + "last_update": "2025-08-14 19:18:27", "author_account_age_days": 3858 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, @@ -3902,7 +3922,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3922,37 +3942,37 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 214 + "author_account_age_days": 215 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 4, + "stars": 6, "last_update": "2025-08-14 03:59:37", "author_account_age_days": 206 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2490 + "author_account_age_days": 2491 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, @@ -3967,7 +3987,7 @@ "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, @@ -3977,12 +3997,12 @@ "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, @@ -4042,7 +4062,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, @@ -4052,22 +4072,22 @@ "https://github.com/Runware/ComfyUI-Runware": { "stars": 107, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4091,48 +4111,48 @@ }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, - "last_update": "2025-06-28 20:35:53", - "author_account_age_days": 1971 + "last_update": "2025-08-14 14:55:48", + "author_account_age_days": 1972 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4113 + "author_account_age_days": 4114 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4113 + "author_account_age_days": 4114 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, @@ -4152,37 +4172,37 @@ "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2024-11-22 19:28:20", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1996 + "author_account_age_days": 1997 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, @@ -4202,12 +4222,12 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4215,39 +4235,39 @@ "author_account_age_days": 3612 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { - "stars": 17, + "stars": 18, "last_update": "2024-08-26 14:51:47", "author_account_age_days": 1526 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 55, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 112, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 854, + "stars": 853, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, @@ -4257,22 +4277,22 @@ "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5301 + "author_account_age_days": 5302 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 426, @@ -4282,7 +4302,7 @@ "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1712 + "author_account_age_days": 1713 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, @@ -4292,22 +4312,22 @@ "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, @@ -4317,7 +4337,7 @@ "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, @@ -4345,7 +4365,7 @@ "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { - "stars": 8, + "stars": 9, "last_update": "2024-12-29 05:30:57", "author_account_age_days": 1621 }, @@ -4440,7 +4460,7 @@ "author_account_age_days": 1621 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 86, + "stars": 87, "last_update": "2025-05-02 20:13:08", "author_account_age_days": 1621 }, @@ -4512,7 +4532,7 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, @@ -4522,12 +4542,12 @@ "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, @@ -4537,12 +4557,12 @@ "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, @@ -4552,7 +4572,7 @@ "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4562,122 +4582,122 @@ "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2591 + "author_account_age_days": 2592 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2591 + "author_account_age_days": 2592 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 15, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, @@ -4692,22 +4712,22 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 228, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3424 + "author_account_age_days": 3425 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, @@ -4717,12 +4737,12 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-11 15:02:32", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { - "stars": 43, + "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, @@ -4777,7 +4797,7 @@ "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 283 + "author_account_age_days": 284 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, @@ -4790,24 +4810,24 @@ "author_account_age_days": 3994 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 968, + "stars": 967, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2565 + "author_account_age_days": 2566 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2454 + "author_account_age_days": 2455 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4815,9 +4835,9 @@ "author_account_age_days": 1352 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 85, + "stars": 86, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -4832,12 +4852,12 @@ "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, @@ -4847,12 +4867,12 @@ "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, @@ -4897,62 +4917,62 @@ "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3465 + "author_account_age_days": 3466 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3580 + "author_account_age_days": 3581 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, @@ -4962,7 +4982,7 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 138, @@ -4972,32 +4992,32 @@ "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -5007,7 +5027,7 @@ "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, @@ -5022,7 +5042,7 @@ "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 540, @@ -5032,7 +5052,7 @@ "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 166, @@ -5042,7 +5062,7 @@ "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, @@ -5052,42 +5072,42 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/Trung0246/ComfyUI-0246": { - "stars": 128, + "stars": 127, "last_update": "2025-03-15 03:39:33", "author_account_age_days": 3796 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 243, + "stars": 244, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5337 + "author_account_age_days": 5338 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/Umikaze-job/select_folder_path_easy": { - "stars": 6, + "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 293, @@ -5097,97 +5117,102 @@ "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5761 + "author_account_age_days": 5762 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1771 + "author_account_age_days": 1772 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 16, "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 532 + "author_account_age_days": 533 + }, + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { + "stars": 0, + "last_update": "2025-08-15 00:22:47", + "author_account_age_days": 834 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 242, - "last_update": "2025-08-12 18:32:23", - "author_account_age_days": 1335 + "stars": 244, + "last_update": "2025-08-14 16:04:28", + "author_account_age_days": 1336 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-06 01:30:47", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5202,22 +5227,22 @@ "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3038 + "author_account_age_days": 3039 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, @@ -5227,12 +5252,12 @@ "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 22, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4168 + "author_account_age_days": 4169 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, @@ -5247,7 +5272,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, @@ -5272,22 +5297,22 @@ "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1614, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, @@ -5307,17 +5332,17 @@ "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, @@ -5342,7 +5367,7 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, @@ -5357,22 +5382,22 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1229 + "author_account_age_days": 1230 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, "last_update": "2025-07-16 08:15:03", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5382,7 +5407,7 @@ "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, @@ -5440,7 +5465,7 @@ "author_account_age_days": 1856 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { - "stars": 26, + "stars": 27, "last_update": "2025-05-29 07:49:15", "author_account_age_days": 1856 }, @@ -5557,92 +5582,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 517, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1429, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 215, + "stars": 214, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 760, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5662,7 +5687,7 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5955 + "author_account_age_days": 5956 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, @@ -5682,32 +5707,32 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 212, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, @@ -5742,37 +5767,37 @@ "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/adieyal/comfyui-dynamicprompts": { - "stars": 334, + "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, @@ -5782,7 +5807,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5792,32 +5817,32 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, @@ -5837,22 +5862,22 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, @@ -5865,19 +5890,19 @@ "author_account_age_days": 4964 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2193, + "stars": 2192, "last_update": "2025-03-06 11:41:28", "author_account_age_days": 734 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1281, + "stars": 1282, "last_update": "2025-08-13 11:20:11", "author_account_age_days": 734 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, @@ -5907,57 +5932,57 @@ "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 230, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 305, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, @@ -5967,7 +5992,7 @@ "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, @@ -5977,82 +6002,82 @@ "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2993 + "author_account_age_days": 2994 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 81, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4002 + "author_account_age_days": 4003 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 24, - "last_update": "2025-08-14 10:50:34", + "stars": 25, + "last_update": "2025-08-14 14:40:52", "author_account_age_days": 3702 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 111, + "stars": 112, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1260, + "stars": 1261, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, @@ -6062,17 +6087,17 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 81, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, @@ -6092,7 +6117,7 @@ "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, @@ -6102,22 +6127,22 @@ "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6208 + "author_account_age_days": 6209 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6127,12 +6152,12 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6163 + "author_account_age_days": 6164 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 74, @@ -6152,27 +6177,27 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 313, + "stars": 312, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, @@ -6180,9 +6205,9 @@ "author_account_age_days": 430 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { - "stars": 44, + "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5327 + "author_account_age_days": 5328 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, @@ -6192,12 +6217,12 @@ "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3442 + "author_account_age_days": 3443 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, @@ -6207,12 +6232,12 @@ "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, @@ -6220,24 +6245,24 @@ "author_account_age_days": 4514 }, "https://github.com/avatechai/avatar-graph-comfyui": { - "stars": 265, + "stars": 264, "last_update": "2024-05-22 21:14:14", "author_account_age_days": 1270 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 119 + "author_account_age_days": 120 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6247,7 +6272,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3974 + "author_account_age_days": 3975 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6267,32 +6292,32 @@ "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5778 + "author_account_age_days": 5779 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, @@ -6302,7 +6327,7 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1246 + "author_account_age_days": 1247 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, @@ -6315,27 +6340,27 @@ "author_account_age_days": 2950 }, "https://github.com/banodoco/steerable-motion": { - "stars": 924, + "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4603 + "author_account_age_days": 4604 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 106, + "stars": 107, "last_update": "2025-08-10 14:10:03", "author_account_age_days": 41 }, @@ -6347,17 +6372,17 @@ "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, @@ -6372,17 +6397,17 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6427,7 +6452,7 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, @@ -6500,7 +6525,7 @@ "author_account_age_days": 2352 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 134, + "stars": 135, "last_update": "2025-05-23 09:45:26", "author_account_age_days": 2352 }, @@ -6515,64 +6540,64 @@ "author_account_age_days": 2352 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 99, + "stars": 100, "last_update": "2025-06-02 14:14:35", "author_account_age_days": 2352 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 114, "last_update": "2025-08-09 11:27:35", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 45, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6582,12 +6607,12 @@ "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -6597,32 +6622,32 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5160 + "author_account_age_days": 5161 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6657,7 +6682,7 @@ "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4974 + "author_account_age_days": 4975 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, @@ -6692,32 +6717,32 @@ "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 4, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, @@ -6727,12 +6752,12 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 1, @@ -6747,7 +6772,7 @@ "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, @@ -6767,30 +6792,30 @@ "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 395, + "stars": 396, "last_update": "2025-06-25 08:47:51", "author_account_age_days": 4504 }, @@ -6800,114 +6825,114 @@ "author_account_age_days": 4504 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 382, + "stars": 383, "last_update": "2025-08-11 11:23:43", "author_account_age_days": 4504 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/calcuis/gguf": { - "stars": 102, - "last_update": "2025-08-14 04:58:49", - "author_account_age_days": 1063 + "stars": 103, + "last_update": "2025-08-14 11:39:01", + "author_account_age_days": 1064 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3718 + "author_account_age_days": 3719 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3718 + "author_account_age_days": 3719 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 152, + "stars": 154, "last_update": "2025-08-13 14:30:13", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 474, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4711 + "author_account_age_days": 4712 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, @@ -6917,12 +6942,12 @@ "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1569 + "author_account_age_days": 1570 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, @@ -6957,187 +6982,187 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { "stars": 266, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, @@ -7147,15 +7172,15 @@ "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1945 + "author_account_age_days": 1946 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 353, + "stars": 355, "last_update": "2025-01-01 12:55:16", "author_account_age_days": 860 }, @@ -7175,7 +7200,7 @@ "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2501, + "stars": 2502, "last_update": "2025-08-09 12:53:15", "author_account_age_days": 860 }, @@ -7195,7 +7220,7 @@ "author_account_age_days": 860 }, "https://github.com/chflame163/ComfyUI_WordCloud": { - "stars": 110, + "stars": 111, "last_update": "2025-03-31 13:11:39", "author_account_age_days": 860 }, @@ -7227,17 +7252,17 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2212 + "author_account_age_days": 2213 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, @@ -7267,117 +7292,117 @@ "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2470 + "author_account_age_days": 2471 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 274, + "stars": 275, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5786 + "author_account_age_days": 5787 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2360, + "stars": 2366, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, @@ -7392,7 +7417,7 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1014 + "author_account_age_days": 1015 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7407,7 +7432,7 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, @@ -7417,22 +7442,22 @@ "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, @@ -7442,7 +7467,7 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, @@ -7452,7 +7477,7 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, @@ -7461,12 +7486,12 @@ }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, - "last_update": "2025-08-13 15:13:02", - "author_account_age_days": 582 + "last_update": "2025-08-14 13:42:42", + "author_account_age_days": 583 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85455, - "last_update": "2025-08-14 02:47:17", + "stars": 85490, + "last_update": "2025-08-15 00:56:26", "author_account_age_days": 965 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -7482,17 +7507,17 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, @@ -7532,7 +7557,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7542,17 +7567,17 @@ "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 107, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, @@ -7562,22 +7587,22 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1358, + "stars": 1362, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, @@ -7590,12 +7615,12 @@ "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 475, + "stars": 476, "last_update": "2025-05-20 05:18:36", "author_account_age_days": 5427 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5382, + "stars": 5385, "last_update": "2025-04-14 07:29:17", "author_account_age_days": 5427 }, @@ -7622,92 +7647,92 @@ "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2345 + "author_account_age_days": 2346 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 37, - "last_update": "2025-08-10 15:12:32", - "author_account_age_days": 805 + "last_update": "2025-08-15 00:20:11", + "author_account_age_days": 806 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2005 + "author_account_age_days": 2006 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 259, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3767 + "author_account_age_days": 3768 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3767 + "author_account_age_days": 3768 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -7717,22 +7742,22 @@ "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4880 + "author_account_age_days": 4881 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5129 + "author_account_age_days": 5130 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5129 + "author_account_age_days": 5130 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, @@ -7742,7 +7767,7 @@ "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, @@ -7782,17 +7807,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4951 + "author_account_age_days": 4952 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 145, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4951 + "author_account_age_days": 4952 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3912 + "author_account_age_days": 3913 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, @@ -7807,27 +7832,27 @@ "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6390 + "author_account_age_days": 6391 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6390 + "author_account_age_days": 6391 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 554, + "stars": 555, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, @@ -7837,22 +7862,22 @@ "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4780 + "author_account_age_days": 4781 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3830 + "author_account_age_days": 3831 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 5, @@ -7862,82 +7887,82 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 367, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4699 + "author_account_age_days": 4700 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4185 + "author_account_age_days": 4186 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 5, - "last_update": "2025-08-12 04:16:10", - "author_account_age_days": 3467 + "stars": 6, + "last_update": "2025-08-14 18:30:48", + "author_account_age_days": 3468 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, @@ -7952,27 +7977,27 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, @@ -7982,17 +8007,17 @@ "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5219 + "author_account_age_days": 5220 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, @@ -8002,12 +8027,12 @@ "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -8022,12 +8047,12 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/edenartlab/sd-lora-trainer": { - "stars": 56, + "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, @@ -8037,12 +8062,12 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, @@ -8062,22 +8087,22 @@ "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 2, + "stars": 8, "last_update": "2025-08-11 17:05:25", - "author_account_age_days": 3848 + "author_account_age_days": 3849 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 513, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, @@ -8087,22 +8112,22 @@ "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1411 + "author_account_age_days": 1412 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 19, @@ -8112,7 +8137,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8152,12 +8177,12 @@ "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, @@ -8167,37 +8192,37 @@ "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 2, "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3780 + "author_account_age_days": 3781 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, @@ -8207,12 +8232,17 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 977 + "author_account_age_days": 978 + }, + "https://github.com/feffy380/comfyui-chroma-cache": { + "stars": 0, + "last_update": "2025-08-14 20:12:32", + "author_account_age_days": 1047 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4378 + "author_account_age_days": 4379 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, @@ -8222,7 +8252,7 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, @@ -8242,32 +8272,32 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 149, "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 430, + "stars": 431, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8277,47 +8307,47 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1095, + "stars": 1097, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 281, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, @@ -8325,14 +8355,14 @@ "author_account_age_days": 249 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 0, + "stars": 13, "last_update": "2025-08-13 16:04:29", "author_account_age_days": 3063 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5275 + "author_account_age_days": 5276 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, @@ -8342,32 +8372,32 @@ "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5523 + "author_account_age_days": 5524 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8377,7 +8407,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, @@ -8387,37 +8417,37 @@ "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 578, + "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 49, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8427,7 +8457,7 @@ "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, @@ -8452,7 +8482,7 @@ "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, @@ -8462,22 +8492,22 @@ "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8492,12 +8522,12 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, @@ -8512,7 +8542,7 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, @@ -8557,32 +8587,32 @@ "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2913 + "author_account_age_days": 2914 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, @@ -8597,17 +8627,17 @@ "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, @@ -8617,32 +8647,32 @@ "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 142, + "stars": 143, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 515, + "stars": 516, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1473 + "author_account_age_days": 1474 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, @@ -8652,17 +8682,17 @@ "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, @@ -8677,42 +8707,42 @@ "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { - "stars": 202, + "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4262 + "author_account_age_days": 4263 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1571 + "author_account_age_days": 1572 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, @@ -8725,24 +8755,24 @@ "author_account_age_days": 4609 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 2, + "stars": 3, "last_update": "2025-07-26 05:48:32", "author_account_age_days": 4609 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, @@ -8750,14 +8780,14 @@ "author_account_age_days": 5253 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1984, - "last_update": "2025-08-14 03:51:20", + "stars": 1987, + "last_update": "2025-08-14 22:03:35", "author_account_age_days": 658 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, @@ -8807,7 +8837,7 @@ "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 142, @@ -8817,30 +8847,30 @@ "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { - "stars": 0, + "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4579 + "author_account_age_days": 4580 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1852, + "stars": 1854, "last_update": "2025-08-01 04:46:44", "author_account_age_days": 3311 }, @@ -8852,12 +8882,12 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/hgabha/WWAA-CustomNodes": { - "stars": 22, + "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, @@ -8872,7 +8902,7 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, @@ -8882,7 +8912,7 @@ "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5527 + "author_account_age_days": 5528 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, @@ -8935,39 +8965,39 @@ "author_account_age_days": 3920 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { - "stars": 627, + "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1715, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 107, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 449, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6056 + "author_account_age_days": 6057 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, @@ -8987,7 +9017,7 @@ "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, @@ -8997,42 +9027,42 @@ "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3303 + "author_account_age_days": 3304 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, @@ -9057,102 +9087,102 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4811 + "author_account_age_days": 4812 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3465 + "author_account_age_days": 3466 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5707 + "author_account_age_days": 5708 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 663, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { - "stars": 51, + "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3586 + "author_account_age_days": 3587 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, @@ -9162,22 +9192,22 @@ "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1304 + "author_account_age_days": 1305 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, @@ -9187,12 +9217,12 @@ "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3301 + "author_account_age_days": 3302 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, @@ -9202,22 +9232,22 @@ "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4286 + "author_account_age_days": 4287 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4286 + "author_account_age_days": 4287 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4286 + "author_account_age_days": 4287 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 48, @@ -9226,23 +9256,23 @@ }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 101, - "last_update": "2025-07-29 09:44:37", - "author_account_age_days": 1987 + "last_update": "2025-08-14 14:23:54", + "author_account_age_days": 1988 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 117, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, @@ -9252,72 +9282,72 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4794 + "author_account_age_days": 4795 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 182 + "author_account_age_days": 183 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, @@ -9342,7 +9372,7 @@ "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3545 + "author_account_age_days": 3546 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, @@ -9352,7 +9382,7 @@ "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4992 + "author_account_age_days": 4993 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9362,17 +9392,17 @@ "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, @@ -9382,12 +9412,12 @@ "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4400 + "author_account_age_days": 4401 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, @@ -9397,7 +9427,7 @@ "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, @@ -9407,22 +9437,22 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5409 + "author_account_age_days": 5410 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9437,7 +9467,7 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1105 + "author_account_age_days": 1106 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, @@ -9447,7 +9477,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4345 + "author_account_age_days": 4346 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, @@ -9472,32 +9502,32 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 6, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 447, @@ -9517,17 +9547,17 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, @@ -9537,12 +9567,12 @@ "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, @@ -9552,32 +9582,32 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 92, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 2, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5097 + "author_account_age_days": 5098 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, @@ -9607,47 +9637,47 @@ "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 5, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5950 + "author_account_age_days": 5951 }, "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { - "stars": 7, + "stars": 8, "last_update": "2025-08-13 04:54:56", "author_account_age_days": 3073 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 0, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1143 + "author_account_age_days": 1144 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, @@ -9667,37 +9697,37 @@ "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 50, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/kft334/Knodes": { "stars": 4, @@ -9710,234 +9740,234 @@ "author_account_age_days": 4362 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { - "stars": 176, + "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 342, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-Florence2": { "stars": 1377, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 998, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 350, + "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2521, + "stars": 2522, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1080, + "stars": 1081, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1633, + "stars": 1636, "last_update": "2025-08-06 20:15:14", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 229, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2042, + "stars": 2044, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 504, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 2059, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3974, - "last_update": "2025-08-14 12:41:34", + "stars": 3980, + "last_update": "2025-08-14 17:27:36", "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1013, + "stars": 1014, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/kk8bit/KayTool": { - "stars": 191, + "stars": 193, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -9952,7 +9982,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, @@ -9972,7 +10002,7 @@ "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3465 + "author_account_age_days": 3466 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, @@ -9982,12 +10012,12 @@ "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, @@ -10002,22 +10032,27 @@ "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2935 + "author_account_age_days": 2936 + }, + "https://github.com/kusurin/ComfyUI-chronophotography": { + "stars": 0, + "last_update": "2025-08-14 14:56:40", + "author_account_age_days": 1034 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, @@ -10067,32 +10102,32 @@ "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, @@ -10202,12 +10237,12 @@ "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3912 + "author_account_age_days": 3913 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, @@ -10222,7 +10257,7 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, @@ -10242,17 +10277,17 @@ "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, @@ -10282,7 +10317,7 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, @@ -10292,22 +10327,22 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, @@ -10317,72 +10352,72 @@ "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4462 + "author_account_age_days": 4463 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 99, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, @@ -10400,7 +10435,7 @@ "author_account_age_days": 2509 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 406, + "stars": 407, "last_update": "2025-04-08 06:21:55", "author_account_age_days": 2509 }, @@ -10422,12 +10457,12 @@ "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4895 + "author_account_age_days": 4896 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, @@ -10450,7 +10485,7 @@ "author_account_age_days": 538 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1363, + "stars": 1364, "last_update": "2025-01-09 02:38:40", "author_account_age_days": 538 }, @@ -10527,27 +10562,27 @@ "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10565,69 +10600,69 @@ "author_account_age_days": 5183 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 785, + "stars": 786, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 24, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2624, + "stars": 2625, "last_update": "2025-08-13 09:21:54", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 243, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 640, + "stars": 639, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11147, - "last_update": "2025-08-14 03:01:29", + "stars": 11151, + "last_update": "2025-08-14 14:24:14", "author_account_age_days": 491 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 64, + "stars": 65, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, @@ -10637,62 +10672,62 @@ "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 93, + "stars": 94, "last_update": "2024-12-02 22:10:41", "author_account_age_days": 1853 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 45, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 0, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, @@ -10702,17 +10737,17 @@ "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, @@ -10722,12 +10757,12 @@ "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, @@ -10737,12 +10772,12 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, @@ -10752,22 +10787,22 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6170 + "author_account_age_days": 6171 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, @@ -10787,12 +10822,12 @@ "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4830 + "author_account_age_days": 4831 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, @@ -10802,17 +10837,17 @@ "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 8, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, @@ -10832,12 +10867,12 @@ "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, @@ -10847,52 +10882,52 @@ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3155 + "author_account_age_days": 3156 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 290, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3336 + "author_account_age_days": 3337 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-08-03 10:43:32", + "last_update": "2025-08-14 18:56:31", "author_account_age_days": 3402 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1219, + "stars": 1218, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, @@ -10912,62 +10947,62 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4855 + "author_account_age_days": 4856 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/melMass/comfy_mtb": { - "stars": 601, + "stars": 602, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5889 + "author_account_age_days": 5890 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5889 + "author_account_age_days": 5890 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, @@ -10986,8 +11021,8 @@ }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, - "last_update": "2025-08-14 06:22:31", - "author_account_age_days": 5772 + "last_update": "2025-08-14 09:43:33", + "author_account_age_days": 5773 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, @@ -10997,12 +11032,12 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -11012,12 +11047,12 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6332 + "author_account_age_days": 6333 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6332 + "author_account_age_days": 6333 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 421, @@ -11027,12 +11062,12 @@ "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, - "last_update": "2025-08-13 17:17:12", - "author_account_age_days": 1636 + "last_update": "2025-08-14 17:33:01", + "author_account_age_days": 1637 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, @@ -11040,7 +11075,7 @@ "author_account_age_days": 1154 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1851, + "stars": 1854, "last_update": "2025-08-14 06:57:47", "author_account_age_days": 31 }, @@ -11067,7 +11102,7 @@ "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/modelscope/comfyscope": { "stars": 4, @@ -11082,7 +11117,7 @@ "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5019 + "author_account_age_days": 5020 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, @@ -11092,7 +11127,7 @@ "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11102,22 +11137,22 @@ "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3600 + "author_account_age_days": 3601 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, @@ -11127,12 +11162,12 @@ "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 17, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2716 + "author_account_age_days": 2717 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, @@ -11142,12 +11177,12 @@ "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, @@ -11162,17 +11197,17 @@ "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { - "stars": 154, + "stars": 155, "last_update": "2025-05-20 13:36:56", "author_account_age_days": 3377 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, @@ -11187,7 +11222,7 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, @@ -11207,7 +11242,7 @@ "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11217,7 +11252,7 @@ "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5049 + "author_account_age_days": 5050 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11232,22 +11267,22 @@ "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, @@ -11257,17 +11292,17 @@ "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, @@ -11289,6 +11324,11 @@ "last_update": "2025-05-12 16:09:03", "author_account_age_days": 1435 }, + "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { + "stars": 1, + "last_update": "2025-08-14 19:05:53", + "author_account_age_days": 1435 + }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 198, "last_update": "2025-05-13 12:38:09", @@ -11302,52 +11342,52 @@ "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4425 + "author_account_age_days": 4426 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4444 + "author_account_age_days": 4445 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 210, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 215, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, @@ -11357,62 +11397,62 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3403 + "author_account_age_days": 3404 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 2, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 21, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, @@ -11420,14 +11460,14 @@ "author_account_age_days": 2203 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { - "stars": 25, + "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3158 + "author_account_age_days": 3159 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1628 + "author_account_age_days": 1629 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, @@ -11437,32 +11477,32 @@ "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3475 + "author_account_age_days": 3476 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, @@ -11477,82 +11517,82 @@ "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 907, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5199 + "author_account_age_days": 5200 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 521, + "stars": 522, "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5199 + "author_account_age_days": 5200 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5199 + "author_account_age_days": 5200 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 2, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2888 + "author_account_age_days": 2889 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { - "stars": 6, + "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, @@ -11572,7 +11612,7 @@ "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, @@ -11582,7 +11622,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, @@ -11592,7 +11632,7 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, @@ -11602,67 +11642,67 @@ "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3444 + "author_account_age_days": 3445 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11677,22 +11717,22 @@ "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11707,57 +11747,57 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 270, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5495 + "author_account_age_days": 5496 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11777,17 +11817,17 @@ "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5424 + "author_account_age_days": 5425 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, @@ -11802,17 +11842,17 @@ "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 50, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, @@ -11842,17 +11882,17 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -11877,12 +11917,12 @@ "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, @@ -11892,12 +11932,12 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { "stars": 399, - "last_update": "2025-08-13 21:27:03", - "author_account_age_days": 3922 + "last_update": "2025-08-14 17:58:36", + "author_account_age_days": 3923 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, @@ -11932,7 +11972,7 @@ "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, @@ -11947,7 +11987,7 @@ "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -11977,92 +12017,92 @@ "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { "stars": 1961, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2614, + "stars": 2617, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 936, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 36, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 59, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12071,28 +12111,28 @@ }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, - "last_update": "2025-08-14 00:55:27", + "last_update": "2025-08-14 13:13:09", "author_account_age_days": 88 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 365, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, @@ -12101,13 +12141,13 @@ }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, - "last_update": "2025-08-12 23:55:01", + "last_update": "2025-08-14 13:53:47", "author_account_age_days": 3579 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, @@ -12122,7 +12162,7 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, @@ -12131,8 +12171,8 @@ }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-14 11:40:43", - "author_account_age_days": 5671 + "last_update": "2025-08-14 18:15:13", + "author_account_age_days": 5672 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12142,17 +12182,17 @@ "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2338 + "author_account_age_days": 2339 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2420 + "author_account_age_days": 2421 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, @@ -12160,54 +12200,54 @@ "author_account_age_days": 1927 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { - "stars": 41, + "stars": 42, "last_update": "2025-06-30 19:02:35", "author_account_age_days": 6037 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3739 + "author_account_age_days": 3740 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 381, + "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/replicate/comfyui-replicate": { "stars": 188, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, @@ -12215,19 +12255,19 @@ "author_account_age_days": 4901 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2121, + "stars": 2126, "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5390 + "author_account_age_days": 5391 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6052 + "author_account_age_days": 6053 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6052 + "author_account_age_days": 6053 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, @@ -12237,12 +12277,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, @@ -12272,12 +12312,12 @@ "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5687 + "author_account_age_days": 5688 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12285,7 +12325,7 @@ "author_account_age_days": 2229 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 231, + "stars": 234, "last_update": "2025-08-13 00:00:37", "author_account_age_days": 4521 }, @@ -12302,17 +12342,17 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, @@ -12322,12 +12362,12 @@ "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1433 + "author_account_age_days": 1434 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, @@ -12342,17 +12382,17 @@ "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12362,87 +12402,87 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2836 + "author_account_age_days": 2837 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 541, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 3, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4315 + "author_account_age_days": 4316 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, @@ -12452,12 +12492,12 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, @@ -12467,17 +12507,17 @@ "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/scraed/LanPaint": { - "stars": 425, + "stars": 427, "last_update": "2025-08-08 06:14:39", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12487,17 +12527,17 @@ "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5721 + "author_account_age_days": 5722 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5721 + "author_account_age_days": 5722 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, @@ -12507,22 +12547,22 @@ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3748 + "author_account_age_days": 3749 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12537,22 +12577,22 @@ "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, @@ -12560,7 +12600,7 @@ "author_account_age_days": 2459 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1682, + "stars": 1683, "last_update": "2025-07-22 01:44:28", "author_account_age_days": 2459 }, @@ -12577,17 +12617,17 @@ "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, @@ -12597,7 +12637,7 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5508 + "author_account_age_days": 5509 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12627,110 +12667,110 @@ "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, "last_update": "2025-08-13 15:02:11", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/siliconflow/BizyAir": { "stars": 743, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 298, + "stars": 297, "last_update": "2025-08-11 14:28:18", "author_account_age_days": 1523 }, @@ -12742,7 +12782,7 @@ "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12752,7 +12792,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2498 + "author_account_age_days": 2499 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, @@ -12767,17 +12807,17 @@ "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4355 + "author_account_age_days": 4356 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12787,17 +12827,17 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, @@ -13000,7 +13040,7 @@ "author_account_age_days": 770 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1075, + "stars": 1077, "last_update": "2025-05-22 00:46:49", "author_account_age_days": 770 }, @@ -13042,17 +13082,17 @@ "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, @@ -13067,7 +13107,7 @@ "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3675 + "author_account_age_days": 3676 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, @@ -13082,47 +13122,47 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 216, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 241, + "stars": 242, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, @@ -13137,72 +13177,72 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 220, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5156 + "author_account_age_days": 5157 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5647 + "author_account_age_days": 5648 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1273, + "stars": 1274, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 608, + "stars": 611, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 14, + "stars": 15, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 56, + "stars": 59, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, @@ -13212,7 +13252,7 @@ "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, @@ -13232,17 +13272,17 @@ "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1001, + "stars": 1000, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 6, @@ -13252,42 +13292,42 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2261 + "author_account_age_days": 2262 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6346 + "author_account_age_days": 6347 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 60, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13297,17 +13337,17 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 2, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, @@ -13332,7 +13372,7 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, @@ -13342,7 +13382,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -13377,7 +13417,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13387,17 +13427,17 @@ "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { - "stars": 260, + "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2098 + "author_account_age_days": 2099 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, @@ -13417,12 +13457,12 @@ "https://github.com/talesofai/comfyui-browser": { "stars": 604, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, @@ -13437,7 +13477,7 @@ "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, @@ -13467,12 +13507,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13482,22 +13522,22 @@ "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13557,7 +13597,7 @@ "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, @@ -13577,12 +13617,12 @@ "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2387 + "author_account_age_days": 2388 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, @@ -13607,22 +13647,22 @@ "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3318 + "author_account_age_days": 3319 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, @@ -13630,69 +13670,69 @@ "author_account_age_days": 4786 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 102, + "stars": 103, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4236 + "author_account_age_days": 4237 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 61, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, @@ -13707,17 +13747,17 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1944 + "author_account_age_days": 1945 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 117, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, @@ -13745,19 +13785,19 @@ "author_account_age_days": 3081 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 869, + "stars": 870, "last_update": "2024-05-22 18:16:58", "author_account_age_days": 4484 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, @@ -13787,7 +13827,7 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4169 + "author_account_age_days": 4170 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, @@ -13802,12 +13842,12 @@ "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4126 + "author_account_age_days": 4127 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13822,12 +13862,12 @@ "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, @@ -13835,24 +13875,24 @@ "author_account_age_days": 408 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { - "stars": 15, + "stars": 16, "last_update": "2025-02-09 04:06:34", "author_account_age_days": 2803 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, @@ -13867,27 +13907,27 @@ "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2686 + "author_account_age_days": 2687 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, @@ -13907,32 +13947,32 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 140, + "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2254 + "author_account_age_days": 2255 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2254 + "author_account_age_days": 2255 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4764 + "author_account_age_days": 4765 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -13962,32 +14002,32 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5400 + "author_account_age_days": 5401 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 195, + "stars": 196, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 2, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, @@ -13997,7 +14037,7 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -14017,22 +14057,22 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3444 + "author_account_age_days": 3445 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, @@ -14047,42 +14087,42 @@ "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 209, + "stars": 210, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { "stars": 949, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 71, "last_update": "2025-08-01 16:57:00", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -14092,32 +14132,32 @@ "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 39, "last_update": "2025-07-31 10:35:05", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 34, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14125,9 +14165,9 @@ "author_account_age_days": 3054 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 549, + "stars": 551, "last_update": "2025-08-13 23:32:49", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, @@ -14142,12 +14182,12 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1639 + "author_account_age_days": 1640 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, @@ -14157,12 +14197,12 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, @@ -14187,12 +14227,12 @@ "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, @@ -14202,7 +14242,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -14217,17 +14257,17 @@ "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3344 + "author_account_age_days": 3345 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, @@ -14242,7 +14282,7 @@ "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, @@ -14252,7 +14292,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, @@ -14262,37 +14302,37 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, @@ -14332,7 +14372,7 @@ "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, @@ -14342,242 +14382,242 @@ "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3840 + "author_account_age_days": 3841 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 105, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1824, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1756 + "author_account_age_days": 1757 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2858 + "author_account_age_days": 2859 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { - "stars": 6, + "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 219, + "stars": 221, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 24, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 156, "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { - "stars": 32, + "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, @@ -14602,7 +14642,7 @@ "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4192 + "author_account_age_days": 4193 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, @@ -14627,22 +14667,22 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2772 + "author_account_age_days": 2773 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, @@ -14652,7 +14692,7 @@ "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, @@ -14662,7 +14702,7 @@ "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, @@ -14677,12 +14717,12 @@ "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3765 + "author_account_age_days": 3766 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, @@ -14692,7 +14732,7 @@ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1428, @@ -14722,17 +14762,17 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1632, + "stars": 1633, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5377 + "author_account_age_days": 5378 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, @@ -14742,7 +14782,7 @@ "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 76ea0ce9..2835244a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "InfiniNode", + "title": "Comfyui-InfiniNode-Model-Suite [UNSAFE]", + "reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite", + "files": [ + "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite" + ], + "install_type": "git-clone", + "description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, { "author": "GuusF", "title": "Comfyui_CrazyMaths [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ae03c7d7..3f5f07b9 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1844,6 +1844,24 @@ "title_aux": "ComfyUI-igTools" } ], + "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": [ + [ + "InfiniNode_ApplyKeymapFile", + "InfiniNode_CompareStateDicts", + "InfiniNode_ComponentCombiner", + "InfiniNode_ComponentSplitter", + "InfiniNode_LoadStateDict", + "InfiniNode_MergeAddDifference", + "InfiniNode_MergeSLERP", + "InfiniNode_MergeWeightedSum", + "InfiniNode_PruneKeys", + "InfiniNode_RenameKeys", + "InfiniNode_SaveStateDict" + ], + { + "title_aux": "Comfyui-InfiniNode-Model-Suite [UNSAFE]" + } + ], "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [ [ "dropdowns", @@ -6697,7 +6715,8 @@ "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": [ [ "FilestashUploadNode", - "HttpUploadNode" + "HttpUploadNode", + "MultipartFileHTTPUploadNode" ], { "title_aux": "Filestash Upload Node [UNSAFE]" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 5462e4d5..fa6241c3 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,17 +2,17 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5181 + "author_account_age_days": 5182 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, @@ -42,37 +42,37 @@ "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/7BEII/Comfyui_PDuse": { - "stars": 14, + "stars": 15, "last_update": "2025-07-30 13:18:10", "author_account_age_days": 229 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, @@ -112,12 +112,12 @@ "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 2, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1875 + "author_account_age_days": 1876 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, @@ -152,17 +152,17 @@ "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1846 + "author_account_age_days": 1847 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, @@ -177,7 +177,7 @@ "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, @@ -187,12 +187,12 @@ "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4370 + "author_account_age_days": 4371 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4370 + "author_account_age_days": 4371 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, @@ -207,17 +207,17 @@ "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 77, @@ -227,11 +227,11 @@ "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, - "last_update": "2025-08-13 17:09:54", + "last_update": "2025-08-14 13:18:33", "author_account_age_days": 887 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { @@ -242,22 +242,22 @@ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1213 + "author_account_age_days": 1214 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, @@ -267,27 +267,27 @@ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4567 + "author_account_age_days": 4568 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, @@ -297,7 +297,7 @@ "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, @@ -312,12 +312,12 @@ "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, @@ -332,7 +332,7 @@ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, @@ -342,7 +342,7 @@ "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, @@ -352,12 +352,12 @@ "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, @@ -367,22 +367,22 @@ "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 8, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, @@ -392,42 +392,42 @@ "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2239 + "author_account_age_days": 2240 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, @@ -452,7 +452,7 @@ "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3061 + "author_account_age_days": 3062 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, @@ -462,22 +462,22 @@ "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2039 + "author_account_age_days": 2040 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, @@ -487,12 +487,12 @@ "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4363 + "author_account_age_days": 4364 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, @@ -507,17 +507,17 @@ "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, @@ -527,17 +527,17 @@ "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2667 + "author_account_age_days": 2668 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, @@ -562,7 +562,7 @@ "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, @@ -572,22 +572,27 @@ "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5000 + "author_account_age_days": 5001 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 343 + "author_account_age_days": 344 + }, + "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": { + "stars": 0, + "last_update": "2025-08-14 15:39:56", + "author_account_age_days": 52 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 191, @@ -597,12 +602,12 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, "last_update": "2025-08-13 18:37:26", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, @@ -612,22 +617,22 @@ "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1307 + "author_account_age_days": 1308 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, @@ -637,7 +642,7 @@ "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, @@ -647,7 +652,7 @@ "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, @@ -657,7 +662,7 @@ "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, @@ -677,7 +682,7 @@ "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, @@ -685,7 +690,7 @@ "author_account_age_days": 1978 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 6, + "stars": 7, "last_update": "2025-08-14 06:15:44", "author_account_age_days": 2044 }, @@ -702,7 +707,7 @@ "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2068 + "author_account_age_days": 2069 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, @@ -732,7 +737,7 @@ "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, @@ -742,7 +747,7 @@ "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, @@ -757,22 +762,22 @@ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, @@ -787,7 +792,7 @@ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 794 + "author_account_age_days": 795 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, @@ -797,7 +802,7 @@ "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-13 13:39:51", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, @@ -822,22 +827,22 @@ "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3235 + "author_account_age_days": 3236 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3235 + "author_account_age_days": 3236 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, @@ -847,7 +852,7 @@ "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, "last_update": "2025-08-14 05:31:14", - "author_account_age_days": 3495 + "author_account_age_days": 3496 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -862,12 +867,12 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 57, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1910 + "author_account_age_days": 1911 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, @@ -877,12 +882,12 @@ "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1300 + "author_account_age_days": 1301 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2446 + "author_account_age_days": 2447 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, @@ -892,7 +897,7 @@ "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, @@ -902,7 +907,7 @@ "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, @@ -922,12 +927,12 @@ "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, @@ -942,7 +947,7 @@ "https://github.com/PixWizardry/ComfyUI_Sliding_Window": { "stars": 1, "last_update": "2025-08-13 19:45:48", - "author_account_age_days": 1 + "author_account_age_days": 2 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, @@ -952,7 +957,7 @@ "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, @@ -967,7 +972,7 @@ "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, @@ -987,7 +992,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, @@ -1002,7 +1007,7 @@ "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5032 + "author_account_age_days": 5033 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, @@ -1012,12 +1017,12 @@ "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, @@ -1037,7 +1042,7 @@ "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, @@ -1047,12 +1052,12 @@ "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1727 + "author_account_age_days": 1728 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, @@ -1062,27 +1067,27 @@ "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, @@ -1097,17 +1102,17 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, @@ -1122,7 +1127,7 @@ "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, @@ -1132,12 +1137,12 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, @@ -1177,12 +1182,12 @@ "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, @@ -1192,7 +1197,7 @@ "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, @@ -1207,27 +1212,27 @@ "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4145 + "author_account_age_days": 4146 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, @@ -1237,7 +1242,7 @@ "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, @@ -1247,7 +1252,7 @@ "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, @@ -1262,17 +1267,17 @@ "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, @@ -1282,7 +1287,7 @@ "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, @@ -1292,12 +1297,12 @@ "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, @@ -1317,37 +1322,37 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 769, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 110, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, @@ -1407,7 +1412,7 @@ "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, @@ -1417,22 +1422,22 @@ "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, @@ -1457,7 +1462,7 @@ "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, @@ -1467,17 +1472,17 @@ "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-13 01:12:47", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3513 + "author_account_age_days": 3514 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, @@ -1497,7 +1502,7 @@ "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4787 + "author_account_age_days": 4788 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, @@ -1507,12 +1512,12 @@ "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4364 + "author_account_age_days": 4365 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, @@ -1527,12 +1532,12 @@ "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, @@ -1557,7 +1562,7 @@ "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, @@ -1577,7 +1582,7 @@ "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, @@ -1597,22 +1602,22 @@ "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, @@ -1622,22 +1627,22 @@ "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4219 + "author_account_age_days": 4220 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, @@ -1647,12 +1652,12 @@ "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1504 + "author_account_age_days": 1505 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, @@ -1662,7 +1667,7 @@ "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1184 + "author_account_age_days": 1185 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, @@ -1677,7 +1682,7 @@ "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, @@ -1692,12 +1697,12 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/celll1/cel_sampler": { "stars": 1, @@ -1712,20 +1717,20 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1126, + "stars": 1127, "last_update": "2025-08-02 14:24:30", "author_account_age_days": 3193 }, @@ -1742,17 +1747,17 @@ "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, @@ -1762,7 +1767,7 @@ "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, @@ -1770,8 +1775,8 @@ "author_account_age_days": 4615 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85455, - "last_update": "2025-08-14 02:47:17", + "stars": 85490, + "last_update": "2025-08-15 00:56:26", "author_account_age_days": 965 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -1787,7 +1792,7 @@ "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, @@ -1797,7 +1802,7 @@ "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2231 + "author_account_age_days": 2232 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, @@ -1817,12 +1822,12 @@ "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, @@ -1832,17 +1837,17 @@ "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6390 + "author_account_age_days": 6391 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, @@ -1852,7 +1857,7 @@ "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 51, @@ -1862,7 +1867,7 @@ "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, @@ -1882,7 +1887,7 @@ "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, @@ -1907,27 +1912,27 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "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": 412 + "author_account_age_days": 413 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, @@ -1937,7 +1942,7 @@ "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, @@ -1947,7 +1952,7 @@ "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, @@ -1972,27 +1977,27 @@ "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4454 + "author_account_age_days": 4455 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, @@ -2007,7 +2012,7 @@ "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5143 + "author_account_age_days": 5144 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, @@ -2022,7 +2027,7 @@ "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, @@ -2032,22 +2037,22 @@ "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 80 + "author_account_age_days": 81 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, @@ -2077,7 +2082,7 @@ "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, @@ -2092,7 +2097,7 @@ "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, @@ -2107,7 +2112,7 @@ "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, @@ -2132,17 +2137,17 @@ "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, @@ -2157,7 +2162,7 @@ "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, @@ -2167,7 +2172,7 @@ "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, @@ -2182,12 +2187,12 @@ "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2555 + "author_account_age_days": 2556 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3393 + "author_account_age_days": 3394 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, @@ -2207,7 +2212,7 @@ "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, @@ -2232,12 +2237,12 @@ "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, @@ -2257,7 +2262,7 @@ "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, @@ -2301,18 +2306,18 @@ }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, - "last_update": "2025-08-11 16:24:08", + "last_update": "2025-08-14 23:34:11", "author_account_age_days": 5609 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, @@ -2332,7 +2337,7 @@ "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, @@ -2352,7 +2357,7 @@ "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, @@ -2362,12 +2367,12 @@ "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5363 + "author_account_age_days": 5364 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, @@ -2377,7 +2382,7 @@ "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4400 + "author_account_age_days": 4401 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, @@ -2387,12 +2392,12 @@ "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, @@ -2400,8 +2405,8 @@ "author_account_age_days": 918 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 16, - "last_update": "2025-08-08 13:14:20", + "stars": 17, + "last_update": "2025-08-15 00:06:43", "author_account_age_days": 5169 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { @@ -2422,7 +2427,7 @@ "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, @@ -2437,12 +2442,12 @@ "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 3, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, @@ -2490,7 +2495,7 @@ "author_account_age_days": 2599 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 404, + "stars": 405, "last_update": "2025-06-30 09:33:55", "author_account_age_days": 2599 }, @@ -2512,15 +2517,15 @@ "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "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": 272 + "author_account_age_days": 273 }, "https://github.com/kk8bit/KayTool": { - "stars": 191, + "stars": 193, "last_update": "2025-07-01 03:47:14", "author_account_age_days": 773 }, @@ -2531,7 +2536,7 @@ }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, - "last_update": "2025-08-05 17:16:49", + "last_update": "2025-08-14 17:46:22", "author_account_age_days": 1681 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { @@ -2542,7 +2547,7 @@ "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, @@ -2557,12 +2562,12 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, @@ -2577,7 +2582,7 @@ "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, @@ -2587,7 +2592,7 @@ "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 86, @@ -2607,12 +2612,12 @@ "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, @@ -2627,20 +2632,20 @@ "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1363, + "stars": 1364, "last_update": "2025-01-09 02:38:40", "author_account_age_days": 538 }, @@ -2657,7 +2662,7 @@ "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, @@ -2682,42 +2687,42 @@ "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 32, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/lucafoscili/lf-nodes": { - "stars": 15, + "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, @@ -2732,12 +2737,12 @@ "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, @@ -2747,17 +2752,17 @@ "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, @@ -2767,37 +2772,37 @@ "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3951 + "author_account_age_days": 3952 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, @@ -2812,7 +2817,7 @@ "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2817 + "author_account_age_days": 2818 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, @@ -2837,7 +2842,7 @@ "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, @@ -2852,12 +2857,12 @@ "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, @@ -2872,7 +2877,7 @@ "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, @@ -2892,12 +2897,12 @@ "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, @@ -2947,7 +2952,7 @@ "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3852 + "author_account_age_days": 3853 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, @@ -2962,7 +2967,7 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 21, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, @@ -2972,17 +2977,17 @@ "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4445 + "author_account_age_days": 4446 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, @@ -2992,27 +2997,27 @@ "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, @@ -3022,7 +3027,7 @@ "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, @@ -3032,7 +3037,7 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, @@ -3042,12 +3047,12 @@ "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5539 + "author_account_age_days": 5540 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, @@ -3055,7 +3060,7 @@ "author_account_age_days": 92 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { - "stars": 8, + "stars": 9, "last_update": "2025-01-28 12:43:25", "author_account_age_days": 205 }, @@ -3082,7 +3087,7 @@ "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4671 + "author_account_age_days": 4672 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, @@ -3092,7 +3097,7 @@ "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, @@ -3102,12 +3107,12 @@ "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, @@ -3117,7 +3122,7 @@ "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, @@ -3127,12 +3132,12 @@ "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, @@ -3142,7 +3147,7 @@ "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, @@ -3152,12 +3157,12 @@ "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5248 + "author_account_age_days": 5249 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, @@ -3167,7 +3172,7 @@ "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2766 + "author_account_age_days": 2767 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, @@ -3187,22 +3192,22 @@ "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-14 09:25:52", - "author_account_age_days": 5869 + "last_update": "2025-08-14 20:49:22", + "author_account_age_days": 5870 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, @@ -3212,7 +3217,7 @@ "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, @@ -3222,17 +3227,17 @@ "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4105 + "author_account_age_days": 4106 }, "https://github.com/sangeet/testui": { "stars": 2, @@ -3242,7 +3247,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, @@ -3257,42 +3262,42 @@ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, @@ -3312,7 +3317,7 @@ "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, @@ -3340,19 +3345,19 @@ "author_account_age_days": 770 }, "https://github.com/sofakid/dandy": { - "stars": 51, + "stars": 52, "last_update": "2024-05-27 21:46:18", "author_account_age_days": 4469 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, @@ -3377,12 +3382,12 @@ "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 71 + "author_account_age_days": 72 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, @@ -3407,7 +3412,7 @@ "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, @@ -3422,17 +3427,17 @@ "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, @@ -3442,22 +3447,22 @@ "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, @@ -3487,22 +3492,22 @@ "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, @@ -3512,17 +3517,17 @@ "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1367 + "author_account_age_days": 1368 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4380 + "author_account_age_days": 4381 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, @@ -3531,7 +3536,7 @@ }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, - "last_update": "2025-08-13 19:58:39", + "last_update": "2025-08-14 20:22:32", "author_account_age_days": 648 }, "https://github.com/tom-doerr/dspy_nodes": { @@ -3542,7 +3547,7 @@ "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5614 + "author_account_age_days": 5615 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, @@ -3552,7 +3557,7 @@ "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, @@ -3562,7 +3567,7 @@ "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, @@ -3572,7 +3577,7 @@ "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5033 + "author_account_age_days": 5034 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, @@ -3597,17 +3602,17 @@ "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, @@ -3617,7 +3622,7 @@ "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, @@ -3625,24 +3630,24 @@ "author_account_age_days": 108 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 140, + "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5455 + "author_account_age_days": 5456 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2143 + "author_account_age_days": 2144 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, @@ -3667,7 +3672,7 @@ "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3899 + "author_account_age_days": 3900 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, @@ -3687,7 +3692,7 @@ "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4206 + "author_account_age_days": 4207 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, @@ -3697,12 +3702,12 @@ "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4648 + "author_account_age_days": 4649 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, @@ -3717,7 +3722,7 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, @@ -3727,22 +3732,22 @@ "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, @@ -3752,17 +3757,17 @@ "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5417 + "author_account_age_days": 5418 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2117 + "author_account_age_days": 2118 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, @@ -3772,12 +3777,12 @@ "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3536 + "author_account_age_days": 3537 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, @@ -3807,17 +3812,17 @@ "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, @@ -3827,12 +3832,12 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, @@ -3851,7 +3856,7 @@ }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, - "last_update": "2025-08-14 10:08:18", + "last_update": "2025-08-15 01:00:31", "author_account_age_days": 2669 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { @@ -3877,7 +3882,7 @@ "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5944 + "author_account_age_days": 5945 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 8245ffb4..738eb012 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,95 @@ { "custom_nodes": [ + { + "author": "kusurin", + "title": "ComfyUI-chronophotography", + "reference": "https://github.com/kusurin/ComfyUI-chronophotography", + "files": [ + "https://github.com/kusurin/ComfyUI-chronophotography" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for creating chronophotography effects from video frames" + }, + { + "author": "InfiniNode", + "title": "Comfyui-InfiniNode-Model-Suite", + "reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite", + "files": [ + "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite" + ], + "install_type": "git-clone", + "description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines." + }, + { + "author": "DenRakEiw", + "title": "Universal NN Latent Upscaler for ComfyUI", + "reference": "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale", + "files": [ + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale" + ], + "install_type": "git-clone", + "description": "A universal neural network latent upscaler that supports SD1.5, SDXL, Flux, and Wan2.2 models. Uses trained neural networks instead of simple interpolation for higher quality latent upscaling.\nBuilt upon the excellent foundation of [a/Ttl's ComfyUi_NNLatentUpscale](https://github.com/Ttl/ComfyUi_NNLatentUpscale) - this project extends the original work with universal model support and improved architectures." + }, + { + "author": "feffy380", + "title": "Chroma Cache", + "reference": "https://github.com/feffy380/comfyui-chroma-cache", + "files": [ + "https://github.com/feffy380/comfyui-chroma-cache" + ], + "install_type": "git-clone", + "description": "Caching optimization for Chroma" + }, + { + "author": "neverbiasu", + "title": "ComfyUI-Ovis-U1", + "reference": "https://github.com/neverbiasu/ComfyUI-Ovis-U1", + "files": [ + "https://github.com/neverbiasu/ComfyUI-Ovis-U1" + ], + "install_type": "git-clone", + "description": "This repository adds ComfyUI custom nodes that wrap the Ovis-U1 multimodal model, exposing three primary workflows inside the ComfyUI editor." + }, + { + "author": "FearL0rd", + "title": "ComfyUI MaskAIFingerprint", + "reference": "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint", + "files": [ + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint" + ], + "install_type": "git-clone", + "description": "Attempt to create a ComfyUI node for masking AI-generated fingerprints." + }, + { + "author": "Avalre", + "title": "ComfyUI-avaNodes", + "reference": "https://github.com/Avalre/ComfyUI-avaNodes", + "files": [ + "https://github.com/Avalre/ComfyUI-avaNodes" + ], + "install_type": "git-clone", + "description": "These nodes were created to personalize/optimize several ComfyUI nodes for my own use. You can replicate the functionality of most of my nodes by some combination of default ComfyUI nodes and custom nodes from other developers." + }, + { + "author": "Alectriciti", + "title": "comfyui-creativeprompts", + "reference": "https://github.com/Alectriciti/comfyui-creativeprompts", + "files": [ + "https://github.com/Alectriciti/comfyui-creativeprompts" + ], + "install_type": "git-clone", + "description": "A creative alternative to dynamicprompts" + }, + { + "author": "VraethrDalkr", + "title": "ComfyUI-ProgressiveBlend", + "reference": "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend", + "files": [ + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames." + }, { "author": "Charonartist", "title": "comfyui-last-frame-extractor", @@ -34,6 +124,7 @@ { "author": "RainyN0077", "title": "ComfyUI-PromptSE", + "id": "comfyui-promptse", "reference": "https://github.com/RainyN0077/ComfyUI-PromptSE", "files": [ "https://github.com/RainyN0077/ComfyUI-PromptSE" @@ -605,99 +696,6 @@ ], "install_type": "git-clone", "description": "Audio Mixing node for ComfyUI" - }, - { - "author": "GeekyGhost", - "title": "ComfyUI-Geeky-LatentSyncWrapper 1.5", - "reference": "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper", - "files": [ - "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper" - ], - "install_type": "git-clone", - "description": "Unofficial optimized and enhanced fork of [a/LatentSync 1.5](https://github.com/bytedance/LatentSync) implementation for ComfyUI on Windows and WSL 2.0." - }, - { - "author": "Cyrostar", - "title": "Artha-Projekt", - "id": "artha-projekt", - "reference": "https://github.com/Cyrostar/Artha-Projekt", - "files": [ - "https://github.com/Cyrostar/Artha-Projekt" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for project management." - }, - { - "author": "kanibus", - "title": "KANIBUS - Advanced Eye Tracking ControlNet System", - "reference": "https://github.com/kanibus/kanibus", - "files": [ - "https://github.com/kanibus/kanibus" - ], - "install_type": "git-clone", - "description": "Advanced Eye Tracking ControlNet System for ComfyUI - Professional eye-tracking with MediaPipe, 6-DOF Kalman filtering, and WAN 2.1/2.2 compatibility" - }, - { - "author": "tritant", - "title": "Advanced_Relight_Img", - "reference": "https://github.com/tritant/ComfyUI_Relight_Img", - "files": [ - "https://github.com/tritant/ComfyUI_Relight_Img" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that provides advanced 2D relighting capabilities." - }, - { - "author": "lerignoux", - "title": "ComfyUI Stable3DGen", - "reference": "https://github.com/lerignoux/ComfyUI-Stable3DGen", - "files": [ - "https://github.com/lerignoux/ComfyUI-Stable3DGen" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node to generate 3D assets using Stable3D" - }, - { - "author": "juddisjudd", - "title": "Bawk Nodes Collection", - "reference": "https://github.com/juddisjudd/ComfyUI-BawkNodes", - "files": [ - "https://github.com/juddisjudd/ComfyUI-BawkNodes" - ], - "install_type": "git-clone", - "description": "A complete collection of FLUX-optimized ComfyUI nodes for enhanced AI image generation workflows." - }, - { - "author": "Ben Staniford", - "title": "ComfyUI Image Switch Node", - "reference": "https://github.com/benstaniford/comfy-image-switch", - "files": [ - "https://github.com/benstaniford/comfy-image-switch" - ], - "install_type": "git-clone", - "description": "An image source switch node for ComfyUI" - }, - { - "author": "Brekel", - "title": "ComfyUI-Brekel", - "id": "brekel", - "reference": "https://github.com/Brekel/ComfyUI-Brekel", - "files": [ - "https://github.com/Brekel/ComfyUI-Brekel" - ], - "install_type": "git-clone", - "description": "Nodes to enhance & streamline prompts. Enhance using local LLM within ComfyUI, generate using random lines from text files, or randomly select text file prompts" - }, - { - "author": "jupo-ai", - "title": "comfy-aspect-ratios", - "id": "comfy-aspect-ratios", - "reference": "https://github.com/jupo-ai/comfy-aspect-ratios", - "files": [ - "https://github.com/jupo-ai/comfy-aspect-ratios" - ], - "install_type": "git-clone", - "description": "generate empty latent with aspect ratios" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 985b747e..7e801e4d 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1954,6 +1954,18 @@ "title_aux": "seamless-clone-comfyui" } ], + "https://github.com/Alectriciti/comfyui-creativeprompts": [ + [ + "ShuffleTags", + "ShuffleTagsAdvanced", + "StringListAppend", + "WildcardPrompts", + "WildcardReplace" + ], + { + "title_aux": "comfyui-creativeprompts" + } + ], "https://github.com/Alexankharin/camera-comfyUI": [ [ "CameraInterpolationNode", @@ -2432,6 +2444,18 @@ "title_aux": "ComfyUI-ImageCropper" } ], + "https://github.com/Avalre/ComfyUI-avaNodes": [ + [ + "Checkpoint+", + "Cond Upscaler", + "DeepCache+", + "KSampler+", + "VidToTrainingData" + ], + { + "title_aux": "ComfyUI-avaNodes" + } + ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -3542,6 +3566,7 @@ "Latent Normalize Channels", "Latent Replace State Info", "Latent Transfer State Info", + "Latent TrimVideo State Info", "Latent to Cuda", "Latent to RawX", "LatentBatch_channels", @@ -4350,6 +4375,14 @@ "title_aux": "ComfyUI Latent Color Tools" } ], + "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": [ + [ + "UniversalNNLatentUpscale" + ], + { + "title_aux": "Universal NN Latent Upscaler for ComfyUI" + } + ], "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": [ [], { @@ -5500,6 +5533,14 @@ "title_aux": "ComfyUI-ParamNodes" } ], + "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": [ + [ + "MaskAIFingerprint" + ], + { + "title_aux": "ComfyUI MaskAIFingerprint" + } + ], "https://github.com/Feidorian/feidorian-ComfyNodes": [ [], { @@ -14253,6 +14294,15 @@ "title_aux": "ComfyUI-Visionatrix" } ], + "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": [ + [ + "ProgressiveColorMatchBlend", + "ProgressiveImageBatchBlend" + ], + { + "title_aux": "ComfyUI-ProgressiveBlend" + } + ], "https://github.com/VrchStudio/comfyui-web-viewer": [ [ "VrchAnyOSCControlNode", @@ -23553,6 +23603,14 @@ "title_aux": "Fearnworks Nodes" } ], + "https://github.com/feffy380/comfyui-chroma-cache": [ + [ + "ChromaCache" + ], + { + "title_aux": "Chroma Cache" + } + ], "https://github.com/feixuetuba/Spleeter": [ [ "Spleeter" @@ -29506,6 +29564,14 @@ "title_aux": "ComfyUI_alkaid" } ], + "https://github.com/kusurin/ComfyUI-chronophotography": [ + [ + "CreateChronophotography" + ], + { + "title_aux": "ComfyUI-chronophotography" + } + ], "https://github.com/kwaroran/abg-comfyui": [ [ "Remove Image Background (abg)" @@ -32491,6 +32557,7 @@ "ImageSaturation", "ImageSaverMira", "ImageSharpness", + "ImageToGzippedBase64", "ImageToneCurve", "IntMultiplication", "IntSubtraction", @@ -33158,6 +33225,17 @@ "title_aux": "ComfyUI-Image-Captioner" } ], + "https://github.com/neverbiasu/ComfyUI-Ovis-U1": [ + [ + "OvisU1ImageEdit", + "OvisU1ImageToText", + "OvisU1ModelLoader", + "OvisU1TextToImage" + ], + { + "title_aux": "ComfyUI-Ovis-U1" + } + ], "https://github.com/neverbiasu/ComfyUI-SAM2": [ [ "GroundingDinoModelLoader (segment anything2)", From dbd5d5fb431ac52cca41b201e59f80a753a32c97 Mon Sep 17 00:00:00 2001 From: jupo-ai Date: Sat, 16 Aug 2025 09:36:35 +0900 Subject: [PATCH 14/35] Update custom-node-list.json (#2082) * Update custom-node-list.json * Update custom-node-list.json --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 57a29691..8593d7ed 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31401,6 +31401,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jupo-ai", + "title": "comfy-preview-model", + "id": "comfy-preview-model", + "reference": "https://github.com/jupo-ai/comfy-preview-model", + "files": [ + "https://github.com/jupo-ai/comfy-preview-model" + ], + "install_type": "git-clone", + "description": "Preview media file in model's dir." + }, + { + "author": "jupo-ai", + "title": "comfy-join-prompt", + "id": "comfy-join-prompt", + "reference": "https://github.com/jupo-ai/comfy-join-prompt", + "files": [ + "https://github.com/jupo-ai/comfy-join-prompt" + ], + "install_type": "git-clone", + "description": "Join Multiline text." } ] } From 1f0adf8bcf97893083a89b99b236b79b98f2efa7 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 Aug 2025 09:53:13 +0900 Subject: [PATCH 15/35] update DB --- custom-node-list.json | 95 +- extension-node-map.json | 92 +- github-stats.json | 6205 ++++++++++++++------------- node_db/dev/custom-node-list.json | 20 +- node_db/dev/extension-node-map.json | 32 +- node_db/dev/github-stats.json | 1599 +++---- node_db/new/custom-node-list.json | 113 +- node_db/new/extension-node-map.json | 92 +- 8 files changed, 4214 insertions(+), 4034 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8593d7ed..acd24961 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11161,6 +11161,16 @@ "install_type": "git-clone", "description": "OmniSVG: A Unified Scalable Vector Graphics Generation Model,you can try it in ComfyUI." }, + { + "author": "smthemex", + "title": "ComfyUI_StableAvatar", + "reference": "https://github.com/smthemex/ComfyUI_StableAvatar", + "files": [ + "https://github.com/smthemex/ComfyUI_StableAvatar" + ], + "install_type": "git-clone", + "description": "StableAvatar: Infinite-Length Audio-Driven Avatar Video Generation,you can try it in ComfyUI" + }, { "author": "choey", "title": "Comfy-Topaz", @@ -30967,6 +30977,69 @@ "install_type": "git-clone", "description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames." }, + { + "author": "VraethrDalkr", + "title": "ComfyUI-ProgressiveBlend", + "reference": "https://github.com/NHLStenden/ComfyUI-ImageBag", + "files": [ + "https://github.com/NHLStenden/ComfyUI-ImageBag" + ], + "install_type": "git-clone", + "description": "A custom node package for ComfyUI featuring advanced image processing tools." + }, + { + "author": "jupo-ai", + "title": "comfy-preview-model", + "id": "comfy-preview-model", + "reference": "https://github.com/jupo-ai/comfy-preview-model", + "files": [ + "https://github.com/jupo-ai/comfy-preview-model" + ], + "install_type": "git-clone", + "description": "Preview media file in model's dir." + }, + { + "author": "jupo-ai", + "title": "comfy-join-prompt", + "id": "comfy-join-prompt", + "reference": "https://github.com/jupo-ai/comfy-join-prompt", + "files": [ + "https://github.com/jupo-ai/comfy-join-prompt" + ], + "install_type": "git-clone", + "description": "Join Multiline text." + }, + { + "author": "apeirography", + "title": "DaimalyadNodes", + "reference": "https://github.com/apeirography/DaimalyadNodes", + "files": [ + "https://github.com/apeirography/DaimalyadNodes" + ], + "install_type": "git-clone", + "description": "Model Downloader + API-Friendly Wildcard Processor for ComfyUI" + }, + { + "author": "mamorett", + "title": "MiniCPM‑V‑4 (GGUF) for ComfyUI", + "reference": "https://github.com/mamorett/ComfyUI_minicpmv4", + "files": [ + "https://github.com/mamorett/ComfyUI_minicpmv4" + ], + "install_type": "git-clone", + "description": "Modular ComfyUI nodes to run the vision-language model MiniCPM‑V‑4 in GGUF format, powered by llama‑cpp‑python." + }, + { + "author": "Verolelb", + "title": "ComfyUI-Qwen-Aspect-Ratio", + "reference": "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio", + "files": [ + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio" + ], + "install_type": "git-clone", + "description": "A node to provide recommended aspect ratios for the Qwen model series." + }, + @@ -31401,28 +31474,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "jupo-ai", - "title": "comfy-preview-model", - "id": "comfy-preview-model", - "reference": "https://github.com/jupo-ai/comfy-preview-model", - "files": [ - "https://github.com/jupo-ai/comfy-preview-model" - ], - "install_type": "git-clone", - "description": "Preview media file in model's dir." - }, - { - "author": "jupo-ai", - "title": "comfy-join-prompt", - "id": "comfy-join-prompt", - "reference": "https://github.com/jupo-ai/comfy-join-prompt", - "files": [ - "https://github.com/jupo-ai/comfy-join-prompt" - ], - "install_type": "git-clone", - "description": "Join Multiline text." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 7e801e4d..80d1e674 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -946,7 +946,8 @@ "ImageCaptioner", "ImageCaptionerPostProcessing", "Quen3Helper", - "Quen3HelperGGUF" + "Quen3HelperGGUF", + "SingleImageCaptioner" ], { "title_aux": "ComfyUI_ImageCaptioner" @@ -1956,11 +1957,12 @@ ], "https://github.com/Alectriciti/comfyui-creativeprompts": [ [ + "PromptGenerator", + "PromptReplace", + "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend", - "WildcardPrompts", - "WildcardReplace" + "StringListAppend" ], { "title_aux": "comfyui-creativeprompts" @@ -4759,10 +4761,13 @@ "DrawBBox", "DrawBBoxMask", "DrawBoundingBoxesQwen", + "DrawTextInBBox", "DumpJson", "ExpandBBoxByRatio", + "FillBBoxWithImage", "FluxKontextTrue3DPE", "FluxTextLoraLoader", + "GetTextBBoxWithAnchor", "HfCheckpointLoader", "HfClipLoader", "HfDiffusionModelLoader", @@ -9612,6 +9617,7 @@ "StitchingVideo", "Video2Frames", "VideoFlip", + "VideoPlayback", "VideoTransition" ], { @@ -9718,6 +9724,14 @@ "title_aux": "ComfyUI-Paint3D-Nodes" } ], + "https://github.com/NHLStenden/ComfyUI-ImageBag": [ + [ + "EnhancedImageColourTransferNode" + ], + { + "title_aux": "ComfyUI-ProgressiveBlend" + } + ], "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ "Load Text List", @@ -12937,7 +12951,8 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", - "StarQwenImageRatio" + "StarQwenImageRatio", + "StarQwenWanRatio" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -14203,6 +14218,14 @@ "title_aux": "ComfyUI-SaveImage-PP" } ], + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": [ + [ + "QwenAspectRatioSelectorLatent" + ], + { + "title_aux": "ComfyUI-Qwen-Aspect-Ratio" + } + ], "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": [ [ "ImageSentinel" @@ -14332,6 +14355,7 @@ "VrchImageSaverNode", "VrchImageSwitchOSCControlNode", "VrchImageWebSocketChannelLoaderNode", + "VrchImageWebSocketFilterSettingsNode", "VrchImageWebSocketSettingsNode", "VrchImageWebSocketSimpleWebViewerNode", "VrchImageWebSocketWebViewerNode", @@ -16933,6 +16957,15 @@ "title_aux": "Handy Node ComfyUI" } ], + "https://github.com/apeirography/DaimalyadNodes": [ + [ + "DaimalyadModelDownloader", + "DaimalyadWildcardProcessor" + ], + { + "title_aux": "DaimalyadNodes" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -21004,6 +21037,7 @@ "FluxGuidance", "FluxKontextImageScale", "FluxKontextMaxImageNode", + "FluxKontextMultiReferenceLatentMethod", "FluxKontextProImageNode", "FluxProCannyNode", "FluxProDepthNode", @@ -21358,7 +21392,6 @@ "TomePatchModel", "TorchCompileModel", "TrainLoraNode", - "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -21390,17 +21423,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", - "Wan22FunControlToVideo", - "Wan22ImageToVideoLatent", "WanCameraEmbedding", - "WanCameraImageToVideo", - "WanFirstLastFrameToVideo", - "WanFunControlToVideo", - "WanFunInpaintToVideo", - "WanImageToVideo", - "WanPhantomSubjectToVideo", - "WanTrackToVideo", - "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", "unCLIPConditioning" @@ -24024,8 +24047,7 @@ ], "https://github.com/flybirdxx/ComfyUI-SDMatte": [ [ - "SDMatteApply", - "SDMatteModelLoader" + "SDMatteApply" ], { "title_aux": "ComfyUI-SDMatte" @@ -29157,6 +29179,7 @@ "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", + "LandmarksToImage", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", "MultiTalkModelLoader", @@ -31799,6 +31822,17 @@ "title_aux": "ComfyUI-Unwatermark" } ], + "https://github.com/mamorett/ComfyUI_minicpmv4": [ + [ + "GenCheckerImage", + "MiniCPMV4GGUFLoader", + "MiniCPMV4VisionInfer", + "VisionPromptBuilder" + ], + { + "title_aux": "MiniCPM\u2011V\u20114 (GGUF) for ComfyUI" + } + ], "https://github.com/mang01010/MangoNodePack": [ [ "CompositeMangoLoader", @@ -34903,13 +34937,21 @@ "PVL ComfyDeploy API Caller", "PVL KONTEXT MAX", "PVLCheckIfConnected", + "PVL_NoneOutputNode", "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", + "PVL_fal_FluxPro_Fill_API", + "PVL_fal_FluxPro_v1_1_Ultra_API", "PVL_fal_FluxWithLora_API", "PVL_fal_KontextDevInpaint_API", + "PVL_fal_KontextDevLora_API", "PVL_fal_KontextMaxMulti_API", "PVL_fal_KontextMaxSingle_API", + "PVL_fal_KontextPro_API", + "PVL_fal_Kontext_Dev_API", + "PVL_fal_LumaPhoton_FlashReframe_API", + "PVL_fal_LumaPhoton_Reframe_API", "PvlKontextMax" ], { @@ -37451,6 +37493,16 @@ "title_aux": "ComfyUI_StableAudio_Open" } ], + "https://github.com/smthemex/ComfyUI_StableAvatar": [ + [ + "StableAvatar_LoadModel", + "StableAvatar_Predata", + "StableAvatar_Sampler" + ], + { + "title_aux": "ComfyUI_StableAvatar" + } + ], "https://github.com/smthemex/ComfyUI_Stable_Makeup": [ [ "StableMakeup_LoadModel", @@ -37468,8 +37520,7 @@ "Pre_Translate_prompt", "StoryDiffusion_Apply", "StoryDiffusion_CLIPTextEncode", - "StoryDiffusion_KSampler", - "StoryDiffusion_Lora_Control" + "StoryDiffusion_KSampler" ], { "title_aux": "ComfyUI_StoryDiffusion" @@ -38119,6 +38170,7 @@ "JM-KLingAI-API/image2video", "JM-KLingAI-API/lip-sync", "JM-KLingAI-API/lip-sync-async", + "JM-KLingAI-API/multi-image2image", "JM-KLingAI-API/multi-image2video", "JM-KLingAI-API/query-status", "JM-KLingAI-API/text2video", diff --git a/github-stats.json b/github-stats.json index 94f36644..8f438cff 100644 --- a/github-stats.json +++ b/github-stats.json @@ -7,82 +7,82 @@ "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 50, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 52, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1251, + "stars": 1253, "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1342, + "stars": 1343, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, @@ -95,12 +95,12 @@ "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 57, + "stars": 60, "last_update": "2025-08-03 02:14:03", "author_account_age_days": 542 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { - "stars": 85, + "stars": 86, "last_update": "2024-08-23 12:04:09", "author_account_age_days": 542 }, @@ -117,552 +117,552 @@ "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-14 11:40:36", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3188 + "author_account_age_days": 3189 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2420 + "author_account_age_days": 2421 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2719 + "author_account_age_days": 2720 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 5, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2405, - "last_update": "2025-08-14 08:31:27", - "author_account_age_days": 427 + "stars": 2409, + "last_update": "2025-08-15 12:36:47", + "author_account_age_days": 428 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, - "last_update": "2025-06-07 19:49:36", - "author_account_age_days": 3883 + "last_update": "2025-08-15 12:30:28", + "author_account_age_days": 3884 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 88, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 242, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-RVC": { - "stars": 24, + "stars": 25, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2306, + "stars": 2307, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 349, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 9, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 2, + "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1876 + "author_account_age_days": 1877 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 13, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1876 + "author_account_age_days": 1877 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 294, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/AbstractEyes/comfyui-lycoris": { - "stars": 7, + "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -677,132 +677,132 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1021, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 9, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1225 + "author_account_age_days": 1226 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2169 + "author_account_age_days": 2170 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/Alectriciti/comfyui-creativeprompts": { - "stars": 0, - "last_update": "2025-08-14 22:05:53", - "author_account_age_days": 4882 + "stars": 1, + "last_update": "2025-08-16 00:10:54", + "author_account_age_days": 4883 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1322, "last_update": "2025-08-13 04:57:13", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5628 + "author_account_age_days": 5629 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, - "last_update": "2025-08-12 20:26:32", - "author_account_age_days": 5628 + "last_update": "2025-08-15 20:17:13", + "author_account_age_days": 5629 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, @@ -812,52 +812,52 @@ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { - "stars": 14, - "last_update": "2025-08-14 12:51:51", - "author_account_age_days": 505 + "stars": 15, + "last_update": "2025-08-15 12:02:26", + "author_account_age_days": 506 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, @@ -867,17 +867,17 @@ "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -902,430 +902,430 @@ "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/Avalre/ComfyUI-avaNodes": { "stars": 0, "last_update": "2025-08-14 23:00:42", - "author_account_age_days": 1429 + "author_account_age_days": 1430 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 136, + "stars": 139, "last_update": "2025-08-14 13:04:50", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 435, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3423 + "author_account_age_days": 3424 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1392, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 387, + "stars": 388, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3497 + "author_account_age_days": 3498 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 7, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 785 + "author_account_age_days": 786 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 13, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, - "last_update": "2025-08-11 03:44:37", - "author_account_age_days": 614 + "last_update": "2025-08-15 08:47:48", + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 40, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 0, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 238, + "stars": 240, "last_update": "2025-07-06 22:39:57", "author_account_age_days": 2318 }, @@ -1337,7 +1337,7 @@ "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, @@ -1352,102 +1352,102 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 506, + "stars": 514, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 28, - "last_update": "2025-08-14 01:17:52", - "author_account_age_days": 491 + "stars": 32, + "last_update": "2025-08-15 02:22:24", + "author_account_age_days": 492 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, - "last_update": "2025-08-13 14:08:46", - "author_account_age_days": 82 + "last_update": "2025-08-15 02:12:52", + "author_account_age_days": 83 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 36, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, @@ -1457,1142 +1457,1142 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1518 + "author_account_age_days": 1519 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { - "stars": 14, + "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5574 + "author_account_age_days": 5575 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/DenRakEiw/Latent_Nodes": { - "stars": 0, + "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 0, + "stars": 1, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 420, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { - "stars": 3, + "stars": 4, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1876 + "author_account_age_days": 1877 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3320 + "author_account_age_days": 3321 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 329, + "stars": 331, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3320 + "author_account_age_days": 3321 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5411 + "author_account_age_days": 5412 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 362 + "author_account_age_days": 363 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-14 14:01:02", - "author_account_age_days": 3149 + "last_update": "2025-08-15 14:49:59", + "author_account_age_days": 3150 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1559 + "author_account_age_days": 1560 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 228, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3194 + "author_account_age_days": 3195 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2005 + "author_account_age_days": 2006 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 609, + "stars": 611, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4015 + "author_account_age_days": 4016 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-08-14 08:00:07", - "author_account_age_days": 4 + "author_account_age_days": 5 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 205, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 774, + "stars": 775, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { - "stars": 114, + "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3269, + "stars": 3270, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1256 + "author_account_age_days": 1257 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, - "last_update": "2025-08-14 20:29:19", - "author_account_age_days": 3300 + "last_update": "2025-08-15 13:52:56", + "author_account_age_days": 3301 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3171 + "author_account_age_days": 3172 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 14, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3163 + "author_account_age_days": 3164 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, "last_update": "2025-08-14 18:49:18", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 1, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2097 + "author_account_age_days": 2098 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 32, - "last_update": "2025-08-14 05:07:13", - "author_account_age_days": 1826 + "stars": 33, + "last_update": "2025-08-15 03:25:07", + "author_account_age_days": 1827 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 3, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4033 + "author_account_age_days": 4034 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2585 + "author_account_age_days": 2586 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 33, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5348 + "author_account_age_days": 5349 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 720, + "stars": 722, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1536 + "author_account_age_days": 1537 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 10, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 58, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, - "last_update": "2025-08-11 12:06:46", - "author_account_age_days": 191 + "last_update": "2025-08-15 13:42:13", + "author_account_age_days": 192 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2654 + "author_account_age_days": 2655 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2658 + "author_account_age_days": 2659 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4744 + "author_account_age_days": 4745 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2115 + "author_account_age_days": 2116 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2586 + "author_account_age_days": 2587 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 38, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5897 + "author_account_age_days": 5898 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5897 + "author_account_age_days": 5898 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5897 + "author_account_age_days": 5898 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1969 + "author_account_age_days": 1970 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { - "stars": 178, + "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, @@ -2602,87 +2602,87 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 111, + "stars": 112, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 111, + "stars": 112, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 80, + "stars": 81, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4415 + "author_account_age_days": 4416 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2692,382 +2692,382 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1106 + "author_account_age_days": 1107 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5302 + "author_account_age_days": 5303 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1265 + "author_account_age_days": 1266 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 14, "last_update": "2025-08-13 18:18:30", - "author_account_age_days": 4797 + "author_account_age_days": 4798 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 774, + "stars": 775, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3771 + "author_account_age_days": 3772 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 34, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3586 + "author_account_age_days": 3587 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3187 + "author_account_age_days": 3188 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 498, "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 211, + "stars": 212, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3238, + "stars": 3237, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1153, + "stars": 1155, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4133 + "author_account_age_days": 4134 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5984 + "author_account_age_days": 5985 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { - "stars": 135, + "stars": 136, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 209, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 152, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { "stars": 162, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 217, - "last_update": "2025-08-08 02:38:57", - "author_account_age_days": 511 + "stars": 219, + "last_update": "2025-08-15 09:21:10", + "author_account_age_days": 512 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2905 + "author_account_age_days": 2906 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 317 + "author_account_age_days": 318 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1548 + "author_account_age_days": 1549 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 494, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3284 + "author_account_age_days": 3285 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 133, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3786 + "author_account_age_days": 3787 }, "https://github.com/Lerc/canvas_tab": { - "stars": 195, + "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 15, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 8, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3077,252 +3077,252 @@ "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2310, + "stars": 2311, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4607 + "author_account_age_days": 4608 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2857 + "author_account_age_days": 2858 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 36, - "last_update": "2025-08-14 19:53:36", - "author_account_age_days": 4635 + "stars": 37, + "last_update": "2025-08-15 09:45:46", + "author_account_age_days": 4636 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 60, + "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2066 + "author_account_age_days": 2067 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, - "last_update": "2025-08-14 21:01:35", - "author_account_age_days": 2021 + "last_update": "2025-08-15 19:03:28", + "author_account_age_days": 2022 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-06-14 10:33:54", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 10, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5386 + "author_account_age_days": 5387 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1839 + "author_account_age_days": 1840 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1124 + "author_account_age_days": 1125 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, @@ -3332,37 +3332,37 @@ "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3312 + "author_account_age_days": 3313 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 91, + "stars": 90, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5748 + "author_account_age_days": 5749 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3380,104 +3380,104 @@ "author_account_age_days": 947 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 87, + "stars": 89, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 103, + "stars": 105, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 335, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 29, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2932 + "author_account_age_days": 2933 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4400 + "author_account_age_days": 4401 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, @@ -3487,92 +3487,97 @@ "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 48, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, - "last_update": "2025-06-04 07:30:29", - "author_account_age_days": 345 + "last_update": "2025-08-15 02:03:41", + "author_account_age_days": 346 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4811 + "author_account_age_days": 4812 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3314, + "stars": 3313, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 550, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 493 + "author_account_age_days": 494 + }, + "https://github.com/NHLStenden/ComfyUI-ImageBag": { + "stars": 0, + "last_update": "2025-08-15 10:11:58", + "author_account_age_days": 2671 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4097 + "author_account_age_days": 4098 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, @@ -3587,237 +3592,237 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-14 06:30:14", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5566 + "author_account_age_days": 5567 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 1197, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4247 + "author_account_age_days": 4248 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3236 + "author_account_age_days": 3237 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 225, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4896 + "author_account_age_days": 4897 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4896 + "author_account_age_days": 4897 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2081 + "author_account_age_days": 2082 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2304 + "author_account_age_days": 2305 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 56, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3244 + "author_account_age_days": 3245 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, @@ -3827,427 +3832,427 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5642 + "author_account_age_days": 5643 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2803 + "author_account_age_days": 2804 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4628 + "author_account_age_days": 4629 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2469, + "stars": 2470, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3858 + "author_account_age_days": 3859 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-14 19:18:27", - "author_account_age_days": 3858 + "author_account_age_days": 3859 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1459 + "author_account_age_days": 1460 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 215 + "author_account_age_days": 216 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 6, - "last_update": "2025-08-14 03:59:37", - "author_account_age_days": 206 + "stars": 7, + "last_update": "2025-08-15 13:12:09", + "author_account_age_days": 207 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2491 + "author_account_age_days": 2492 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 9, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 0, - "last_update": "2025-08-13 19:31:10", - "author_account_age_days": 1845 + "last_update": "2025-08-15 17:55:45", + "author_account_age_days": 1846 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 107, + "stars": 108, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4114 + "author_account_age_days": 4115 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4114 + "author_account_age_days": 4115 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, - "last_update": "2024-11-22 19:28:20", + "last_update": "2025-08-15 03:14:39", "author_account_age_days": 1860 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 15, + "stars": 16, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3020 + "author_account_age_days": 3021 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4097 + "author_account_age_days": 4098 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3612 + "author_account_age_days": 3613 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, @@ -4255,399 +4260,399 @@ "author_account_age_days": 1937 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { - "stars": 55, + "stars": 56, "last_update": "2025-06-13 04:22:23", "author_account_age_days": 1937 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 112, + "stars": 113, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 853, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5302 + "author_account_age_days": 5303 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3814 + "author_account_age_days": 3815 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 426, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1713 + "author_account_age_days": 1714 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 16, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 882, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 12, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 28, + "stars": 27, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 87, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 70, + "stars": 71, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 1, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 126 + "author_account_age_days": 127 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2592 + "author_account_age_days": 2593 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2592 + "author_account_age_days": 2593 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 14, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, @@ -4657,272 +4662,272 @@ "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 15, + "stars": 16, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 228, + "stars": 229, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3962 + "author_account_age_days": 3963 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, - "last_update": "2025-08-11 15:02:32", - "author_account_age_days": 419 + "last_update": "2025-08-15 06:44:08", + "author_account_age_days": 420 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3994 + "author_account_age_days": 3995 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 967, + "stars": 968, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2566 + "author_account_age_days": 2567 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3788 + "author_account_age_days": 3789 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 86, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1958 + "author_account_age_days": 1959 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 116, + "stars": 117, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 740, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, @@ -4957,227 +4962,232 @@ "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3581 + "author_account_age_days": 3582 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 382, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 138, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 540, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 166, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 244, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5338 + "author_account_age_days": 5339 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 293, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 658 + "author_account_age_days": 659 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5762 + "author_account_age_days": 5763 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5255 + "author_account_age_days": 5256 + }, + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { + "stars": 0, + "last_update": "2025-08-15 17:37:40", + "author_account_age_days": 1039 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 16, "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { - "stars": 0, - "last_update": "2025-08-15 00:22:47", - "author_account_age_days": 834 + "stars": 1, + "last_update": "2025-08-15 13:36:21", + "author_account_age_days": 835 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 244, - "last_update": "2025-08-14 16:04:28", - "author_account_age_days": 1336 + "last_update": "2025-08-15 20:18:38", + "author_account_age_days": 1337 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, @@ -5187,72 +5197,72 @@ "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, - "last_update": "2025-08-06 01:30:47", - "author_account_age_days": 5042 + "last_update": "2025-08-15 03:17:39", + "author_account_age_days": 5043 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 22, + "stars": 23, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, @@ -5262,677 +5272,677 @@ "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4060 + "author_account_age_days": 4061 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1614, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3111 + "author_account_age_days": 3112 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1230 + "author_account_age_days": 1231 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { "stars": 5, "last_update": "2025-07-16 08:15:03", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 6, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { - "stars": 4, + "stars": 5, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { - "stars": 119, + "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1822 + "author_account_age_days": 1823 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 517, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1429, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { - "stars": 214, + "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 760, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1699 + "author_account_age_days": 1700 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { - "stars": 1, + "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5956 + "author_account_age_days": 5957 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 212, + "stars": 214, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5218 + "author_account_age_days": 5219 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4412 + "author_account_age_days": 4413 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 129, + "stars": 130, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 105, - "last_update": "2025-08-14 02:08:45", - "author_account_age_days": 320 + "last_update": "2025-08-15 14:23:43", + "author_account_age_days": 321 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2192, + "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1282, + "stars": 1283, "last_update": "2025-08-13 11:20:11", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3087 + "author_account_age_days": 3088 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, "last_update": "2025-08-14 06:08:02", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, @@ -5945,7 +5955,7 @@ "author_account_age_days": 452 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { - "stars": 230, + "stars": 231, "last_update": "2025-05-05 04:23:55", "author_account_age_days": 452 }, @@ -5972,387 +5982,392 @@ "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3906 + "author_account_age_days": 3907 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 81, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 25, - "last_update": "2025-08-14 14:40:52", - "author_account_age_days": 3702 + "last_update": "2025-08-15 09:02:43", + "author_account_age_days": 3703 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 112, + "stars": 113, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1261, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 81, + "stars": 82, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2410 + "author_account_age_days": 2411 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6209 + "author_account_age_days": 6210 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3279 + "author_account_age_days": 3280 + }, + "https://github.com/apeirography/DaimalyadNodes": { + "stars": 0, + "last_update": "2025-08-15 03:21:01", + "author_account_age_days": 2158 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 9, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6164 + "author_account_age_days": 6165 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 74, + "stars": 75, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3950 + "author_account_age_days": 3951 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 312, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5328 + "author_account_age_days": 5329 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3443 + "author_account_age_days": 3444 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4040 + "author_account_age_days": 4041 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4514 + "author_account_age_days": 4515 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 120 + "author_account_age_days": 121 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3975 + "author_account_age_days": 3976 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5779 + "author_account_age_days": 5780 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/banodoco/steerable-motion": { "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, @@ -6362,517 +6377,517 @@ "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 107, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { "stars": 118, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { - "stars": 49, + "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 135, + "stars": 136, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 100, + "stars": 101, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3290 + "author_account_age_days": 3291 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blepping/ComfyUI-bleh": { - "stars": 114, - "last_update": "2025-08-09 11:27:35", - "author_account_age_days": 570 + "stars": 115, + "last_update": "2025-08-15 16:55:11", + "author_account_age_days": 571 }, "https://github.com/blepping/ComfyUI-sonar": { - "stars": 45, + "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4983 + "author_account_age_days": 4984 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3830 + "author_account_age_days": 3831 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4975 + "author_account_age_days": 4976 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4019 + "author_account_age_days": 4020 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4514 + "author_account_age_days": 4515 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/brantje/ComfyUI-api-tools": { - "stars": 4, + "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5571 + "author_account_age_days": 5572 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { - "stars": 1, + "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5102 + "author_account_age_days": 5103 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5102 + "author_account_age_days": 5103 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5061 + "author_account_age_days": 5062 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5061 + "author_account_age_days": 5062 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5061 + "author_account_age_days": 5062 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 396, + "stars": 398, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 252, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 383, + "stars": 384, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/calcuis/gguf": { "stars": 103, "last_update": "2025-08-14 11:39:01", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3719 + "author_account_age_days": 3720 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3719 + "author_account_age_days": 3720 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 154, + "stars": 155, "last_update": "2025-08-13 14:30:13", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6882,67 +6897,67 @@ "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { - "stars": 474, + "stars": 475, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 2, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3712 + "author_account_age_days": 3713 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4712 + "author_account_age_days": 4713 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 2, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3098 + "author_account_age_days": 3099 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, @@ -6952,312 +6967,312 @@ "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4252 + "author_account_age_days": 4253 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4252 + "author_account_age_days": 4253 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1609 + "author_account_age_days": 1610 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 106, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3594 + "author_account_age_days": 3595 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 266, + "stars": 270, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3831 + "author_account_age_days": 3832 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 355, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2502, + "stars": 2505, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 440, + "stars": 443, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 111, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5939 + "author_account_age_days": 5940 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 642 + "author_account_age_days": 643 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2136 + "author_account_age_days": 2137 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2213 + "author_account_age_days": 2214 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, @@ -7267,212 +7282,212 @@ "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 76, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 769, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4481 + "author_account_age_days": 4482 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2471 + "author_account_age_days": 2472 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 275, + "stars": 277, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2366, + "stars": 2370, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 32 + "author_account_age_days": 33 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3117 + "author_account_age_days": 3118 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4962 + "author_account_age_days": 4963 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 24 + "author_account_age_days": 25 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, @@ -7482,120 +7497,120 @@ "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6265 + "author_account_age_days": 6266 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-14 13:42:42", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85490, - "last_update": "2025-08-15 00:56:26", - "author_account_age_days": 965 + "stars": 85580, + "last_update": "2025-08-15 23:50:20", + "author_account_age_days": 966 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5025 + "author_account_age_days": 5026 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3472 + "author_account_age_days": 3473 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3472 + "author_account_age_days": 3473 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 107, + "stars": 108, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1362, + "stars": 1366, "last_update": "2025-08-07 09:53:29", "author_account_age_days": 4534 }, @@ -7607,112 +7622,112 @@ "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 476, + "stars": 477, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5385, + "stars": 5387, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1693, + "stars": 1694, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 913, + "stars": 915, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 879, + "stars": 880, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3668 + "author_account_age_days": 3669 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2346 + "author_account_age_days": 2347 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 37, "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2006 + "author_account_age_days": 2007 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 259, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7722,32 +7737,32 @@ "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3768 + "author_account_age_days": 3769 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3768 + "author_account_age_days": 3769 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5740 + "author_account_age_days": 5741 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4881 + "author_account_age_days": 4882 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, @@ -7762,237 +7777,237 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4952 + "author_account_age_days": 4953 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 145, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4952 + "author_account_age_days": 4953 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3913 + "author_account_age_days": 3914 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5712 + "author_account_age_days": 5713 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5712 + "author_account_age_days": 5713 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6391 + "author_account_age_days": 6392 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6391 + "author_account_age_days": 6392 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 555, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4407 + "author_account_age_days": 4408 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4781 + "author_account_age_days": 4782 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3831 + "author_account_age_days": 3832 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 5, + "stars": 6, "last_update": "2025-08-14 02:07:51", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 367, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4921 + "author_account_age_days": 4922 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 676 + "author_account_age_days": 677 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4186 + "author_account_age_days": 4187 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 6, "last_update": "2025-08-14 18:30:48", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, - "last_update": "2025-07-07 00:13:55", - "author_account_age_days": 1420 + "last_update": "2025-08-15 06:13:46", + "author_account_age_days": 1421 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, @@ -8002,282 +8017,282 @@ "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3431 + "author_account_age_days": 3432 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5220 + "author_account_age_days": 5221 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 4, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2869 + "author_account_age_days": 2870 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2490 + "author_account_age_days": 2491 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 8, - "last_update": "2025-08-11 17:05:25", - "author_account_age_days": 3849 + "stars": 21, + "last_update": "2025-08-15 07:03:13", + "author_account_age_days": 3850 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 513, + "stars": 512, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1412 + "author_account_age_days": 1413 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { - "stars": 19, + "stars": 20, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 728 + "author_account_age_days": 729 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 13, + "stars": 14, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 217, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5353 + "author_account_age_days": 5354 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 2, "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3781 + "author_account_age_days": 3782 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 0, - "last_update": "2025-08-14 20:12:32", + "stars": 2, + "last_update": "2025-08-15 12:29:59", "author_account_age_days": 1047 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4379 + "author_account_age_days": 4380 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1465 + "author_account_age_days": 1466 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, @@ -8297,817 +8312,817 @@ "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3725 + "author_account_age_days": 3726 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 1097, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 281, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 13, - "last_update": "2025-08-13 16:04:29", - "author_account_age_days": 3063 + "stars": 69, + "last_update": "2025-08-15 17:41:38", + "author_account_age_days": 3064 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5276 + "author_account_age_days": 5277 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 87, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 49, + "stars": 51, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 80, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 785 + "author_account_age_days": 786 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5368 + "author_account_age_days": 5369 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2914 + "author_account_age_days": 2915 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/gokayfem/ComfyUI-fal-API": { - "stars": 143, + "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 516, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1474 + "author_account_age_days": 1475 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4685 + "author_account_age_days": 4686 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4263 + "author_account_age_days": 4264 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4609 + "author_account_age_days": 4610 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4609 + "author_account_age_days": 4610 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 318 + "author_account_age_days": 319 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1987, - "last_update": "2025-08-14 22:03:35", - "author_account_age_days": 658 + "stars": 1992, + "last_update": "2025-08-15 03:47:25", + "author_account_age_days": 659 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 142, - "last_update": "2025-08-11 09:01:06", - "author_account_age_days": 2353 + "last_update": "2025-08-15 02:17:35", + "author_account_age_days": 2354 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4580 + "author_account_age_days": 4581 }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1854, "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3311 + "author_account_age_days": 3312 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3311 + "author_account_age_days": 3312 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2218 + "author_account_age_days": 2219 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5528 + "author_account_age_days": 5529 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 5, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5059 + "author_account_age_days": 5060 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 431, + "stars": 432, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1654 + "author_account_age_days": 1655 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1715, + "stars": 1714, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 107, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 449, + "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6057 + "author_account_age_days": 6058 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1783 + "author_account_age_days": 1784 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3436 + "author_account_age_days": 3437 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4812 + "author_account_age_days": 4813 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5708 + "author_account_age_days": 5709 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, @@ -9130,7 +9145,7 @@ "author_account_age_days": 3279 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 663, + "stars": 664, "last_update": "2025-08-11 13:03:16", "author_account_age_days": 3279 }, @@ -9172,7 +9187,7 @@ "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, @@ -9182,232 +9197,232 @@ "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3587 + "author_account_age_days": 3588 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1045 + "author_account_age_days": 1046 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1305 + "author_account_age_days": 1306 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3302 + "author_account_age_days": 3303 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4842 + "author_account_age_days": 4843 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4287 + "author_account_age_days": 4288 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4287 + "author_account_age_days": 4288 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4287 + "author_account_age_days": 4288 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 48, - "last_update": "2025-08-01 01:43:26", - "author_account_age_days": 4176 + "last_update": "2025-08-15 16:33:27", + "author_account_age_days": 4177 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 101, "last_update": "2025-08-14 14:23:54", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 117, + "stars": 118, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4795 + "author_account_age_days": 4796 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 183 + "author_account_age_days": 184 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1315 + "author_account_age_days": 1316 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3453 + "author_account_age_days": 3454 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3546 + "author_account_age_days": 3547 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4993 + "author_account_age_days": 4994 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4628 + "author_account_age_days": 4629 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5013 + "author_account_age_days": 5014 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, @@ -9417,52 +9432,52 @@ "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5214 + "author_account_age_days": 5215 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5410 + "author_account_age_days": 5411 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, @@ -9472,1167 +9487,1177 @@ "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2280 + "author_account_age_days": 2281 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4346 + "author_account_age_days": 4347 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 60, + "stars": 62, "last_update": "2025-08-14 04:38:07", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 6, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 447, + "stars": 448, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, - "last_update": "2025-08-02 15:40:12", - "author_account_age_days": 166 + "last_update": "2025-08-15 18:24:51", + "author_account_age_days": 167 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, - "last_update": "2025-08-14 05:05:57", - "author_account_age_days": 166 + "last_update": "2025-08-15 18:20:24", + "author_account_age_days": 167 + }, + "https://github.com/jupo-ai/comfy-join-prompt": { + "stars": 1, + "last_update": "2025-08-15 18:15:31", + "author_account_age_days": 167 + }, + "https://github.com/jupo-ai/comfy-preview-model": { + "stars": 0, + "last_update": "2025-08-15 18:31:50", + "author_account_age_days": 167 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3205 + "author_account_age_days": 3206 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/kadirnar/ComfyUI-YOLO": { - "stars": 92, + "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { - "stars": 2, + "stars": 3, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5098 + "author_account_age_days": 5099 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/kambara/ComfyUI-PromptPalette": { - "stars": 5, + "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5951 + "author_account_age_days": 5952 }, "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { - "stars": 0, + "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { - "stars": 50, + "stars": 51, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/kevin314/ComfyUI-FastVideo": { - "stars": 3, + "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1375 + "author_account_age_days": 1376 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 342, + "stars": 344, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1377, + "stars": 1378, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 998, + "stars": 1003, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2522, + "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1081, + "stars": 1082, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1636, - "last_update": "2025-08-06 20:15:14", - "author_account_age_days": 2599 + "stars": 1640, + "last_update": "2025-08-15 09:46:05", + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 229, + "stars": 230, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { "stars": 2044, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 504, + "stars": 503, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2059, + "stars": 2058, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3980, - "last_update": "2025-08-14 17:27:36", - "author_account_age_days": 2599 + "stars": 3995, + "last_update": "2025-08-15 21:11:13", + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 1014, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/kk8bit/KayTool": { - "stars": 193, + "stars": 194, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3594 + "author_account_age_days": 3595 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3308 + "author_account_age_days": 3309 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 59 + "author_account_age_days": 60 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-14 14:56:40", - "author_account_age_days": 1034 + "author_account_age_days": 1035 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2073 + "author_account_age_days": 2074 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 76, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3933 + "author_account_age_days": 3934 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3913 + "author_account_age_days": 3914 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4721 + "author_account_age_days": 4722 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4721 + "author_account_age_days": 4722 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3326 + "author_account_age_days": 3327 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4463 + "author_account_age_days": 4464 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 99, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 407, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2509 + "author_account_age_days": 2510 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4896 + "author_account_age_days": 4897 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1364, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 786, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { - "stars": 24, + "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "stars": 2625, @@ -10650,9 +10675,9 @@ "author_account_age_days": 879 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11151, - "last_update": "2025-08-14 14:24:14", - "author_account_age_days": 491 + "stars": 11158, + "last_update": "2025-08-15 01:13:38", + "author_account_age_days": 492 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 32, @@ -10667,812 +10692,817 @@ "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1810 + "author_account_age_days": 1811 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 94, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 45, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 0, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3923 + "author_account_age_days": 3924 + }, + "https://github.com/mamorett/ComfyUI_minicpmv4": { + "stars": 0, + "last_update": "2025-08-15 21:17:50", + "author_account_age_days": 1169 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6171 + "author_account_age_days": 6172 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5600 + "author_account_age_days": 5601 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5600 + "author_account_age_days": 5601 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 90, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { - "stars": 8, + "stars": 9, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1823 + "author_account_age_days": 1824 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3156 + "author_account_age_days": 3157 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 290, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3337 + "author_account_age_days": 3338 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-08-14 18:56:31", - "author_account_age_days": 3402 + "last_update": "2025-08-15 15:42:13", + "author_account_age_days": 3403 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1218, + "stars": 1219, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3619 + "author_account_age_days": 3620 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4856 + "author_account_age_days": 4857 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/melMass/comfy_mtb": { "stars": 602, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5890 + "author_account_age_days": 5891 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5890 + "author_account_age_days": 5891 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 27, + "stars": 28, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, "last_update": "2025-08-14 09:43:33", - "author_account_age_days": 5773 + "author_account_age_days": 5774 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6333 + "author_account_age_days": 6334 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6333 + "author_account_age_days": 6334 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 421, + "stars": 422, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 337 + "author_account_age_days": 338 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, - "last_update": "2025-08-14 17:33:01", - "author_account_age_days": 1637 + "last_update": "2025-08-15 17:16:56", + "author_account_age_days": 1638 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1154 + "author_account_age_days": 1155 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1854, + "stars": 1857, "last_update": "2025-08-14 06:57:47", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1131 + "author_account_age_days": 1132 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4269 + "author_account_age_days": 4270 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3601 + "author_account_age_days": 3602 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { - "stars": 17, + "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2717 + "author_account_age_days": 2718 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1240 + "author_account_age_days": 1241 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5050 + "author_account_age_days": 5051 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 198, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4445 + "author_account_age_days": 4446 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 210, + "stars": 211, "last_update": "2024-06-17 10:00:30", "author_account_age_days": 1648 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 215, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-13 16:09:55", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3919 + "author_account_age_days": 3920 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { - "stars": 2, + "stars": 3, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3874 + "author_account_age_days": 3875 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 21, + "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2203 + "author_account_age_days": 2204 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3159 + "author_account_age_days": 3160 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1629 + "author_account_age_days": 1630 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11482,407 +11512,407 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 907, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 522, + "stars": 528, "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5200 + "author_account_age_days": 5201 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { - "stars": 2, + "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2889 + "author_account_age_days": 2890 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3445 + "author_account_age_days": 3446 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5469 + "author_account_age_days": 5470 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5469 + "author_account_age_days": 5470 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 270, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5496 + "author_account_age_days": 5497 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5425 + "author_account_age_days": 5426 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3674 + "author_account_age_days": 3675 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3674 + "author_account_age_days": 3675 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 50, + "stars": 51, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2705 + "author_account_age_days": 2706 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2090 + "author_account_age_days": 2091 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, @@ -11892,27 +11922,27 @@ "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, @@ -11927,282 +11957,282 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 9, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { "stars": 399, - "last_update": "2025-08-14 17:58:36", - "author_account_age_days": 3923 + "last_update": "2025-08-15 13:32:55", + "author_account_age_days": 3924 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5984 + "author_account_age_days": 5985 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3931 + "author_account_age_days": 3932 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2217 + "author_account_age_days": 2218 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5354 + "author_account_age_days": 5355 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5354 + "author_account_age_days": 5355 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-08-11 17:01:06", - "author_account_age_days": 458 + "last_update": "2025-08-15 08:10:27", + "author_account_age_days": 459 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1961, + "stars": 1962, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2617, + "stars": 2618, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 936, + "stars": 937, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { - "stars": 36, + "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, - "last_update": "2025-07-12 16:37:13", - "author_account_age_days": 3704 + "last_update": "2025-08-15 20:00:40", + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { - "stars": 59, + "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 6, - "last_update": "2025-08-14 13:13:09", - "author_account_age_days": 88 + "last_update": "2025-08-15 17:15:08", + "author_account_age_days": 89 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 365, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3579 + "author_account_age_days": 3580 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3579 + "author_account_age_days": 3580 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 235 + "author_account_age_days": 236 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-08-14 18:15:13", - "author_account_age_days": 5672 + "author_account_age_days": 5673 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4910 + "author_account_age_days": 4911 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2339 + "author_account_age_days": 2340 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2421 + "author_account_age_days": 2422 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6037 + "author_account_age_days": 6038 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12212,17 +12242,17 @@ "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3009 + "author_account_age_days": 3010 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, @@ -12232,302 +12262,302 @@ "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 188, + "stars": 187, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2126, + "stars": 2127, "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5391 + "author_account_age_days": 5392 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6053 + "author_account_age_days": 6054 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6053 + "author_account_age_days": 6054 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5688 + "author_account_age_days": 5689 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3963 + "author_account_age_days": 3964 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 234, + "stars": 235, "last_update": "2025-08-13 00:00:37", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 217, + "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4521 + "author_account_age_days": 4522 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1434 + "author_account_age_days": 1435 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 2, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 541, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { - "stars": 3, + "stars": 4, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5174 + "author_account_age_days": 5175 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/scraed/LanPaint": { - "stars": 427, - "last_update": "2025-08-08 06:14:39", - "author_account_age_days": 3879 + "stars": 428, + "last_update": "2025-08-15 07:34:36", + "author_account_age_days": 3880 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12542,182 +12572,182 @@ "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 81, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3749 + "author_account_age_days": 3750 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 223, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1683, + "stars": 1684, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5509 + "author_account_age_days": 5510 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 466, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, "last_update": "2025-08-13 15:02:11", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 133 + "author_account_age_days": 134 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, @@ -12725,14 +12755,14 @@ "author_account_age_days": 2043 }, "https://github.com/siliconflow/BizyAir": { - "stars": 743, + "stars": 744, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, @@ -12752,12 +12782,12 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, @@ -12770,24 +12800,24 @@ "author_account_age_days": 1918 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 297, + "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4179 + "author_account_age_days": 4180 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, @@ -12797,405 +12827,410 @@ "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4356 + "author_account_age_days": 4357 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 181, + "stars": 182, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 656, + "stars": 657, "last_update": "2025-08-13 02:16:54", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { - "stars": 240, + "stars": 241, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_PartPacker": { - "stars": 21, + "stars": 22, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { - "stars": 70, + "stars": 72, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Sonic": { "stars": 1077, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 770 + "author_account_age_days": 771 + }, + "https://github.com/smthemex/ComfyUI_StableAvatar": { + "stars": 15, + "last_update": "2025-08-15 09:32:49", + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 460, - "last_update": "2025-08-08 01:31:24", - "author_account_age_days": 770 + "stars": 461, + "last_update": "2025-08-15 14:07:34", + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1190 + "author_account_age_days": 1191 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3676 + "author_account_age_days": 3677 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 216, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 242, + "stars": 245, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { - "stars": 220, + "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5157 + "author_account_age_days": 5158 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5648 + "author_account_age_days": 5649 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1274, + "stars": 1275, "last_update": "2025-07-18 19:54:57", "author_account_age_days": 2106 }, @@ -13217,467 +13252,467 @@ "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 611, + "stars": 612, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 15, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 59, + "stars": 65, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1000, + "stars": 1002, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/strawberryPunch/vram_optimizer": { - "stars": 6, + "stars": 7, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6347 + "author_account_age_days": 6348 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { - "stars": 60, + "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 2, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 3, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2314 + "author_account_age_days": 2315 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, - "last_update": "2025-08-06 09:03:03", - "author_account_age_days": 367 + "last_update": "2025-08-15 13:12:39", + "author_account_age_days": 368 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2099 + "author_account_age_days": 2100 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 57, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { - "stars": 10, + "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5337 + "author_account_age_days": 5338 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/talesofai/comfyui-browser": { "stars": 604, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 25, + "stars": 26, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4837 + "author_account_age_days": 4838 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 53, + "stars": 56, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1772 + "author_account_age_days": 1773 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, - "last_update": "2025-07-16 15:04:50", - "author_account_age_days": 876 + "last_update": "2025-08-15 23:51:07", + "author_account_age_days": 877 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3741 + "author_account_age_days": 3742 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2388 + "author_account_age_days": 2389 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2527 + "author_account_age_days": 2528 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 4, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4791 + "author_account_age_days": 4792 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3319 + "author_account_age_days": 3320 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4734 + "author_account_age_days": 4735 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 103, + "stars": 104, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, @@ -13697,60 +13732,60 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 61, + "stars": 62, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5805 + "author_account_age_days": 5806 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1945 + "author_account_age_days": 1946 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 117, + "stars": 118, "last_update": "2025-03-10 03:33:02", "author_account_age_days": 5174 }, @@ -13762,152 +13797,152 @@ "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3165 + "author_account_age_days": 3166 }, "https://github.com/tusharbhutt/Endless-Buttons": { - "stars": 6, + "stars": 7, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 55, + "stars": 56, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 870, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1454 + "author_account_age_days": 1455 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 0, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2803 + "author_account_age_days": 2804 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2373 + "author_account_age_days": 2374 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, @@ -13917,87 +13952,87 @@ "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2687 + "author_account_age_days": 2688 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1814 + "author_account_age_days": 1815 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4765 + "author_account_age_days": 4766 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 65, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -14007,786 +14042,786 @@ "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 196, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 2, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3495 + "author_account_age_days": 3496 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3445 + "author_account_age_days": 3446 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 210, + "stars": 211, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2324 + "author_account_age_days": 2325 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 949, + "stars": 951, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 71, "last_update": "2025-08-01 16:57:00", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5903 + "author_account_age_days": 5904 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 39, - "last_update": "2025-07-31 10:35:05", - "author_account_age_days": 868 + "last_update": "2025-08-15 08:35:11", + "author_account_age_days": 869 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 34, + "stars": 35, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 551, - "last_update": "2025-08-13 23:32:49", - "author_account_age_days": 3774 + "stars": 552, + "last_update": "2025-08-15 09:15:37", + "author_account_age_days": 3775 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3339 + "author_account_age_days": 3340 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3446 + "author_account_age_days": 3447 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6137 + "author_account_age_days": 6138 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6137 + "author_account_age_days": 6138 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5466 + "author_account_age_days": 5467 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2172 + "author_account_age_days": 2173 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 49, + "stars": 50, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1813 + "author_account_age_days": 1814 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3841 + "author_account_age_days": 3842 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/Comfyui-Ycanvas": { - "stars": 105, + "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1824, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1757 + "author_account_age_days": 1758 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 934 + "author_account_age_days": 935 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 934 + "author_account_age_days": 935 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 221, + "stars": 222, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 24, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { "stars": 156, "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4193 + "author_account_age_days": 4194 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3676 + "author_account_age_days": 3677 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2773 + "author_account_age_days": 2774 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2859 + "author_account_age_days": 2860 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, - "last_update": "2025-08-14 06:44:25", - "author_account_age_days": 707 + "last_update": "2025-08-15 02:09:57", + "author_account_age_days": 708 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3766 + "author_account_age_days": 3767 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1428, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3792 + "author_account_age_days": 3793 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3078 + "author_account_age_days": 3079 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1633, + "stars": 1636, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5378 + "author_account_age_days": 5379 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4558 + "author_account_age_days": 4559 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2835244a..0e17878e 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "mico-world", + "title": "comfyui_mico_node", + "reference": "https://github.com/mico-world/comfyui_mico_node", + "files": [ + "https://github.com/mico-world/comfyui_mico_node" + ], + "install_type": "git-clone", + "description": "NODES: HF UNET Loader" + }, { "author": "InfiniNode", "title": "Comfyui-InfiniNode-Model-Suite [UNSAFE]", @@ -60,16 +70,6 @@ "install_type": "git-clone", "description": "AspectSize and 100 more nodes\nNOTE: The files in the repo are not organized." }, - { - "author": "apeirography", - "title": "DaimalyadNodes", - "reference": "https://github.com/apeirography/DaimalyadNodes", - "files": [ - "https://github.com/apeirography/DaimalyadNodes" - ], - "install_type": "git-clone", - "description": "NODES: Model Downloader by DaimAlYad" - }, { "author": "tnil25", "title": "ComfyUI-TJNodes [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 3f5f07b9..53c52017 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2520,6 +2520,8 @@ ], "https://github.com/MockbaTheBorg/ComfyUI-Mockba": [ [ + "mb AI Bypass", + "mb AI Detector", "mb Barcode", "mb CLIP Text Encoder", "mb Color Picker", @@ -2534,9 +2536,11 @@ "mb File to Image", "mb File to Text", "mb Hash Generator", + "mb Illuminarty", "mb Image Batch", "mb Image Center Rotate", "mb Image Dither", + "mb Image FFT", "mb Image Film Effect", "mb Image Flip", "mb Image Load", @@ -4336,14 +4340,6 @@ "title_aux": "ComfyUI-Animemory-Loader" } ], - "https://github.com/apeirography/DaimalyadNodes": [ - [ - "DaimalyadModelDownloader" - ], - { - "title_aux": "DaimalyadNodes" - } - ], "https://github.com/apetitbois/nova_utils": [ [ "floatList2Float", @@ -5128,6 +5124,7 @@ "FluxGuidance", "FluxKontextImageScale", "FluxKontextMaxImageNode", + "FluxKontextMultiReferenceLatentMethod", "FluxKontextProImageNode", "FluxProCannyNode", "FluxProDepthNode", @@ -5482,7 +5479,6 @@ "TomePatchModel", "TorchCompileModel", "TrainLoraNode", - "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -5514,17 +5510,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", - "Wan22FunControlToVideo", - "Wan22ImageToVideoLatent", "WanCameraEmbedding", - "WanCameraImageToVideo", - "WanFirstLastFrameToVideo", - "WanFunControlToVideo", - "WanFunInpaintToVideo", - "WanImageToVideo", - "WanPhantomSubjectToVideo", - "WanTrackToVideo", - "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", "unCLIPConditioning" @@ -8070,6 +8056,14 @@ "title_aux": "ComfyUI-Lygia" } ], + "https://github.com/mico-world/comfyui_mico_node": [ + [ + "HFUNETLoader" + ], + { + "title_aux": "comfyui_mico_node" + } + ], "https://github.com/mikebilly/Transparent-background-comfyUI": [ [ "Transparentbackground RemBg" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index fa6241c3..f48c20b8 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,572 +2,572 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5182 + "author_account_age_days": 5183 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-14 11:40:36", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 15, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/AIWarper/ComfyUI-DAViD": { - "stars": 2, + "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1876 + "author_account_age_days": 1877 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 0, "last_update": "2025-08-07 18:31:55", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1225 + "author_account_age_days": 1226 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1225 + "author_account_age_days": 1226 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1847 + "author_account_age_days": 1848 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1571 + "author_account_age_days": 1572 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4371 + "author_account_age_days": 4372 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4371 + "author_account_age_days": 4372 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2408 + "author_account_age_days": 2409 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4432 + "author_account_age_days": 4433 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 77, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1214 + "author_account_age_days": 1215 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 260 + "author_account_age_days": 261 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4568 + "author_account_age_days": 4569 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1490 + "author_account_age_days": 1491 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 8, + "stars": 9, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1790 + "author_account_age_days": 1791 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1283 + "author_account_age_days": 1284 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2240 + "author_account_age_days": 2241 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3004 + "author_account_age_days": 3005 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3062 + "author_account_age_days": 3063 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2394 + "author_account_age_days": 2395 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4364 + "author_account_age_days": 4365 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2799 + "author_account_age_days": 2800 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2668 + "author_account_age_days": 2669 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1801 + "author_account_age_days": 1803 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 0, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 38 + "author_account_age_days": 39 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1747 + "author_account_age_days": 1748 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3712 + "author_account_age_days": 3713 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, @@ -577,42 +577,42 @@ "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5001 + "author_account_age_days": 5002 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": { "stars": 0, "last_update": "2025-08-14 15:39:56", - "author_account_age_days": 52 + "author_account_age_days": 53 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, "last_update": "2025-08-13 18:37:26", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, @@ -622,42 +622,42 @@ "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4602 + "author_account_age_days": 4603 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4929 + "author_account_age_days": 4930 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, @@ -667,207 +667,207 @@ "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 7, + "stars": 11, "last_update": "2025-08-14 06:15:44", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3273 + "author_account_age_days": 3274 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3640 + "author_account_age_days": 3641 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-13 13:39:51", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3236 + "author_account_age_days": 3237 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3236 + "author_account_age_days": 3237 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-14 05:31:14", - "author_account_age_days": 3496 + "last_update": "2025-08-15 17:19:00", + "author_account_age_days": 3497 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 57, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, @@ -877,72 +877,72 @@ "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1301 + "author_account_age_days": 1302 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2447 + "author_account_age_days": 2448 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/PixWizardry/ComfyUI_Sliding_Window": { "stars": 1, @@ -952,752 +952,752 @@ "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5691 + "author_account_age_days": 5692 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-08-12 03:16:26", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5033 + "author_account_age_days": 5034 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1728 + "author_account_age_days": 1729 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-13 07:25:14", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 281 + "author_account_age_days": 282 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4362 + "author_account_age_days": 4363 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1556 + "author_account_age_days": 1557 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2591 + "author_account_age_days": 2592 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4146 + "author_account_age_days": 4147 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1377 + "author_account_age_days": 1378 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1822 + "author_account_age_days": 1823 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { - "stars": 769, + "stars": 770, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { - "stars": 110, + "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 242, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2290 + "author_account_age_days": 2291 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2290 + "author_account_age_days": 2291 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4670 + "author_account_age_days": 4671 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4941 + "author_account_age_days": 4942 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, - "last_update": "2025-08-13 01:12:47", - "author_account_age_days": 2157 + "last_update": "2025-08-15 03:21:01", + "author_account_age_days": 2158 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4788 + "author_account_age_days": 4789 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 436 + "author_account_age_days": 437 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5096 + "author_account_age_days": 5097 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1247 + "author_account_age_days": 1248 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3658 + "author_account_age_days": 3659 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4220 + "author_account_age_days": 4221 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1505 + "author_account_age_days": 1506 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4161 + "author_account_age_days": 4162 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3525 + "author_account_age_days": 3526 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, @@ -1707,992 +1707,992 @@ "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1127, + "stars": 1129, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3193 + "author_account_age_days": 3194 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 1, "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 703 + "author_account_age_days": 704 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2782 + "author_account_age_days": 2783 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4615 + "author_account_age_days": 4616 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85490, - "last_update": "2025-08-15 00:56:26", - "author_account_age_days": 965 + "stars": 85580, + "last_update": "2025-08-15 23:50:20", + "author_account_age_days": 966 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 412, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2218 + "author_account_age_days": 2219 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2404 + "author_account_age_days": 2405 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6391 + "author_account_age_days": 6392 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 51, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, - "last_update": "2025-08-08 17:12:28", - "author_account_age_days": 265 + "last_update": "2025-08-15 20:18:01", + "author_account_age_days": 266 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3188 + "author_account_age_days": 3189 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "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": 413 + "author_account_age_days": 414 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4334 + "author_account_age_days": 4335 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4455 + "author_account_age_days": 4456 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5144 + "author_account_age_days": 5145 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2994 + "author_account_age_days": 2995 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2112 + "author_account_age_days": 2113 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1136 + "author_account_age_days": 1137 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3520 + "author_account_age_days": 3521 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 81 + "author_account_age_days": 82 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 234 + "author_account_age_days": 235 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2556 + "author_account_age_days": 2557 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3394 + "author_account_age_days": 3395 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 17, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1760 + "author_account_age_days": 1761 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2871 + "author_account_age_days": 2872 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4329 + "author_account_age_days": 4330 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, - "last_update": "2025-08-14 23:34:11", - "author_account_age_days": 5609 + "last_update": "2025-08-15 03:07:11", + "author_account_age_days": 5610 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1055 + "author_account_age_days": 1056 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4894 + "author_account_age_days": 4895 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5266 + "author_account_age_days": 5267 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3695 + "author_account_age_days": 3696 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5364 + "author_account_age_days": 5365 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3485 + "author_account_age_days": 3486 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 17, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5169 + "author_account_age_days": 5170 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 551 + "author_account_age_days": 552 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5889 + "author_account_age_days": 5890 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/kevin314/ComfyUI-FastVideo": { - "stars": 3, + "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1486, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { "stars": 839, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2522, + "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 405, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "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": 273 + "author_account_age_days": 274 }, "https://github.com/kk8bit/KayTool": { - "stars": 193, + "stars": 194, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1114 + "author_account_age_days": 1115 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-14 17:46:22", - "author_account_age_days": 1681 + "author_account_age_days": 1682 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1604 + "author_account_age_days": 1605 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4972 + "author_account_age_days": 4973 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2168 + "author_account_age_days": 2169 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 86, + "stars": 87, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5078 + "author_account_age_days": 5079 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1364, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1935 + "author_account_age_days": 1936 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1468 + "author_account_age_days": 1469 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { - "stars": 32, + "stars": 33, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, @@ -2702,1077 +2702,1082 @@ "https://github.com/lucafoscili/lf-nodes": { "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4831 + "author_account_age_days": 4832 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3952 + "author_account_age_days": 3953 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4433 + "author_account_age_days": 4434 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4162 + "author_account_age_days": 4163 + }, + "https://github.com/mico-world/comfyui_mico_node": { + "stars": 0, + "last_update": "2025-08-15 09:55:41", + "author_account_age_days": 289 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2818 + "author_account_age_days": 2819 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1597 + "author_account_age_days": 1598 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1909 + "author_account_age_days": 1910 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2836 + "author_account_age_days": 2837 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2295 + "author_account_age_days": 2296 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4298 + "author_account_age_days": 4299 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3853 + "author_account_age_days": 3854 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { - "stars": 21, + "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-08-13 13:40:54", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4446 + "author_account_age_days": 4447 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 210, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5540 + "author_account_age_days": 5541 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 9, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4672 + "author_account_age_days": 4673 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5994 + "author_account_age_days": 5995 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2767 + "author_account_age_days": 2768 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1063 + "author_account_age_days": 1064 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-14 20:49:22", - "author_account_age_days": 5870 + "last_update": "2025-08-15 19:00:54", + "author_account_age_days": 5871 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4106 + "author_account_age_days": 4107 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5496 + "author_account_age_days": 5497 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4378 + "author_account_age_days": 4379 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, - "last_update": "2025-08-12 10:15:17", - "author_account_age_days": 2559 + "last_update": "2025-08-15 10:09:40", + "author_account_age_days": 2560 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 27 + "author_account_age_days": 28 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5521 + "author_account_age_days": 5522 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/sofakid/dandy": { "stars": 52, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 0, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 72 + "author_account_age_days": 73 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1270 + "author_account_age_days": 1271 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4254 + "author_account_age_days": 4255 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 39 + "author_account_age_days": 40 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1368 + "author_account_age_days": 1369 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, "last_update": "2025-08-14 20:22:32", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5615 + "author_account_age_days": 5616 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, - "last_update": "2025-08-11 03:28:31", - "author_account_age_days": 187 + "last_update": "2025-08-15 02:38:46", + "author_account_age_days": 188 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, - "last_update": "2025-08-14 04:11:46", - "author_account_age_days": 3961 + "last_update": "2025-08-15 08:27:44", + "author_account_age_days": 3962 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2238 + "author_account_age_days": 2239 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2239 + "author_account_age_days": 2240 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3314 + "author_account_age_days": 3315 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5180 + "author_account_age_days": 5181 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 108 + "author_account_age_days": 109 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5456 + "author_account_age_days": 5457 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2144 + "author_account_age_days": 2145 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2622 + "author_account_age_days": 2623 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4207 + "author_account_age_days": 4208 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4433 + "author_account_age_days": 4434 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5418 + "author_account_age_days": 5419 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2118 + "author_account_age_days": 2119 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-14 08:43:06", - "author_account_age_days": 742 + "last_update": "2025-08-15 08:33:25", + "author_account_age_days": 743 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, @@ -3782,116 +3787,116 @@ "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4051 + "author_account_age_days": 4052 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { - "stars": 1, + "stars": 2, "last_update": "2025-08-13 17:18:08", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/yanlang0123/ComfyUI_Lam": { - "stars": 49, + "stars": 50, "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4046 + "author_account_age_days": 4047 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2655 + "author_account_age_days": 2656 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2071 + "author_account_age_days": 2072 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, - "last_update": "2025-08-15 01:00:31", - "author_account_age_days": 2669 + "last_update": "2025-08-15 09:02:32", + "author_account_age_days": 2670 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5945 + "author_account_age_days": 5946 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4040 + "author_account_age_days": 4041 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 136 + "author_account_age_days": 137 } } \ 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 738eb012..50ecd420 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,57 @@ { "custom_nodes": [ + { + "author": "smthemex", + "title": "ComfyUI_StableAvatar", + "reference": "https://github.com/smthemex/ComfyUI_StableAvatar", + "files": [ + "https://github.com/smthemex/ComfyUI_StableAvatar" + ], + "install_type": "git-clone", + "description": "StableAvatar: Infinite-Length Audio-Driven Avatar Video Generation,you can try it in ComfyUI" + }, + { + "author": "jupo-ai", + "title": "comfy-preview-model", + "id": "comfy-preview-model", + "reference": "https://github.com/jupo-ai/comfy-preview-model", + "files": [ + "https://github.com/jupo-ai/comfy-preview-model" + ], + "install_type": "git-clone", + "description": "Preview media file in model's dir." + }, + { + "author": "jupo-ai", + "title": "comfy-join-prompt", + "id": "comfy-join-prompt", + "reference": "https://github.com/jupo-ai/comfy-join-prompt", + "files": [ + "https://github.com/jupo-ai/comfy-join-prompt" + ], + "install_type": "git-clone", + "description": "Join Multiline text." + }, + { + "author": "mamorett", + "title": "MiniCPM‑V‑4 (GGUF) for ComfyUI", + "reference": "https://github.com/mamorett/ComfyUI_minicpmv4", + "files": [ + "https://github.com/mamorett/ComfyUI_minicpmv4" + ], + "install_type": "git-clone", + "description": "Modular ComfyUI nodes to run the vision-language model MiniCPM‑V‑4 in GGUF format, powered by llama‑cpp‑python." + }, + { + "author": "Verolelb", + "title": "ComfyUI-Qwen-Aspect-Ratio", + "reference": "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio", + "files": [ + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio" + ], + "install_type": "git-clone", + "description": "A node to provide recommended aspect ratios for the Qwen model series." + }, { "author": "kusurin", "title": "ComfyUI-chronophotography", @@ -635,67 +687,6 @@ ], "install_type": "git-clone", "description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities." - }, - { - "author": "BobRandomNumber", - "title": "ComfyUI-TLBVFI", - "reference": "https://github.com/BobRandomNumber/ComfyUI-TLBVFI", - "files": [ - "https://github.com/BobRandomNumber/ComfyUI-TLBVFI" - ], - "install_type": "git-clone", - "description": "wrapper for the TLB-VFI: Temporal-Aware Latent Brownian Bridge Diffusion for Video Frame Interpolation project" - }, - { - "author": "11dogzi", - "title": "Qwen-Image ComfyUI", - "reference": "https://github.com/11dogzi/Comfyui-Qwen-Image", - "files": [ - "https://github.com/11dogzi/Comfyui-Qwen-Image" - ], - "install_type": "git-clone", - "description": "This is a custom node package that integrates the Qwen-Image model into ComfyUI." - }, - { - "author": "jqy-yo", - "title": "ComfyUI Gemini Nodes", - "id": "gemini-nodes-jqy", - "reference": "https://github.com/jqy-yo/comfyui-gemini-nodes", - "files": [ - "https://github.com/jqy-yo/comfyui-gemini-nodes" - ], - "install_type": "git-clone", - "description": "A collection of custom nodes for integrating Google Gemini API with ComfyUI, providing powerful AI capabilities for text generation, image generation, and video analysis. Nodes: Gemini Text API, Gemini Image Editor, Gemini Image Gen Advanced, Gemini Video Captioner." - }, - { - "author": "stduhpf", - "title": "Wan22FirstLastFrameToVideoLatent for ComfyUI", - "reference": "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent", - "files": [ - "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent" - ], - "install_type": "git-clone", - "description": "This is a custom node for ComfyUI that can be used to generate videos from either a starting frame, an end frame or both; with the Wan2.2 5B model (which uses the new Wan2.2 VAE, unlike Wan 2.2 A14B model wich uses the old Wan2.1 VAE)." - }, - { - "author": "Novice_Chen", - "title": "ComfyUI-XingLiu", - "reference": "https://github.com/NewNoviceChen/ComfyUI-XingLiu", - "files": [ - "https://github.com/NewNoviceChen/ComfyUI-XingLiu" - ], - "install_type": "git-clone", - "description": "A ComfyUI node that integrates LibLib's text-to-image and image-to-image generation capabilities, with customizable ControlNet and Lora support." - }, - { - "author": "GeekyGhost", - "title": "ComfyUI Geeky AudioMixer", - "reference": "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer", - "files": [ - "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer" - ], - "install_type": "git-clone", - "description": "Audio Mixing node for ComfyUI" } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 7e801e4d..80d1e674 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -946,7 +946,8 @@ "ImageCaptioner", "ImageCaptionerPostProcessing", "Quen3Helper", - "Quen3HelperGGUF" + "Quen3HelperGGUF", + "SingleImageCaptioner" ], { "title_aux": "ComfyUI_ImageCaptioner" @@ -1956,11 +1957,12 @@ ], "https://github.com/Alectriciti/comfyui-creativeprompts": [ [ + "PromptGenerator", + "PromptReplace", + "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend", - "WildcardPrompts", - "WildcardReplace" + "StringListAppend" ], { "title_aux": "comfyui-creativeprompts" @@ -4759,10 +4761,13 @@ "DrawBBox", "DrawBBoxMask", "DrawBoundingBoxesQwen", + "DrawTextInBBox", "DumpJson", "ExpandBBoxByRatio", + "FillBBoxWithImage", "FluxKontextTrue3DPE", "FluxTextLoraLoader", + "GetTextBBoxWithAnchor", "HfCheckpointLoader", "HfClipLoader", "HfDiffusionModelLoader", @@ -9612,6 +9617,7 @@ "StitchingVideo", "Video2Frames", "VideoFlip", + "VideoPlayback", "VideoTransition" ], { @@ -9718,6 +9724,14 @@ "title_aux": "ComfyUI-Paint3D-Nodes" } ], + "https://github.com/NHLStenden/ComfyUI-ImageBag": [ + [ + "EnhancedImageColourTransferNode" + ], + { + "title_aux": "ComfyUI-ProgressiveBlend" + } + ], "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ [ "Load Text List", @@ -12937,7 +12951,8 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", - "StarQwenImageRatio" + "StarQwenImageRatio", + "StarQwenWanRatio" ], { "title_aux": "ComfyUI_StarBetaNodes" @@ -14203,6 +14218,14 @@ "title_aux": "ComfyUI-SaveImage-PP" } ], + "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": [ + [ + "QwenAspectRatioSelectorLatent" + ], + { + "title_aux": "ComfyUI-Qwen-Aspect-Ratio" + } + ], "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": [ [ "ImageSentinel" @@ -14332,6 +14355,7 @@ "VrchImageSaverNode", "VrchImageSwitchOSCControlNode", "VrchImageWebSocketChannelLoaderNode", + "VrchImageWebSocketFilterSettingsNode", "VrchImageWebSocketSettingsNode", "VrchImageWebSocketSimpleWebViewerNode", "VrchImageWebSocketWebViewerNode", @@ -16933,6 +16957,15 @@ "title_aux": "Handy Node ComfyUI" } ], + "https://github.com/apeirography/DaimalyadNodes": [ + [ + "DaimalyadModelDownloader", + "DaimalyadWildcardProcessor" + ], + { + "title_aux": "DaimalyadNodes" + } + ], "https://github.com/arcum42/ComfyUI_SageUtils": [ [ "SageSetWildcardText", @@ -21004,6 +21037,7 @@ "FluxGuidance", "FluxKontextImageScale", "FluxKontextMaxImageNode", + "FluxKontextMultiReferenceLatentMethod", "FluxKontextProImageNode", "FluxProCannyNode", "FluxProDepthNode", @@ -21358,7 +21392,6 @@ "TomePatchModel", "TorchCompileModel", "TrainLoraNode", - "TrimVideoLatent", "TripleCLIPLoader", "TripoConversionNode", "TripoImageToModelNode", @@ -21390,17 +21423,7 @@ "VideoTriangleCFGGuidance", "VoxelToMesh", "VoxelToMeshBasic", - "Wan22FunControlToVideo", - "Wan22ImageToVideoLatent", "WanCameraEmbedding", - "WanCameraImageToVideo", - "WanFirstLastFrameToVideo", - "WanFunControlToVideo", - "WanFunInpaintToVideo", - "WanImageToVideo", - "WanPhantomSubjectToVideo", - "WanTrackToVideo", - "WanVaceToVideo", "WebcamCapture", "unCLIPCheckpointLoader", "unCLIPConditioning" @@ -24024,8 +24047,7 @@ ], "https://github.com/flybirdxx/ComfyUI-SDMatte": [ [ - "SDMatteApply", - "SDMatteModelLoader" + "SDMatteApply" ], { "title_aux": "ComfyUI-SDMatte" @@ -29157,6 +29179,7 @@ "FantasyPortraitModelLoader", "FantasyTalkingModelLoader", "FantasyTalkingWav2VecEmbeds", + "LandmarksToImage", "LoadWanVideoClipTextEncoder", "LoadWanVideoT5TextEncoder", "MultiTalkModelLoader", @@ -31799,6 +31822,17 @@ "title_aux": "ComfyUI-Unwatermark" } ], + "https://github.com/mamorett/ComfyUI_minicpmv4": [ + [ + "GenCheckerImage", + "MiniCPMV4GGUFLoader", + "MiniCPMV4VisionInfer", + "VisionPromptBuilder" + ], + { + "title_aux": "MiniCPM\u2011V\u20114 (GGUF) for ComfyUI" + } + ], "https://github.com/mang01010/MangoNodePack": [ [ "CompositeMangoLoader", @@ -34903,13 +34937,21 @@ "PVL ComfyDeploy API Caller", "PVL KONTEXT MAX", "PVLCheckIfConnected", + "PVL_NoneOutputNode", "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", + "PVL_fal_FluxPro_Fill_API", + "PVL_fal_FluxPro_v1_1_Ultra_API", "PVL_fal_FluxWithLora_API", "PVL_fal_KontextDevInpaint_API", + "PVL_fal_KontextDevLora_API", "PVL_fal_KontextMaxMulti_API", "PVL_fal_KontextMaxSingle_API", + "PVL_fal_KontextPro_API", + "PVL_fal_Kontext_Dev_API", + "PVL_fal_LumaPhoton_FlashReframe_API", + "PVL_fal_LumaPhoton_Reframe_API", "PvlKontextMax" ], { @@ -37451,6 +37493,16 @@ "title_aux": "ComfyUI_StableAudio_Open" } ], + "https://github.com/smthemex/ComfyUI_StableAvatar": [ + [ + "StableAvatar_LoadModel", + "StableAvatar_Predata", + "StableAvatar_Sampler" + ], + { + "title_aux": "ComfyUI_StableAvatar" + } + ], "https://github.com/smthemex/ComfyUI_Stable_Makeup": [ [ "StableMakeup_LoadModel", @@ -37468,8 +37520,7 @@ "Pre_Translate_prompt", "StoryDiffusion_Apply", "StoryDiffusion_CLIPTextEncode", - "StoryDiffusion_KSampler", - "StoryDiffusion_Lora_Control" + "StoryDiffusion_KSampler" ], { "title_aux": "ComfyUI_StoryDiffusion" @@ -38119,6 +38170,7 @@ "JM-KLingAI-API/image2video", "JM-KLingAI-API/lip-sync", "JM-KLingAI-API/lip-sync-async", + "JM-KLingAI-API/multi-image2image", "JM-KLingAI-API/multi-image2video", "JM-KLingAI-API/query-status", "JM-KLingAI-API/text2video", From e99aafd876e1223edb59ea951fc9df877cbdae5b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sat, 16 Aug 2025 10:26:33 +0900 Subject: [PATCH 16/35] update DB --- custom-node-list.json | 4 ++-- extension-node-map.json | 7 +++++-- node_db/dev/custom-node-list.json | 10 ---------- node_db/dev/extension-node-map.json | 10 ---------- node_db/dev/github-stats.json | 5 ----- node_db/legacy/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 7 +++++-- 7 files changed, 22 insertions(+), 31 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index acd24961..4d0888c9 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30978,8 +30978,8 @@ "description": "A collection of custom nodes for ComfyUI that enable progressive blending and color matching effects across image batches/video frames." }, { - "author": "VraethrDalkr", - "title": "ComfyUI-ProgressiveBlend", + "author": "NHLStenden", + "title": "ComfyUI-ImageBag", "reference": "https://github.com/NHLStenden/ComfyUI-ImageBag", "files": [ "https://github.com/NHLStenden/ComfyUI-ImageBag" diff --git a/extension-node-map.json b/extension-node-map.json index 80d1e674..89f1c332 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1957,12 +1957,15 @@ ], "https://github.com/Alectriciti/comfyui-creativeprompts": [ [ + "CleanupTags", "PromptGenerator", "PromptReplace", "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend" + "StringListAppend", + "StringMerger12", + "StringMerger4" ], { "title_aux": "comfyui-creativeprompts" @@ -9729,7 +9732,7 @@ "EnhancedImageColourTransferNode" ], { - "title_aux": "ComfyUI-ProgressiveBlend" + "title_aux": "ComfyUI-ImageBag" } ], "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 0e17878e..ee7e6614 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -40,16 +40,6 @@ "install_type": "git-clone", "description": "HDM(HomeDiffusionModel) Extension" }, - { - "author": "flybirdxx", - "title": "ComfyUI Sliding Window [WIP]", - "reference": "https://github.com/PixWizardry/ComfyUI_Sliding_Window", - "files": [ - "https://github.com/PixWizardry/ComfyUI_Sliding_Window" - ], - "install_type": "git-clone", - "description": "This set of nodes provides a powerful sliding window or 'tiling' technique for processing long videos and animations in ComfyUI. It allows you to work on animations that are longer than your VRAM would typically allow by breaking the job into smaller, overlapping chunks and seamlessly blending them back together." - }, { "author": "TimothyCMeehan", "title": "ComfyUI CK3 Presets", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 53c52017..058397c6 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2915,16 +2915,6 @@ "title_aux": "DoomFLUX Nodes [WIP]" } ], - "https://github.com/PixWizardry/ComfyUI_Sliding_Window": [ - [ - "CalculateLatentFrames", - "IterativeSampler", - "PrepareLatentSchedule" - ], - { - "title_aux": "ComfyUI Sliding Window [WIP]" - } - ], "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": [ [ "Clean input and output file" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index f48c20b8..cf5e7e34 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -944,11 +944,6 @@ "last_update": "2025-06-30 20:41:45", "author_account_age_days": 650 }, - "https://github.com/PixWizardry/ComfyUI_Sliding_Window": { - "stars": 1, - "last_update": "2025-08-13 19:45:48", - "author_account_age_days": 2 - }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index b4455535..9fd41e76 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "flybirdxx", + "title": "ComfyUI Sliding Window [REMOVED]", + "reference": "https://github.com/PixWizardry/ComfyUI_Sliding_Window", + "files": [ + "https://github.com/PixWizardry/ComfyUI_Sliding_Window" + ], + "install_type": "git-clone", + "description": "This set of nodes provides a powerful sliding window or 'tiling' technique for processing long videos and animations in ComfyUI. It allows you to work on animations that are longer than your VRAM would typically allow by breaking the job into smaller, overlapping chunks and seamlessly blending them back together." + }, { "author": "SykkoAtHome", "title": "Sykko Tools for ComfyUI [REMOVED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 80d1e674..89f1c332 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1957,12 +1957,15 @@ ], "https://github.com/Alectriciti/comfyui-creativeprompts": [ [ + "CleanupTags", "PromptGenerator", "PromptReplace", "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend" + "StringListAppend", + "StringMerger12", + "StringMerger4" ], { "title_aux": "comfyui-creativeprompts" @@ -9729,7 +9732,7 @@ "EnhancedImageColourTransferNode" ], { - "title_aux": "ComfyUI-ProgressiveBlend" + "title_aux": "ComfyUI-ImageBag" } ], "https://github.com/NMWave/ComfyUI-Nader-Tagging": [ From 590bd8c4b9ad84564fb3d9cbd12aa12c27076b4b Mon Sep 17 00:00:00 2001 From: jupo-ai Date: Sun, 17 Aug 2025 07:05:03 +0900 Subject: [PATCH 17/35] Update custom-node-list.json (#2083) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4d0888c9..2e281072 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31474,6 +31474,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jupo-ai", + "title": "comfy-linear-move", + "id": "comfy-linear-move", + "reference": "https://github.com/jupo-ai/comfy-linear-move", + "files": [ + "https://github.com/jupo-ai/comfy-linear-move" + ], + "install_type": "git-clone", + "description": "Move nodes linearly." } ] } From 3d6151c94ff6404d7824fa84a17b706513f5f6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Andr=C3=A9s=20Navarro=20Navarro?= <152553832+YarvixPA@users.noreply.github.com> Date: Sun, 17 Aug 2025 03:51:20 -0500 Subject: [PATCH 18/35] Update custom-node-list.json (#2085) --- custom-node-list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2e281072..196738e4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17785,13 +17785,13 @@ }, { "author": "YarvixPA", - "title": "ComfyUI-NeuralMedia", - "reference": "https://github.com/YarvixPA/ComfyUI-NeuralMedia", + "title": "ComfyUI-YarvixPA", + "reference": "https://github.com/YarvixPA/ComfyUI-YarvixPA", "files": [ - "https://github.com/YarvixPA/ComfyUI-NeuralMedia" + "https://github.com/YarvixPA/ComfyUI-YarvixPA" ], "install_type": "git-clone", - "description": "A set of custom nodes modified to achieve things I felt were missing." + "description": "A set of custom nodes that simplify things." }, { "author": "SpenserCai", From 755b9d634244425f82e30d3ac1c76893b5553773 Mon Sep 17 00:00:00 2001 From: Marco Zanella Date: Sun, 17 Aug 2025 10:53:24 +0200 Subject: [PATCH 19/35] Add ComfyUI-BooleanExpression to custom-node-list (#2084) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 196738e4..36bf1f76 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31485,6 +31485,18 @@ ], "install_type": "git-clone", "description": "Move nodes linearly." + }, + { + "author": "Marco Zanella", + "title": "ComfyUI-BooleanExpression", + "id": "ComfyUI-BooleanExpression", + "reference": "https://github.com/marco-zanella/ComfyUI-BooleanExpression", + "files": [ + "https://github.com/marco-zanella/ComfyUI-BooleanExpression" + ], + "install_type": "git-clone", + "tags": ["boolean", "logic", "comparison"], + "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." } ] } From dcb37d9c55f9422030bcd553c281bc6970357b1a Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 17 Aug 2025 18:23:05 +0900 Subject: [PATCH 20/35] update DB --- custom-node-list.json | 115 +- extension-node-map.json | 159 +- github-stats.json | 6434 ++++++++++++------------ node_db/dev/custom-node-list.json | 40 + node_db/dev/extension-node-map.json | 46 +- node_db/dev/github-stats.json | 1631 +++--- node_db/legacy/custom-node-list.json | 20 + node_db/new/custom-node-list.json | 153 +- node_db/new/extension-node-map.json | 159 +- node_db/tutorial/custom-node-list.json | 10 + 10 files changed, 4575 insertions(+), 4192 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 36bf1f76..42eef6ae 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30063,6 +30063,16 @@ "install_type": "git-clone", "description": "Photoshop-like layered canvas editor to your ComfyUI workflow. This node is perfect for complex compositing, inpainting, and outpainting, featuring multi-layer support, masking, blend modes, and precise transformations. Includes optional AI-powered background removal for streamlined image editing." }, + { + "author": "Azornes", + "title": "Comfyui-Resolution-Master", + "reference": "https://github.com/Azornes/Comfyui-Resolution-Master", + "files": [ + "https://github.com/Azornes/Comfyui-Resolution-Master" + ], + "install_type": "git-clone", + "description": " Precise resolution and aspect ratio control for ComfyUI" + }, { "author": "einhorn13", "title": "ComfyUI-ImageProcessUtilities", @@ -30947,25 +30957,15 @@ "install_type": "git-clone", "description": "Attempt to create a ComfyUI node for masking AI-generated fingerprints." }, - { - "author": "Avalre", - "title": "ComfyUI-avaNodes", - "reference": "https://github.com/Avalre/ComfyUI-avaNodes", - "files": [ - "https://github.com/Avalre/ComfyUI-avaNodes" - ], - "install_type": "git-clone", - "description": "These nodes were created to personalize/optimize several ComfyUI nodes for my own use. You can replicate the functionality of most of my nodes by some combination of default ComfyUI nodes and custom nodes from other developers." - }, { "author": "Alectriciti", - "title": "comfyui-creativeprompts", - "reference": "https://github.com/Alectriciti/comfyui-creativeprompts", + "title": "comfyui-adaptiveprompts", + "reference": "https://github.com/Alectriciti/comfyui-adaptiveprompts", "files": [ - "https://github.com/Alectriciti/comfyui-creativeprompts" + "https://github.com/Alectriciti/comfyui-adaptiveprompts" ], "install_type": "git-clone", - "description": "A creative alternative to dynamicprompts" + "description": "Adaptive Prompts is a modern reimagining of dynamic prompts for ComfyUI. It lets you randomize, restructure, and clean up prompts with powerful wildcard and string tools. For the sake of consistency, I will still refer to them as Dynamic Prompts." }, { "author": "VraethrDalkr", @@ -31039,6 +31039,70 @@ "install_type": "git-clone", "description": "A node to provide recommended aspect ratios for the Qwen model series." }, + { + "author": "jupo-ai", + "title": "comfy-linear-move", + "id": "comfy-linear-move", + "reference": "https://github.com/jupo-ai/comfy-linear-move", + "files": [ + "https://github.com/jupo-ai/comfy-linear-move" + ], + "install_type": "git-clone", + "description": "Move nodes linearly." + }, + { + "author": "Marco Zanella", + "title": "ComfyUI-BooleanExpression", + "id": "ComfyUI-BooleanExpression", + "reference": "https://github.com/marco-zanella/ComfyUI-BooleanExpression", + "files": [ + "https://github.com/marco-zanella/ComfyUI-BooleanExpression" + ], + "install_type": "git-clone", + "tags": ["boolean", "logic", "comparison"], + "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." + }, + { + "author": "WeChatCV", + "title": "Stand-In Official Preprocessor ComfyUI Nodes", + "reference": "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI", + "files": [ + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI" + ], + "install_type": "git-clone", + "description": "This repository provides a temporary ComfyUI node implementation of the Stand-In preprocessor, aiming to correct the misunderstanding of Stand-In’s preprocessing logic in [a/ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper).\n[w/We strongly recommend using the workflows provided in this repo to ensure proper compatibility and the best identity-preserving performance.]" + }, + { + "author": "SilverAndJade", + "title": "ComfyUI Silver Nodes", + "reference": "https://github.com/SilverAndJade/comfyui-silver-nodes", + "files": [ + "https://github.com/SilverAndJade/comfyui-silver-nodes" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI that enhance workflow capabilities with advanced loaders and processing tools." + }, + { + "author": "vslinx", + "title": "ComfyUI vsLinx Nodes", + "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", + "files": [ + "https://github.com/vslinx/ComfyUI-vslinx-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch." + }, + { + "author": "HoangYell", + "title": "comfyui-hoangyell-video-edit", + "reference": "https://github.com/HoangYell/comfyui-hoangyell-video", + "files": [ + "https://github.com/HoangYell/comfyui-hoangyell-video" + ], + "install_type": "git-clone", + "description": "A collection of custom ComfyUI nodes for advanced video processing and editing workflows." + }, + @@ -31474,29 +31538,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "jupo-ai", - "title": "comfy-linear-move", - "id": "comfy-linear-move", - "reference": "https://github.com/jupo-ai/comfy-linear-move", - "files": [ - "https://github.com/jupo-ai/comfy-linear-move" - ], - "install_type": "git-clone", - "description": "Move nodes linearly." - }, - { - "author": "Marco Zanella", - "title": "ComfyUI-BooleanExpression", - "id": "ComfyUI-BooleanExpression", - "reference": "https://github.com/marco-zanella/ComfyUI-BooleanExpression", - "files": [ - "https://github.com/marco-zanella/ComfyUI-BooleanExpression" - ], - "install_type": "git-clone", - "tags": ["boolean", "logic", "comparison"], - "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 89f1c332..6137f371 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1955,20 +1955,20 @@ "title_aux": "seamless-clone-comfyui" } ], - "https://github.com/Alectriciti/comfyui-creativeprompts": [ + "https://github.com/Alectriciti/comfyui-adaptiveprompts": [ [ "CleanupTags", + "NormalizeLoraTags", "PromptGenerator", "PromptReplace", "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend", - "StringMerger12", - "StringMerger4" + "StringMerger4", + "StringMerger8" ], { - "title_aux": "comfyui-creativeprompts" + "title_aux": "comfyui-adaptiveprompts" } ], "https://github.com/Alexankharin/camera-comfyUI": [ @@ -2449,18 +2449,6 @@ "title_aux": "ComfyUI-ImageCropper" } ], - "https://github.com/Avalre/ComfyUI-avaNodes": [ - [ - "Checkpoint+", - "Cond Upscaler", - "DeepCache+", - "KSampler+", - "VidToTrainingData" - ], - { - "title_aux": "ComfyUI-avaNodes" - } - ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -2469,6 +2457,14 @@ "title_aux": "Comfyui-LayerForge" } ], + "https://github.com/Azornes/Comfyui-Resolution-Master": [ + [ + "ResolutionMaster" + ], + { + "title_aux": "Comfyui-Resolution-Master" + } + ], "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": [ [ "RSSFeedNode" @@ -3245,7 +3241,9 @@ ], "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": [ [ - "ImageCompositor" + "CombineImageAlpha", + "ImageCompositor", + "LoadImageAlpha" ], { "title_aux": "ComfyUI-ImageCompositionCy" @@ -4191,6 +4189,7 @@ "Gemini Question", "Gemini Response", "Gemini Scenery", + "Gemini Speech", "Gemini Style", "Gemini Subject", "Gemini Translate", @@ -4760,6 +4759,7 @@ "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "CreateS3Client", "DownloadImageFromUrl", "DrawBBox", "DrawBBoxMask", @@ -4780,6 +4780,7 @@ "HfQuadrupleClipLoader", "HfTripleClipLoader", "HfVaeLoader", + "HttpPostForJson", "ImageCropFromPadded", "ImageDifferenceCmap", "ImagePadToResolution", @@ -4792,7 +4793,8 @@ "ParseLlmJsonOutput", "PhotoDoddleConditioning", "ReadTextFile", - "SeedEditNode" + "SeedEditNode", + "UploadImageToS3" ], { "title_aux": "Duanyll Nodepack" @@ -5581,10 +5583,13 @@ [ "Add Margin With Color", "Essential Params", + "Get Last Output Video Path", "If Image Valid", "Image Params", "Is Image Valid ?", "None if same Image", + "Prompt Assembler", + "Resize Images To Megapixels", "Resize To Megapixels", "Video Params" ], @@ -6605,6 +6610,14 @@ "title_aux": "ComfyUI-ASSSSA" } ], + "https://github.com/HoangYell/comfyui-hoangyell-video": [ + [ + "AddIntroImage" + ], + { + "title_aux": "comfyui-hoangyell-video-edit" + } + ], "https://github.com/Holasyb918/Ghost2_Comfyui": [ [ "AlignPipeline", @@ -7448,6 +7461,7 @@ "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": [ [ "DrawThingsControlNet", + "DrawThingsHints", "DrawThingsLoRA", "DrawThingsNegative", "DrawThingsPositive", @@ -9043,6 +9057,7 @@ [ "makitextwildcards", "makiwildcards", + "makiwildcards_Advanced", "textconcatenate", "textconcatenate_v2" ], @@ -9911,8 +9926,12 @@ [ "ApplyLLMToSDXLAdapter", "LLMAdapterLoader", + "LLMAdapterLoaderCustom", + "LLMGGUFModelLoader", "LLMModelLoader", - "LLMTextEncoder" + "LLMTextEncoder", + "T5GEMMALoader", + "T5GEMMATextEncoder" ], { "title_aux": "ComfyUI LLM SDXL Adapter" @@ -12294,6 +12313,23 @@ "title_aux": "ComfyUI-Prompt-History" } ], + "https://github.com/SilverAndJade/comfyui-silver-nodes": [ + [ + "SilverFileTextLoader", + "SilverFlickrRandomImage", + "SilverFolderFilePathLoader", + "SilverFolderImageLoader", + "SilverFolderVideoLoader", + "SilverLoraModelLoader", + "SilverRandomFromList", + "SilverStringReplacer", + "SilverUrlImageLoader", + "SilverWebImageLoader" + ], + { + "title_aux": "ComfyUI Silver Nodes" + } + ], "https://github.com/Simlym/comfyui-prompt-helper": [ [ "PromptProcessor" @@ -14744,6 +14780,16 @@ "title_aux": "wavespeed-comfyui" } ], + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": [ + [ + "ApplyFaceProcessor", + "FaceOnlyModeSwitch", + "FaceProcessorLoader" + ], + { + "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" + } + ], "https://github.com/WebDev9000/WebDev9000-Nodes": [ [ "IgnoreBraces", @@ -15034,30 +15080,25 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], - "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ + "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ [ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", "FrameCalculator", "InpaintConditioningNode", - "LoadImagesFromFolderNode", "Prepimg2Vid", "RemoveBackgroundNode", - "SaveCaptionsImages", - "SaveImageAdvance", "StitchImages", "StitchImagesAndMask", "TextFieldNode", - "TileCheckpointPatchNode", "UnstitchImages", "UnstitchImagesAndMask", "UpscaleImageWithModel", - "VTracerImageVectorizerNode", - "VacePatchLoader" + "VTracerImageVectorizerNode" ], { - "title_aux": "ComfyUI-NeuralMedia" + "title_aux": "ComfyUI-YarvixPA" } ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ @@ -16131,6 +16172,7 @@ "CustomModelPromptGenerator", "KontextSuperPrompt", "LRPGCanvas", + "OllamaKontextPromptGenerator", "OllamaServiceManager", "TextGenWebUIFluxKontextEnhancer" ], @@ -21240,6 +21282,7 @@ "RandomNoise", "RebatchImages", "RebatchLatents", + "RecordAudio", "RecraftColorRGB", "RecraftControls", "RecraftCreativeUpscaleNode", @@ -22585,9 +22628,11 @@ "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", "F5TTSEngineNode", + "MouthMovementAnalyzer", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", - "UnifiedVoiceChangerNode" + "UnifiedVoiceChangerNode", + "VisemeDetectionOptionsNode" ], { "title_aux": "TTS Audio Suite" @@ -23504,14 +23549,7 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "LatentAnalyzer", - "LatentMixer", - "LatentPCA", - "LatentWalk", - "QwenWANBridge", - "SemanticDirectionFinder", - "StyleContentSeparator", - "VAEDiagnosticNode" + "QwenImageToWANLatentBridge" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -31919,6 +31957,43 @@ "title_aux": "Face Cropper Node (2:3 Ratio)" } ], + "https://github.com/marco-zanella/ComfyUI-BooleanExpression": [ + [ + "BooleanExpression.And", + "BooleanExpression.ArithmenticComparison.BinaryComparison", + "BooleanExpression.ArithmenticComparison.EqualTo", + "BooleanExpression.ArithmenticComparison.GreaterThan", + "BooleanExpression.ArithmenticComparison.GreaterThanOrEqualTo", + "BooleanExpression.ArithmenticComparison.LessThan", + "BooleanExpression.ArithmenticComparison.LessThanOrEqualTo", + "BooleanExpression.ArithmenticComparison.NotEqualTo", + "BooleanExpression.BinaryExpression", + "BooleanExpression.ConditionalBranch", + "BooleanExpression.False", + "BooleanExpression.Nand", + "BooleanExpression.Nor", + "BooleanExpression.Not", + "BooleanExpression.Or", + "BooleanExpression.StringComparison.AlphabeticalEqualTo", + "BooleanExpression.StringComparison.AlphabeticalGreaterThan", + "BooleanExpression.StringComparison.AlphabeticalGreaterThanOrEqualTo", + "BooleanExpression.StringComparison.AlphabeticalLessThan", + "BooleanExpression.StringComparison.AlphabeticalLessThanOrEqualTo", + "BooleanExpression.StringComparison.AlphabeticalNotEqualTo", + "BooleanExpression.StringComparison.Contains", + "BooleanExpression.StringComparison.EndsWith", + "BooleanExpression.StringComparison.NotContains", + "BooleanExpression.StringComparison.NotEndsWith", + "BooleanExpression.StringComparison.NotStartsWith", + "BooleanExpression.StringComparison.StartsWith", + "BooleanExpression.StringComparison.StringComparison", + "BooleanExpression.True", + "BooleanExpression.Xor" + ], + { + "title_aux": "ComfyUI-BooleanExpression" + } + ], "https://github.com/marcoc2/ComfyUI-AnotherUtils": [ [ "CustomCrop", @@ -39526,6 +39601,15 @@ "title_aux": "Kandinsky 2.2 ComfyUI Plugin" } ], + "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ + [ + "vsLinx_LoadSelectedImagesBatch", + "vsLinx_LoadSelectedImagesList" + ], + { + "title_aux": "ComfyUI vsLinx Nodes" + } + ], "https://github.com/vuongminh1907/ComfyUI_ZenID": [ [ "ApplyZenID", @@ -40497,6 +40581,7 @@ "LamViewVideo", "LamViewVideoOut", "LoadDirImgPaths", + "LoadImagePath", "LoadReplaceImage", "LongTextToList", "MultiControlNetApply", diff --git a/github-stats.json b/github-stats.json index 8f438cff..47c705d4 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,14826 +2,14856 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3626 + "author_account_age_days": 3628 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 50, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 52, + "stars": 54, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1253, + "stars": 1255, "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1343, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 60, + "stars": 61, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 86, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 542 + "author_account_age_days": 544 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-14 11:40:36", - "author_account_age_days": 865 + "last_update": "2025-08-16 14:12:49", + "author_account_age_days": 866 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 407 + "author_account_age_days": 409 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1336 + "author_account_age_days": 1337 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1336 + "author_account_age_days": 1337 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2421 + "author_account_age_days": 2423 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 5, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1066 + "author_account_age_days": 1068 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 609 + "author_account_age_days": 611 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2409, + "stars": 2413, "last_update": "2025-08-15 12:36:47", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 88, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { - "stars": 242, + "stars": 243, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 25, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2307, + "stars": 2308, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 349, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { - "stars": 9, + "stars": 10, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 13, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1943 + "author_account_age_days": 1944 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { - "stars": 294, + "stars": 295, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 906 + "author_account_age_days": 908 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 906 + "author_account_age_days": 908 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1021, + "stars": 1022, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { - "stars": 9, + "stars": 10, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 277 + "author_account_age_days": 279 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 277 + "author_account_age_days": 279 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1226 + "author_account_age_days": 1227 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 300 + "author_account_age_days": 301 }, - "https://github.com/Alectriciti/comfyui-creativeprompts": { - "stars": 1, - "last_update": "2025-08-16 00:10:54", - "author_account_age_days": 4883 + "https://github.com/Alectriciti/comfyui-adaptiveprompts": { + "stars": 2, + "last_update": "2025-08-16 08:54:08", + "author_account_age_days": 4884 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1322, - "last_update": "2025-08-13 04:57:13", - "author_account_age_days": 3117 + "stars": 1325, + "last_update": "2025-08-16 10:19:08", + "author_account_age_days": 3118 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5629 + "author_account_age_days": 5630 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1238 + "author_account_age_days": 1240 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3806 + "author_account_age_days": 3808 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3366 + "author_account_age_days": 3368 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 710 + "author_account_age_days": 712 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 15, "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5003 + "author_account_age_days": 5005 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3258 + "author_account_age_days": 3259 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4491 + "author_account_age_days": 4493 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4491 + "author_account_age_days": 4493 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4491 + "author_account_age_days": 4493 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4491 + "author_account_age_days": 4493 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3066 - }, - "https://github.com/Avalre/ComfyUI-avaNodes": { - "stars": 0, - "last_update": "2025-08-14 23:00:42", - "author_account_age_days": 1430 + "author_account_age_days": 3067 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 139, + "stars": 141, "last_update": "2025-08-14 13:04:50", - "author_account_age_days": 3308 + "author_account_age_days": 3309 + }, + "https://github.com/Azornes/Comfyui-Resolution-Master": { + "stars": 0, + "last_update": "2025-08-16 20:22:52", + "author_account_age_days": 3309 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1649 + "author_account_age_days": 1651 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1649 + "author_account_age_days": 1651 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3654 + "author_account_age_days": 3655 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 435, + "stars": 436, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 847 + "author_account_age_days": 849 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1723 + "author_account_age_days": 1724 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 888 + "author_account_age_days": 890 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3424 + "author_account_age_days": 3425 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3489 + "author_account_age_days": 3491 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3489 + "author_account_age_days": 3491 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1392, "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2757 + "author_account_age_days": 2759 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1272 + "author_account_age_days": 1274 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { - "stars": 388, + "stars": 389, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1140 + "author_account_age_days": 1141 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3498 + "author_account_age_days": 3500 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5242 + "author_account_age_days": 5243 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { - "stars": 7, + "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { - "stars": 7, + "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 786 + "author_account_age_days": 787 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 13, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, - "last_update": "2025-08-15 08:47:48", - "author_account_age_days": 615 + "last_update": "2025-08-17 06:56:13", + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2283 + "author_account_age_days": 2285 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2283 + "author_account_age_days": 2285 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2283 + "author_account_age_days": 2285 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 40, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5514 + "author_account_age_days": 5516 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 0, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 240, + "stars": 239, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2318 + "author_account_age_days": 2320 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2318 + "author_account_age_days": 2320 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2829 + "author_account_age_days": 2831 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2829 + "author_account_age_days": 2831 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 514, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 32, + "stars": 35, "last_update": "2025-08-15 02:22:24", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, - "last_update": "2025-08-15 02:12:52", - "author_account_age_days": 83 + "last_update": "2025-08-17 00:49:57", + "author_account_age_days": 84 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 36, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4841 + "author_account_age_days": 4842 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2024 + "author_account_age_days": 2026 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1519 + "author_account_age_days": 1520 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5575 + "author_account_age_days": 5576 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, - "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3128 + "last_update": "2025-08-16 06:59:08", + "author_account_age_days": 3129 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, - "last_update": "2025-08-10 22:03:01", - "author_account_age_days": 3128 + "last_update": "2025-08-16 06:59:08", + "author_account_age_days": 3129 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4706 + "author_account_age_days": 4707 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5004 + "author_account_age_days": 5006 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3894 + "author_account_age_days": 3896 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2296 + "author_account_age_days": 2298 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 1, + "stars": 4, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 420, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3490 + "author_account_age_days": 3491 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 331, + "stars": 332, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5412 + "author_account_age_days": 5413 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 363 + "author_account_age_days": 364 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, "last_update": "2025-08-15 14:49:59", - "author_account_age_days": 3150 + "author_account_age_days": 3151 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1560 + "author_account_age_days": 1561 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { - "stars": 228, + "stars": 229, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3195 + "author_account_age_days": 3197 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2006 + "author_account_age_days": 2007 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 386 + "author_account_age_days": 388 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 386 + "author_account_age_days": 388 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 386 + "author_account_age_days": 388 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 386 + "author_account_age_days": 388 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 611, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4016 + "author_account_age_days": 4017 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-08-14 08:00:07", - "author_account_age_days": 5 + "author_account_age_days": 7 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/Skimmed_CFG": { - "stars": 205, + "stars": 207, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 775, + "stars": 776, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 204, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3270, + "stars": 3275, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1257 + "author_account_age_days": 1258 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3301 + "author_account_age_days": 3303 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3172 + "author_account_age_days": 3173 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { - "stars": 14, + "stars": 16, "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3164 + "author_account_age_days": 3166 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, "last_update": "2025-08-14 18:49:18", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Franck-Demongin/NX_Translator": { - "stars": 1, + "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1094 + "author_account_age_days": 1096 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2098 + "author_account_age_days": 2100 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2098 + "author_account_age_days": 2100 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2098 + "author_account_age_days": 2100 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2098 + "author_account_age_days": 2100 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2098 + "author_account_age_days": 2100 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1580 + "author_account_age_days": 1581 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1936 + "author_account_age_days": 1938 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 33, + "stars": 34, "last_update": "2025-08-15 03:25:07", - "author_account_age_days": 1827 + "author_account_age_days": 1829 }, "https://github.com/GACLove/ComfyUI-VFI": { - "stars": 3, + "stars": 4, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4034 + "author_account_age_days": 4036 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2586 + "author_account_age_days": 2587 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2974 + "author_account_age_days": 2975 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 904 + "author_account_age_days": 906 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 904 + "author_account_age_days": 906 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { - "stars": 33, + "stars": 34, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2800 + "author_account_age_days": 2802 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 114 + "author_account_age_days": 116 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5349 + "author_account_age_days": 5350 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 722, + "stars": 723, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1537 + "author_account_age_days": 1538 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2827 + "author_account_age_days": 2828 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3397 + "author_account_age_days": 3399 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 10, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { - "stars": 58, + "stars": 60, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, - "last_update": "2025-08-15 13:42:13", - "author_account_age_days": 192 + "last_update": "2025-08-16 04:57:17", + "author_account_age_days": 194 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 39 + "author_account_age_days": 41 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 39 + "author_account_age_days": 41 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1748 + "author_account_age_days": 1749 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2655 + "author_account_age_days": 2657 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2331 + "author_account_age_days": 2333 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4392 + "author_account_age_days": 4394 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4745 + "author_account_age_days": 4746 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2116 + "author_account_age_days": 2117 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2587 + "author_account_age_days": 2589 + }, + "https://github.com/HoangYell/comfyui-hoangyell-video": { + "stars": 0, + "last_update": "2025-08-17 08:45:22", + "author_account_age_days": 4161 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { - "stars": 38, + "stars": 39, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5898 + "author_account_age_days": 5899 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5898 + "author_account_age_days": 5899 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5898 + "author_account_age_days": 5899 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4126 + "author_account_age_days": 4127 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 60 + "author_account_age_days": 62 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1970 + "author_account_age_days": 1971 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4596 + "author_account_age_days": 4597 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4327 + "author_account_age_days": 4328 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 774 + "author_account_age_days": 776 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 191, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 191, + "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 828 + "author_account_age_days": 830 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 112, + "stars": 114, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 112, + "stars": 115, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 828 + "author_account_age_days": 830 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 81, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2970 + "author_account_age_days": 2972 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4096 + "author_account_age_days": 4097 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3989 + "author_account_age_days": 3990 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3685 + "author_account_age_days": 3687 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5303 + "author_account_age_days": 5305 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1266 + "author_account_age_days": 1267 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 14, - "last_update": "2025-08-13 18:18:30", - "author_account_age_days": 4798 + "last_update": "2025-08-16 20:20:30", + "author_account_age_days": 4799 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 775, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3772 + "author_account_age_days": 3773 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 34, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3587 + "author_account_age_days": 3588 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3188 + "author_account_age_days": 3189 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5019 + "author_account_age_days": 5020 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 498, - "last_update": "2025-06-10 16:57:54", - "author_account_age_days": 2045 + "last_update": "2025-08-16 15:43:32", + "author_account_age_days": 2046 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 212, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3237, + "stars": 3240, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1155, + "stars": 1156, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4134 + "author_account_age_days": 4135 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5985 + "author_account_age_days": 5986 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 928 + "author_account_age_days": 930 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 475 + "author_account_age_days": 477 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 136, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { - "stars": 209, + "stars": 210, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 152, + "stars": 153, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 162, + "stars": 163, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 219, + "stars": 220, "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2906 + "author_account_age_days": 2907 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 318 + "author_account_age_days": 320 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1549 + "author_account_age_days": 1550 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 494, + "stars": 495, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1161 + "author_account_age_days": 1163 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 276 + "author_account_age_days": 278 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3285 + "author_account_age_days": 3286 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 133, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/Lerc/canvas_tab": { "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5785 + "author_account_age_days": 5786 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { - "stars": 15, + "stars": 16, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 8, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3019 + "author_account_age_days": 3021 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2311, + "stars": 2314, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4608 + "author_account_age_days": 4609 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4246 + "author_account_age_days": 4248 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4246 + "author_account_age_days": 4248 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4246 + "author_account_age_days": 4248 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2858 + "author_account_age_days": 2860 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { "stars": 37, - "last_update": "2025-08-15 09:45:46", - "author_account_age_days": 4636 + "last_update": "2025-08-17 09:13:42", + "author_account_age_days": 4637 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3274 + "author_account_age_days": 3275 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2067 + "author_account_age_days": 2069 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, "last_update": "2025-08-15 19:03:28", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, - "last_update": "2025-06-14 10:33:54", - "author_account_age_days": 730 + "last_update": "2025-08-16 09:04:36", + "author_account_age_days": 731 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { - "stars": 10, + "stars": 11, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5387 + "author_account_age_days": 5388 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1840 + "author_account_age_days": 1841 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2050 + "author_account_age_days": 2052 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2050 + "author_account_age_days": 2052 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1987 + "author_account_age_days": 1989 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2024 + "author_account_age_days": 2026 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { - "stars": 90, + "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5749 + "author_account_age_days": 5750 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 947 + "author_account_age_days": 949 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 947 + "author_account_age_days": 949 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 947 + "author_account_age_days": 949 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 89, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 105, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3594 + "author_account_age_days": 3596 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 335, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/Miosp/ComfyUI-FBCNN": { - "stars": 29, + "stars": 30, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4401 + "author_account_age_days": 4402 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 796 + "author_account_age_days": 798 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 48, + "stars": 49, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4812 + "author_account_age_days": 4813 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3313, + "stars": 3316, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 550, + "stars": 551, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4008 + "author_account_age_days": 4009 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4008 + "author_account_age_days": 4009 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, - "last_update": "2025-08-15 10:11:58", - "author_account_age_days": 2671 + "last_update": "2025-08-17 05:33:40", + "author_account_age_days": 2672 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 779 + "author_account_age_days": 781 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 779 + "author_account_age_days": 781 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, - "last_update": "2025-08-14 06:30:14", - "author_account_age_days": 780 + "last_update": "2025-08-16 12:10:47", + "author_account_age_days": 781 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4706 + "author_account_age_days": 4707 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1742 + "author_account_age_days": 1743 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, - "last_update": "2025-07-19 02:44:29", - "author_account_age_days": 1024 + "last_update": "2025-08-16 20:42:00", + "author_account_age_days": 1026 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1362 + "author_account_age_days": 1364 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5567 + "author_account_age_days": 5568 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 1197, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1459 + "author_account_age_days": 1460 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4248 + "author_account_age_days": 4250 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3237 + "author_account_age_days": 3238 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3263 + "author_account_age_days": 3264 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 225, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1589 + "author_account_age_days": 1590 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 372 + "author_account_age_days": 374 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 372 + "author_account_age_days": 374 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 56, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3245 + "author_account_age_days": 3246 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4060 + "author_account_age_days": 4061 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2260 + "author_account_age_days": 2262 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5643 + "author_account_age_days": 5644 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2804 + "author_account_age_days": 2805 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 306 + "author_account_age_days": 308 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4629 + "author_account_age_days": 4631 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 207 + "author_account_age_days": 209 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2470, + "stars": 2473, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 380 + "author_account_age_days": 382 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3859 + "author_account_age_days": 3860 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-14 19:18:27", - "author_account_age_days": 3859 + "author_account_age_days": 3860 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 687 + "author_account_age_days": 689 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1460 + "author_account_age_days": 1461 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 216 + "author_account_age_days": 217 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 7, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 207 + "author_account_age_days": 209 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 15, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2492 + "author_account_age_days": 2493 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/Reithan/negative_rejection_steering": { - "stars": 9, + "stars": 10, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1584 + "author_account_age_days": 1586 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1584 + "author_account_age_days": 1586 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1584 + "author_account_age_days": 1586 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 321 + "author_account_age_days": 323 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 321 + "author_account_age_days": 323 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { - "stars": 0, + "stars": 1, "last_update": "2025-08-15 17:55:45", - "author_account_age_days": 1846 + "author_account_age_days": 1848 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 108, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 1, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1074 + "author_account_age_days": 1076 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 32, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 421, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1860 + "author_account_age_days": 1862 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 16, + "stars": 18, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 555 + "author_account_age_days": 557 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3613 + "author_account_age_days": 3614 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 13, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1937 + "author_account_age_days": 1939 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 56, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1937 + "author_account_age_days": 1939 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { - "stars": 113, + "stars": 115, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 853, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5303 + "author_account_age_days": 5304 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3815 + "author_account_age_days": 3816 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 426, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1714 + "author_account_age_days": 1715 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 16, + "stars": 17, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1622 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 882, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 12, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1622 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 27, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 87, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 71, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1622 + "author_account_age_days": 1624 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { - "stars": 1, + "stars": 2, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 127 + "author_account_age_days": 128 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2329 + "author_account_age_days": 2330 + }, + "https://github.com/SilverAndJade/comfyui-silver-nodes": { + "stars": 0, + "last_update": "2025-08-17 08:53:52", + "author_account_age_days": 3970 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2599 + "author_account_age_days": 2601 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { - "stars": 14, + "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 23, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4664 + "author_account_age_days": 4666 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 16, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2359 + "author_account_age_days": 2360 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { - "stars": 229, + "stars": 230, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3963 + "author_account_age_days": 3965 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-15 06:44:08", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 57, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 82, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 553 + "author_account_age_days": 555 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 506 + "author_account_age_days": 508 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3995 + "author_account_age_days": 3996 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 968, + "stars": 969, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3789 + "author_account_age_days": 3790 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1353 + "author_account_age_days": 1354 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 86, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1959 + "author_account_age_days": 1960 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { "stars": 117, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 740, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3467 + "author_account_age_days": 3468 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3984 + "author_account_age_days": 3985 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4923 + "author_account_age_days": 4925 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2632 + "author_account_age_days": 2634 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2632 + "author_account_age_days": 2634 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2632 + "author_account_age_days": 2634 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2632 + "author_account_age_days": 2634 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2632 + "author_account_age_days": 2634 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { - "stars": 382, + "stars": 383, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 138, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 343 + "author_account_age_days": 344 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1978 + "author_account_age_days": 1980 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 540, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3087 + "author_account_age_days": 3088 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 166, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3806 + "author_account_age_days": 3808 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1136 + "author_account_age_days": 1137 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 244, + "stars": 245, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5339 + "author_account_age_days": 5340 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 293, + "stars": 295, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 659 + "author_account_age_days": 660 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5763 + "author_account_age_days": 5764 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1039 + "author_account_age_days": 1041 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1773 + "author_account_age_days": 1774 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { - "stars": 16, + "stars": 17, "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 244, "last_update": "2025-08-15 20:18:38", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2327 + "author_account_age_days": 2329 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 23, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 206 + "author_account_age_days": 207 + }, + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { + "stars": 69, + "last_update": "2025-08-17 07:52:12", + "author_account_age_days": 1711 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4169 + "author_account_age_days": 4171 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 955 + "author_account_age_days": 957 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2709 + "author_account_age_days": 2711 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4061 + "author_account_age_days": 4062 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 442 + "author_account_age_days": 444 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 442 + "author_account_age_days": 444 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 135 + "author_account_age_days": 137 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1580 + "author_account_age_days": 1582 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1614, + "stars": 1615, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 193, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3896 + "author_account_age_days": 3898 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4742 + "author_account_age_days": 4743 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3112 + "author_account_age_days": 3113 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 416 + "author_account_age_days": 418 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1231 + "author_account_age_days": 1232 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, - "https://github.com/YarvixPA/ComfyUI-NeuralMedia": { - "stars": 5, - "last_update": "2025-07-16 08:15:03", - "author_account_age_days": 624 + "https://github.com/YarvixPA/ComfyUI-YarvixPA": { + "stars": 0, + "last_update": "2025-08-17 06:33:54", + "author_account_age_days": 625 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 6, + "stars": 14, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1857 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { - "stars": 5, + "stars": 6, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1857 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1857 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1823 + "author_account_age_days": 1825 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { - "stars": 517, + "stars": 519, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1429, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { - "stars": 816, + "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 760, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1760, + "stars": 1759, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1700 + "author_account_age_days": 1701 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5957 + "author_account_age_days": 5958 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 214, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5219 + "author_account_age_days": 5220 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4245 + "author_account_age_days": 4246 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5434 + "author_account_age_days": 5435 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 630 + "author_account_age_days": 632 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4413 + "author_account_age_days": 4414 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 130, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { - "stars": 105, - "last_update": "2025-08-15 14:23:43", - "author_account_age_days": 321 + "stars": 110, + "last_update": "2025-08-17 06:18:31", + "author_account_age_days": 322 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 735 + "author_account_age_days": 737 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1283, + "stars": 1285, "last_update": "2025-08-13 11:20:11", - "author_account_age_days": 735 + "author_account_age_days": 737 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3088 + "author_account_age_days": 3089 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, "last_update": "2025-08-14 06:08:02", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 406 + "author_account_age_days": 408 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 231, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 305, + "stars": 306, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 452 + "author_account_age_days": 454 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2751 + "author_account_age_days": 2753 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2751 + "author_account_age_days": 2753 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3907 + "author_account_age_days": 3908 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2242 + "author_account_age_days": 2244 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 81, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 25, + "stars": 26, "last_update": "2025-08-15 09:02:43", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 113, + "stars": 116, "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1261, + "stars": 1264, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5277 + "author_account_age_days": 5279 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 82, + "stars": 83, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6210 + "author_account_age_days": 6211 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2167 + "author_account_age_days": 2168 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/arcum42/ComfyUI_SageUtils": { - "stars": 9, + "stars": 11, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6165 + "author_account_age_days": 6166 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 75, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2762 + "author_account_age_days": 2763 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3951 + "author_account_age_days": 3953 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3951 + "author_account_age_days": 3953 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 312, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 431 + "author_account_age_days": 433 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5329 + "author_account_age_days": 5330 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3444 + "author_account_age_days": 3445 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2766 + "author_account_age_days": 2767 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4041 + "author_account_age_days": 4042 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4515 + "author_account_age_days": 4516 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1271 + "author_account_age_days": 1272 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 121 + "author_account_age_days": 122 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3976 + "author_account_age_days": 3977 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2162 + "author_account_age_days": 2163 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5780 + "author_account_age_days": 5781 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/banodoco/steerable-motion": { "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2716 + "author_account_age_days": 2717 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4604 + "author_account_age_days": 4606 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 107, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 72, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4885 + "author_account_age_days": 4887 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4885 + "author_account_age_days": 4887 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4885 + "author_account_age_days": 4887 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4885 + "author_account_age_days": 4887 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4885 + "author_account_age_days": 4887 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2327 + "author_account_age_days": 2329 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3093 + "author_account_age_days": 3094 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { "stars": 118, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 136, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/billwuhao/Comfyui_HeyGem": { "stars": 101, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3291 + "author_account_age_days": 3292 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 115, "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4984 + "author_account_age_days": 4985 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3831 + "author_account_age_days": 3832 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 325 + "author_account_age_days": 327 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 325 + "author_account_age_days": 327 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 325 + "author_account_age_days": 327 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 325 + "author_account_age_days": 327 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 325 + "author_account_age_days": 327 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4976 + "author_account_age_days": 4977 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4020 + "author_account_age_days": 4022 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4515 + "author_account_age_days": 4516 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-06-02 06:52:21", - "author_account_age_days": 1986 + "author_account_age_days": 1988 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1986 + "author_account_age_days": 1988 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5572 + "author_account_age_days": 5573 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5103 + "author_account_age_days": 5104 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5103 + "author_account_age_days": 5104 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5062 + "author_account_age_days": 5064 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5062 + "author_account_age_days": 5064 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5062 + "author_account_age_days": 5064 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 398, + "stars": 399, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 252, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/bytedance/comfyui-lumi-batcher": { "stars": 384, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/calcuis/gguf": { - "stars": 103, + "stars": 104, "last_update": "2025-08-14 11:39:01", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 155, + "stars": 156, "last_update": "2025-08-13 14:30:13", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { - "stars": 2, + "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3713 + "author_account_age_days": 3714 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4713 + "author_account_age_days": 4714 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/celsojr2013/comfyui_simpletools": { - "stars": 2, + "stars": 3, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1570 + "author_account_age_days": 1572 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4253 + "author_account_age_days": 4254 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1610 + "author_account_age_days": 1612 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 106, + "stars": 107, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3595 + "author_account_age_days": 3596 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { "stars": 270, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3832 + "author_account_age_days": 3833 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { - "stars": 355, + "stars": 356, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 52, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2505, + "stars": 2510, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 443, + "stars": 445, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 111, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 861 + "author_account_age_days": 863 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5940 + "author_account_age_days": 5941 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2137 + "author_account_age_days": 2138 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1149 + "author_account_age_days": 1151 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 76, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 769, + "stars": 771, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4482 + "author_account_age_days": 4483 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2472 + "author_account_age_days": 2473 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 277, + "stars": 279, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2370, + "stars": 2376, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1016 + "author_account_age_days": 1017 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 774 + "author_account_age_days": 776 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 33 + "author_account_age_days": 35 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3118 + "author_account_age_days": 3119 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4963 + "author_account_age_days": 4964 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5901 + "author_account_age_days": 5903 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 25 + "author_account_age_days": 27 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3215 + "author_account_age_days": 3217 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6266 + "author_account_age_days": 6267 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-14 13:42:42", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85580, - "last_update": "2025-08-15 23:50:20", - "author_account_age_days": 966 + "stars": 85690, + "last_update": "2025-08-16 23:30:00", + "author_account_age_days": 968 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 966 + "author_account_age_days": 967 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 236 + "author_account_age_days": 237 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2318 + "author_account_age_days": 2320 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5026 + "author_account_age_days": 5028 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3473 + "author_account_age_days": 3474 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3473 + "author_account_age_days": 3474 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 108, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1542 + "author_account_age_days": 1544 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1366, + "stars": 1368, "last_update": "2025-08-07 09:53:29", - "author_account_age_days": 4534 + "author_account_age_days": 4536 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-06-01 20:17:39", - "author_account_age_days": 4534 + "author_account_age_days": 4536 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 884 + "author_account_age_days": 886 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 477, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { "stars": 5387, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cubiq/ComfyUI_InstantID": { "stars": 1694, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 915, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 880, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3669 + "author_account_age_days": 3671 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2347 + "author_account_age_days": 2348 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { - "stars": 37, + "stars": 39, "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 259, + "stars": 260, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 807 + "author_account_age_days": 809 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3769 + "author_account_age_days": 3770 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3769 + "author_account_age_days": 3770 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5741 + "author_account_age_days": 5742 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4882 + "author_account_age_days": 4883 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5130 + "author_account_age_days": 5132 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5130 + "author_account_age_days": 5132 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4953 + "author_account_age_days": 4954 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 145, + "stars": 146, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4953 + "author_account_age_days": 4954 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3914 + "author_account_age_days": 3915 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5713 + "author_account_age_days": 5714 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5713 + "author_account_age_days": 5714 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6392 + "author_account_age_days": 6393 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6392 + "author_account_age_days": 6393 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 555, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4782 + "author_account_age_days": 4783 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3832 + "author_account_age_days": 3833 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 6, - "last_update": "2025-08-14 02:07:51", - "author_account_age_days": 545 + "stars": 13, + "last_update": "2025-08-16 20:06:28", + "author_account_age_days": 546 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 367, + "stars": 368, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4701 + "author_account_age_days": 4702 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4922 + "author_account_age_days": 4923 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4187 + "author_account_age_days": 4188 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 901 + "author_account_age_days": 902 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 6, - "last_update": "2025-08-14 18:30:48", - "author_account_age_days": 3469 + "last_update": "2025-08-17 00:59:25", + "author_account_age_days": 3470 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3629 + "author_account_age_days": 3631 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 946 + "author_account_age_days": 948 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 989 + "author_account_age_days": 991 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3432 + "author_account_age_days": 3433 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5221 + "author_account_age_days": 5222 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { - "stars": 4, + "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2550 + "author_account_age_days": 2552 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2550 + "author_account_age_days": 2552 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2870 + "author_account_age_days": 2872 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2491 + "author_account_age_days": 2492 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3249 + "author_account_age_days": 3251 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 21, - "last_update": "2025-08-15 07:03:13", - "author_account_age_days": 3850 + "stars": 25, + "last_update": "2025-08-16 11:24:55", + "author_account_age_days": 3851 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 512, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1413 + "author_account_age_days": 1414 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 351 + "author_account_age_days": 353 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 14, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 217, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2351 + "author_account_age_days": 2353 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5354 + "author_account_age_days": 5355 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 2, - "last_update": "2025-08-07 13:05:42", - "author_account_age_days": 3782 + "stars": 4, + "last_update": "2025-08-16 22:41:54", + "author_account_age_days": 3783 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 10, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3782 + "author_account_age_days": 3783 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3941 + "author_account_age_days": 3943 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 979 + "author_account_age_days": 980 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 2, + "stars": 4, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1047 + "author_account_age_days": 1049 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4380 + "author_account_age_days": 4381 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1466 + "author_account_age_days": 1468 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 168, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2153 + "author_account_age_days": 2155 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 149, - "last_update": "2025-07-24 09:40:03", - "author_account_age_days": 2153 + "stars": 152, + "last_update": "2025-08-16 16:44:41", + "author_account_age_days": 2155 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 431, + "stars": 432, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2153 + "author_account_age_days": 2155 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1097, + "stars": 1100, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 281, + "stars": 282, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 69, - "last_update": "2025-08-15 17:41:38", - "author_account_age_days": 3064 + "stars": 86, + "last_update": "2025-08-17 06:24:00", + "author_account_age_days": 3066 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5277 + "author_account_age_days": 5278 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3912 + "author_account_age_days": 3914 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4039 + "author_account_age_days": 4040 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 273 + "author_account_age_days": 275 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 87, + "stars": 88, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 51, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2575 + "author_account_age_days": 2577 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/fssorc/ComfyUI_pose_inter": { - "stars": 80, + "stars": 81, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 786 + "author_account_age_days": 787 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5369 + "author_account_age_days": 5371 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3965 + "author_account_age_days": 3967 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5416 + "author_account_age_days": 5417 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4320 + "author_account_age_days": 4321 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2915 + "author_account_age_days": 2916 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2712 + "author_account_age_days": 2713 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2712 + "author_account_age_days": 2713 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3530 + "author_account_age_days": 3532 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 516, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1475 + "author_account_age_days": 1476 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2878 + "author_account_age_days": 2880 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 151, + "stars": 152, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4264 + "author_account_age_days": 4265 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4610 + "author_account_age_days": 4611 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4610 + "author_account_age_days": 4612 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 319 + "author_account_age_days": 320 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1992, - "last_update": "2025-08-15 03:47:25", - "author_account_age_days": 659 + "stars": 1996, + "last_update": "2025-08-17 02:49:17", + "author_account_age_days": 661 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 987 + "author_account_age_days": 988 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4055 + "author_account_age_days": 4057 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2334 + "author_account_age_days": 2336 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 142, + "stars": 143, "last_update": "2025-08-15 02:17:35", - "author_account_age_days": 2354 + "author_account_age_days": 2356 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4581 + "author_account_age_days": 4582 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1854, - "last_update": "2025-08-01 04:46:44", - "author_account_age_days": 3312 + "stars": 1856, + "last_update": "2025-08-16 12:00:49", + "author_account_age_days": 3313 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3312 + "author_account_age_days": 3313 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 933 + "author_account_age_days": 934 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2219 + "author_account_age_days": 2221 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 205, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5529 + "author_account_age_days": 5530 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { - "stars": 5, + "stars": 6, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2746 + "author_account_age_days": 2748 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5060 + "author_account_age_days": 5061 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5049 + "author_account_age_days": 5050 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5049 + "author_account_age_days": 5050 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { - "stars": 432, + "stars": 433, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1655 + "author_account_age_days": 1656 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3921 + "author_account_age_days": 3923 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1714, + "stars": 1715, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 107, + "stars": 108, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6058 + "author_account_age_days": 6059 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 252 + "author_account_age_days": 254 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 252 + "author_account_age_days": 254 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1784 + "author_account_age_days": 1785 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 145 + "author_account_age_days": 147 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3437 + "author_account_age_days": 3438 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3467 + "author_account_age_days": 3468 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5709 + "author_account_age_days": 5710 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 664, + "stars": 665, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3279 + "author_account_age_days": 3281 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3588 + "author_account_age_days": 3589 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1046 + "author_account_age_days": 1047 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1306 + "author_account_age_days": 1307 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2644 + "author_account_age_days": 2646 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3303 + "author_account_age_days": 3304 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 400 + "author_account_age_days": 401 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4288 + "author_account_age_days": 4289 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4288 + "author_account_age_days": 4289 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4288 + "author_account_age_days": 4289 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 48, + "stars": 50, "last_update": "2025-08-15 16:33:27", - "author_account_age_days": 4177 + "author_account_age_days": 4178 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { - "stars": 101, - "last_update": "2025-08-14 14:23:54", - "author_account_age_days": 1989 + "stars": 102, + "last_update": "2025-08-16 06:10:48", + "author_account_age_days": 1990 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 118, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4895 + "author_account_age_days": 4896 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4796 + "author_account_age_days": 4797 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 184 + "author_account_age_days": 185 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1316 + "author_account_age_days": 1317 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2630 + "author_account_age_days": 2632 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3547 + "author_account_age_days": 3548 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4994 + "author_account_age_days": 4995 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2482 + "author_account_age_days": 2484 }, "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4629 + "author_account_age_days": 4630 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5014 + "author_account_age_days": 5015 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4401 + "author_account_age_days": 4403 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4164 + "author_account_age_days": 4166 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 618, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5215 + "author_account_age_days": 5216 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5411 + "author_account_age_days": 5412 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 458 + "author_account_age_days": 460 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 458 + "author_account_age_days": 460 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1106 + "author_account_age_days": 1108 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2281 + "author_account_age_days": 2282 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4347 + "author_account_age_days": 4348 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 62, "last_update": "2025-08-14 04:38:07", - "author_account_age_days": 5170 + "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5170 + "author_account_age_days": 5171 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/judian17/ComfyUI_ZIM": { - "stars": 6, + "stars": 7, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 448, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-15 18:24:51", - "author_account_age_days": 167 + "author_account_age_days": 169 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-08-15 18:20:24", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, "last_update": "2025-08-15 18:15:31", - "author_account_age_days": 167 + "author_account_age_days": 169 + }, + "https://github.com/jupo-ai/comfy-linear-move": { + "stars": 1, + "last_update": "2025-08-16 18:08:24", + "author_account_age_days": 168 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-15 18:31:50", - "author_account_age_days": 167 + "author_account_age_days": 169 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3206 + "author_account_age_days": 3207 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5099 + "author_account_age_days": 5100 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2846 + "author_account_age_days": 2848 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5952 + "author_account_age_days": 5953 }, "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4303 + "author_account_age_days": 4304 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3074 + "author_account_age_days": 3076 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4363 + "author_account_age_days": 4365 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 344, + "stars": 345, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1378, + "stars": 1380, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1003, + "stars": 1005, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 1082, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1640, + "stars": 1642, "last_update": "2025-08-15 09:46:05", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { - "stars": 230, + "stars": 231, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2044, + "stars": 2045, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 503, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2058, + "stars": 2060, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 3995, - "last_update": "2025-08-15 21:11:13", - "author_account_age_days": 2600 + "stars": 4017, + "last_update": "2025-08-17 07:55:09", + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 1014, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/kk8bit/KayTool": { "stars": 194, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3595 + "author_account_age_days": 3597 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2226 + "author_account_age_days": 2227 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3467 + "author_account_age_days": 3468 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 60 + "author_account_age_days": 62 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, - "last_update": "2025-08-14 14:56:40", - "author_account_age_days": 1035 + "last_update": "2025-08-16 15:11:58", + "author_account_age_days": 1036 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2074 + "author_account_age_days": 2076 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 76, + "stars": 77, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3934 + "author_account_age_days": 3935 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3914 + "author_account_age_days": 3915 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4492 + "author_account_age_days": 4494 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4492 + "author_account_age_days": 4494 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2287 + "author_account_age_days": 2289 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4722 + "author_account_age_days": 4723 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2107 + "author_account_age_days": 2108 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2107 + "author_account_age_days": 2108 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4476 + "author_account_age_days": 4477 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3327 + "author_account_age_days": 3328 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 842 + "author_account_age_days": 843 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4209 + "author_account_age_days": 4210 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1153 + "author_account_age_days": 1155 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4464 + "author_account_age_days": 4465 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 99, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3124 + "author_account_age_days": 3125 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 407, + "stars": 409, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2510 + "author_account_age_days": 2511 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1364, + "stars": 1365, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4571 + "author_account_age_days": 4573 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4841 + "author_account_age_days": 4842 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5184 + "author_account_age_days": 5186 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5184 + "author_account_age_days": 5186 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 786, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2625, + "stars": 2627, "last_update": "2025-08-13 09:21:54", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 243, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 639, + "stars": 640, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11158, - "last_update": "2025-08-15 01:13:38", - "author_account_age_days": 492 + "stars": 11169, + "last_update": "2025-08-16 22:05:03", + "author_account_age_days": 493 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 32, + "stars": 33, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 65, + "stars": 66, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 879 + "author_account_age_days": 881 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1811 + "author_account_age_days": 1812 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 94, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1854 + "author_account_age_days": 1856 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 45, + "stars": 47, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 0, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1660 + "author_account_age_days": 1661 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 94 + "author_account_age_days": 96 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6172 + "author_account_age_days": 6173 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 587 + "author_account_age_days": 588 + }, + "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { + "stars": 0, + "last_update": "2025-08-17 02:05:40", + "author_account_age_days": 3936 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5601 + "author_account_age_days": 5602 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5601 + "author_account_age_days": 5602 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { - "stars": 90, + "stars": 91, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5192 + "author_account_age_days": 5193 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 9, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3295 + "author_account_age_days": 3297 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1824 + "author_account_age_days": 1825 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3157 + "author_account_age_days": 3158 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3070 + "author_account_age_days": 3071 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 290, + "stars": 289, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3338 + "author_account_age_days": 3339 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 109 + "author_account_age_days": 110 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/mcDandy/more_math": { "stars": 0, - "last_update": "2025-08-15 15:42:13", - "author_account_age_days": 3403 + "last_update": "2025-08-16 18:39:03", + "author_account_age_days": 3405 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1219, + "stars": 1220, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3620 + "author_account_age_days": 3621 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4857 + "author_account_age_days": 4858 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/melMass/comfy_mtb": { - "stars": 602, + "stars": 603, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4090 + "author_account_age_days": 4091 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5891 + "author_account_age_days": 5892 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5891 + "author_account_age_days": 5892 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 28, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 885 + "author_account_age_days": 887 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, "last_update": "2025-08-14 09:43:33", - "author_account_age_days": 5774 + "author_account_age_days": 5775 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6334 + "author_account_age_days": 6335 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6334 + "author_account_age_days": 6335 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 422, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 338 + "author_account_age_days": 339 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, "last_update": "2025-08-15 17:16:56", - "author_account_age_days": 1638 + "author_account_age_days": 1639 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1155 + "author_account_age_days": 1156 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1857, - "last_update": "2025-08-14 06:57:47", - "author_account_age_days": 32 + "stars": 1866, + "last_update": "2025-08-16 07:22:13", + "author_account_age_days": 33 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4427 + "author_account_age_days": 4428 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4427 + "author_account_age_days": 4428 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4427 + "author_account_age_days": 4428 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1391 + "author_account_age_days": 1393 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4270 + "author_account_age_days": 4271 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3696 + "author_account_age_days": 3698 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3602 + "author_account_age_days": 3603 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4355 + "author_account_age_days": 4356 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 133 + "author_account_age_days": 134 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3410 + "author_account_age_days": 3412 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3410 + "author_account_age_days": 3412 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 198, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 153 + "author_account_age_days": 154 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4427 + "author_account_age_days": 4428 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4446 + "author_account_age_days": 4447 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 211, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1648 + "author_account_age_days": 1650 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 215, + "stars": 216, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-13 16:09:55", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { - "stars": 3, + "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3875 + "author_account_age_days": 3876 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3160 + "author_account_age_days": 3161 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1630 + "author_account_age_days": 1631 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3476 + "author_account_age_days": 3478 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2135 + "author_account_age_days": 2136 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 907, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 528, + "stars": 529, "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2890 + "author_account_age_days": 2891 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 379 + "author_account_age_days": 381 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1422 + "author_account_age_days": 1424 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4513 + "author_account_age_days": 4515 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3446 + "author_account_age_days": 3447 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1494 + "author_account_age_days": 1495 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 113 + "author_account_age_days": 115 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3200 + "author_account_age_days": 3201 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5470 + "author_account_age_days": 5471 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5470 + "author_account_age_days": 5471 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 210, + "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 270, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5497 + "author_account_age_days": 5498 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3104 + "author_account_age_days": 3105 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 55, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5426 + "author_account_age_days": 5427 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3675 + "author_account_age_days": 3677 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3675 + "author_account_age_days": 3677 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 51, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2706 + "author_account_age_days": 2707 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2091 + "author_account_age_days": 2092 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 388 + "author_account_age_days": 390 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1917 + "author_account_age_days": 1919 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1479 + "author_account_age_days": 1481 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { - "stars": 9, + "stars": 10, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 399, + "stars": 402, "last_update": "2025-08-15 13:32:55", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5985 + "author_account_age_days": 5986 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4297 + "author_account_age_days": 4299 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4297 + "author_account_age_days": 4299 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3932 + "author_account_age_days": 3933 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2218 + "author_account_age_days": 2219 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4245 + "author_account_age_days": 4247 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5355 + "author_account_age_days": 5357 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5355 + "author_account_age_days": 5357 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-15 08:10:27", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1962, + "stars": 1965, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2618, + "stars": 2620, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 937, + "stars": 938, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { - "stars": 6, - "last_update": "2025-08-15 17:15:08", - "author_account_age_days": 89 + "stars": 7, + "last_update": "2025-08-16 10:19:57", + "author_account_age_days": 91 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 365, + "stars": 366, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3580 + "author_account_age_days": 3581 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3580 + "author_account_age_days": 3582 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1178 + "author_account_age_days": 1179 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 236 + "author_account_age_days": 238 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-14 18:15:13", - "author_account_age_days": 5673 + "last_update": "2025-08-16 15:25:41", + "author_account_age_days": 5674 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4911 + "author_account_age_days": 4912 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2340 + "author_account_age_days": 2341 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 105, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2422 + "author_account_age_days": 2423 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6038 + "author_account_age_days": 6039 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3740 + "author_account_age_days": 3742 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3010 + "author_account_age_days": 3011 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1140 + "author_account_age_days": 1141 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 556 + "author_account_age_days": 558 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/replicate/comfyui-replicate": { "stars": 187, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4902 + "author_account_age_days": 4903 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2127, - "last_update": "2025-08-02 03:54:42", - "author_account_age_days": 5392 + "stars": 2134, + "last_update": "2025-08-17 02:20:03", + "author_account_age_days": 5393 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6054 + "author_account_age_days": 6055 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6054 + "author_account_age_days": 6055 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3098 + "author_account_age_days": 3099 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1064 + "author_account_age_days": 1065 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5689 + "author_account_age_days": 5690 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2230 + "author_account_age_days": 2232 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 235, - "last_update": "2025-08-13 00:00:37", - "author_account_age_days": 4522 + "stars": 237, + "last_update": "2025-08-16 00:49:56", + "author_account_age_days": 4524 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4522 + "author_account_age_days": 4523 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/rookiepsi/comfyui-extended": { - "stars": 2, + "stars": 3, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3489 + "author_account_age_days": 3491 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 541, + "stars": 542, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1002 + "author_account_age_days": 1004 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5175 + "author_account_age_days": 5176 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/scraed/LanPaint": { - "stars": 428, + "stars": 430, "last_update": "2025-08-15 07:34:36", - "author_account_age_days": 3880 + "author_account_age_days": 3881 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1622 + "author_account_age_days": 1624 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5722 + "author_account_age_days": 5724 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5722 + "author_account_age_days": 5724 }, "https://github.com/sebord/ComfyUI-LMCQ": { - "stars": 81, + "stars": 82, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1204 + "author_account_age_days": 1206 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3750 + "author_account_age_days": 3751 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 223, + "stars": 224, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1684, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2535 + "author_account_age_days": 2537 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5510 + "author_account_age_days": 5511 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 466, + "stars": 469, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2182 + "author_account_age_days": 2183 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, "last_update": "2025-08-13 15:02:11", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2043 + "author_account_age_days": 2045 }, "https://github.com/siliconflow/BizyAir": { - "stars": 744, + "stars": 746, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1918 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1918 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1918 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1918 + "author_account_age_days": 1920 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1918 + "author_account_age_days": 1920 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1524 + "author_account_age_days": 1525 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4180 + "author_account_age_days": 4182 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2499 + "author_account_age_days": 2501 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 87 + "author_account_age_days": 89 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 87 + "author_account_age_days": 89 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2102 + "author_account_age_days": 2104 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { "stars": 182, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 657, "last_update": "2025-08-13 02:16:54", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 241, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 22, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 187, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 72, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1077, + "stars": 1078, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 15, + "stars": 18, "last_update": "2025-08-15 09:32:49", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 461, "last_update": "2025-08-15 14:07:34", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-07-08 01:14:45", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 150, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4138 + "author_account_age_days": 4140 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 108 + "author_account_age_days": 110 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { - "stars": 216, + "stars": 218, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 245, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5158 + "author_account_age_days": 5159 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5649 + "author_account_age_days": 5650 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1275, + "stars": 1277, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2106 + "author_account_age_days": 2108 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2106 + "author_account_age_days": 2108 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2106 + "author_account_age_days": 2108 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2106 + "author_account_age_days": 2108 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 612, + "stars": 613, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 15, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 2, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 65, + "stars": 73, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1002, + "stars": 1003, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2969 + "author_account_age_days": 2970 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 711 + "author_account_age_days": 713 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6348 + "author_account_age_days": 6349 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { - "stars": 2, + "stars": 3, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/sweetndata/ComfyUI-googletrans": { - "stars": 3, + "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2315 + "author_account_age_days": 2317 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-15 13:12:39", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 368 + "author_account_age_days": 370 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1424 + "author_account_age_days": 1426 }, "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/taches-ai/comfyui-scene-composer": { - "stars": 57, + "stars": 58, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5338 + "author_account_age_days": 5339 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/talesofai/comfyui-browser": { "stars": 604, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { - "stars": 26, + "stars": 28, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4838 + "author_account_age_days": 4839 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 409 + "author_account_age_days": 411 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 56, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 881 + "author_account_age_days": 883 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2437 + "author_account_age_days": 2438 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5515 + "author_account_age_days": 5517 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5515 + "author_account_age_days": 5517 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1773 + "author_account_age_days": 1775 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, - "last_update": "2025-08-15 23:51:07", - "author_account_age_days": 877 + "last_update": "2025-08-16 02:27:04", + "author_account_age_days": 878 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3631 + "author_account_age_days": 3633 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 154, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3367 + "author_account_age_days": 3369 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2389 + "author_account_age_days": 2390 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2528 + "author_account_age_days": 2529 }, "https://github.com/tkreuziger/comfyui-claude": { - "stars": 4, + "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4792 + "author_account_age_days": 4794 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4277 + "author_account_age_days": 4278 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4277 + "author_account_age_days": 4278 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3320 + "author_account_age_days": 3321 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4735 + "author_account_age_days": 4736 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4787 + "author_account_age_days": 4789 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 104, + "stars": 105, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4237 + "author_account_age_days": 4239 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4237 + "author_account_age_days": 4239 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4237 + "author_account_age_days": 4239 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 62, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3558 + "author_account_age_days": 3559 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5806 + "author_account_age_days": 5807 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3377 + "author_account_age_days": 3379 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5174 + "author_account_age_days": 5176 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5174 + "author_account_age_days": 5176 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3166 + "author_account_age_days": 3167 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3082 + "author_account_age_days": 3084 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 56, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3082 + "author_account_age_days": 3084 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 870, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 502 + "author_account_age_days": 503 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1455 + "author_account_age_days": 1456 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 51 + "author_account_age_days": 53 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4128 + "author_account_age_days": 4129 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 918 + "author_account_age_days": 920 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 918 + "author_account_age_days": 920 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2804 + "author_account_age_days": 2805 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2374 + "author_account_age_days": 2375 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5181 + "author_account_age_days": 5183 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3517 + "author_account_age_days": 3519 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2688 + "author_account_age_days": 2689 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3563 + "author_account_age_days": 3564 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3844 + "author_account_age_days": 3846 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4083 + "author_account_age_days": 4085 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1815 + "author_account_age_days": 1816 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2256 + "author_account_age_days": 2257 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { - "stars": 65, + "stars": 67, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 826 + "author_account_age_days": 828 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5401 + "author_account_age_days": 5403 + }, + "https://github.com/vslinx/ComfyUI-vslinx-nodes": { + "stars": 0, + "last_update": "2025-08-17 02:30:34", + "author_account_age_days": 2271 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 196, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { - "stars": 2, + "stars": 3, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2637 + "author_account_age_days": 2639 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2623 + "author_account_age_days": 2625 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2623 + "author_account_age_days": 2625 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3496 + "author_account_age_days": 3497 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1385 + "author_account_age_days": 1386 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3446 + "author_account_age_days": 3447 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 211, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2325 + "author_account_age_days": 2326 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 951, + "stars": 954, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2197 + "author_account_age_days": 2198 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 71, - "last_update": "2025-08-01 16:57:00", - "author_account_age_days": 712 + "stars": 73, + "last_update": "2025-08-17 00:04:29", + "author_account_age_days": 713 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5904 + "author_account_age_days": 5905 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { - "stars": 39, + "stars": 40, "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { - "stars": 35, + "stars": 36, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 552, - "last_update": "2025-08-15 09:15:37", - "author_account_age_days": 3775 + "stars": 555, + "last_update": "2025-08-16 13:11:47", + "author_account_age_days": 3776 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 505 + "author_account_age_days": 507 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3340 + "author_account_age_days": 3342 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3447 + "author_account_age_days": 3449 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6138 + "author_account_age_days": 6140 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6138 + "author_account_age_days": 6140 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4602 + "author_account_age_days": 4603 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5467 + "author_account_age_days": 5468 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3681 + "author_account_age_days": 3683 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3296 + "author_account_age_days": 3298 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2212 + "author_account_age_days": 2213 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4916 + "author_account_age_days": 4917 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2107 + "author_account_age_days": 2108 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4523 + "author_account_age_days": 4525 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1737 + "author_account_age_days": 1739 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, - "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3225 + "last_update": "2025-08-17 02:18:32", + "author_account_age_days": 3227 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1814 + "author_account_age_days": 1815 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3842 + "author_account_age_days": 3843 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4139 + "author_account_age_days": 4140 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1824, + "stars": 1826, "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1758 + "author_account_age_days": 1759 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4293 + "author_account_age_days": 4294 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2212 + "author_account_age_days": 2213 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 109, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 37, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 222, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 24, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 24, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 156, - "last_update": "2025-07-06 15:49:24", - "author_account_age_days": 2570 + "stars": 157, + "last_update": "2025-08-16 13:30:57", + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 14, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2212 + "author_account_age_days": 2214 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2212 + "author_account_age_days": 2214 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2777 + "author_account_age_days": 2779 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4194 + "author_account_age_days": 4195 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3677 + "author_account_age_days": 3679 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4832 + "author_account_age_days": 4834 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4832 + "author_account_age_days": 4834 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4832 + "author_account_age_days": 4834 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3087 + "author_account_age_days": 3089 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, "last_update": "2025-08-15 02:09:57", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3767 + "author_account_age_days": 3768 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1428, + "stars": 1429, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3686 + "author_account_age_days": 3687 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3079 + "author_account_age_days": 3080 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1636, + "stars": 1638, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5379 + "author_account_age_days": 5380 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 223 + "author_account_age_days": 225 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4559 + "author_account_age_days": 4561 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index ee7e6614..85153f74 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "kblueleaf", + "title": "HDM [WIP]", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM(HomeDiffusionModel) Extension" + }, + { + "author": "Rizzlord", + "title": "ComfyUI-SeqTex", + "reference": "https://github.com/Rizzlord/ComfyUI-SeqTex", + "files": [ + "https://github.com/Rizzlord/ComfyUI-SeqTex" + ], + "install_type": "git-clone", + "description": "NODES: SeqTex Load Mesh, SeqTex Loader, SeqTex Step 1: Process Mesh, SeqTex Step 2: Generate Condition, SeqTex Step 3: Generate Texture, SeqTex Step 4: Apply Texture to Trimesh" + }, + { + "author": "BiodigitalJaz", + "title": "ComfyUI-Dafaja-Nodes [WIP]", + "reference": "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes", + "files": [ + "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes" + ], + "install_type": "git-clone", + "description": "Custom ComfyUI nodes for 3D mesh processing and STL export\nNOTE: The files in the repo are not organized." + }, + { + "author": "ervinne13", + "title": "ComfyUI-Metadata-Hub", + "reference": "https://github.com/ervinne13/ComfyUI-Metadata-Hub", + "files": [ + "https://github.com/ervinne13/ComfyUI-Metadata-Hub" + ], + "install_type": "git-clone", + "description": "NODES: Metadata Hub, Save Image With Metadata" + }, { "author": "mico-world", "title": "comfyui_mico_node", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 058397c6..663d3e75 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1000,6 +1000,22 @@ "title_aux": "ComfyUI_ToolsForAutomask" } ], + "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": [ + [ + "DafajaBackgroundRemover", + "DafajaExportSTL", + "DafajaMeshGenerator", + "DafajaMeshInfo", + "DafajaMeshNormalizer", + "DafajaMeshProcessor", + "DafajaSTLValidator", + "DafajaStemsMidiSeparator", + "DafajaVAEDecoder" + ], + { + "title_aux": "ComfyUI-Dafaja-Nodes [WIP]" + } + ], "https://github.com/BlueDangerX/ComfyUI-BDXNodes": [ [ "BDXTestInt", @@ -2052,7 +2068,8 @@ "https://github.com/KohakuBlueleaf/HDM-ext": [ [ "HDMCameraParam", - "HDMLoader" + "HDMLoader", + "HDMTreadGamma" ], { "title_aux": "hdm-ext [WIP]" @@ -2534,6 +2551,7 @@ "mb Eval", "mb Exec", "mb File to Image", + "mb File to Latent", "mb File to Text", "mb Hash Generator", "mb Illuminarty", @@ -2551,6 +2569,8 @@ "mb Image Subtract", "mb Image to File", "mb KSampler", + "mb Latent to File", + "mb Mask Apply", "mb Mask Invert if Empty", "mb Mask from Color", "mb QR Code", @@ -3060,6 +3080,19 @@ "title_aux": "comfyui-oss-image-save [WIP]" } ], + "https://github.com/Rizzlord/ComfyUI-SeqTex": [ + [ + "SeqTex_Load_Mesh", + "SeqTex_Loader", + "SeqTex_Step1_ProcessMesh", + "SeqTex_Step2_GenerateCondition", + "SeqTex_Step3_GenerateTexture", + "SeqTex_Step4_SaveMesh" + ], + { + "title_aux": "ComfyUI-SeqTex" + } + ], "https://github.com/RobeSantoro/ComfyUI-RobeNodes": [ [ "AudioWeights to FadeMask \ud83d\udc24", @@ -5314,6 +5347,7 @@ "RandomNoise", "RebatchImages", "RebatchLatents", + "RecordAudio", "RecraftColorRGB", "RecraftControls", "RecraftCreativeUpscaleNode", @@ -5873,6 +5907,15 @@ "title_aux": "Select key from JSON (Alpha) [UNSAFE]" } ], + "https://github.com/ervinne13/ComfyUI-Metadata-Hub": [ + [ + "Metadata Hub", + "Save Image With Metadata" + ], + { + "title_aux": "ComfyUI-Metadata-Hub" + } + ], "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": [ [ "DownloadAndLoadHyVideoTextEncoder", @@ -10400,6 +10443,7 @@ "LamViewVideo", "LamViewVideoOut", "LoadDirImgPaths", + "LoadImagePath", "LoadReplaceImage", "LongTextToList", "MultiControlNetApply", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index cf5e7e34..a7ac63e5 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,587 +2,592 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-14 11:40:36", - "author_account_age_days": 865 + "last_update": "2025-08-16 14:12:49", + "author_account_age_days": 867 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1925 + "author_account_age_days": 1927 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 831 + "author_account_age_days": 833 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 15, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 485 + "author_account_age_days": 487 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 161, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 648 + "author_account_age_days": 650 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 295 + "author_account_age_days": 296 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1877 + "author_account_age_days": 1878 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 0, - "last_update": "2025-08-07 18:31:55", - "author_account_age_days": 450 + "stars": 5, + "last_update": "2025-08-16 11:48:47", + "author_account_age_days": 452 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1226 + "author_account_age_days": 1228 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1226 + "author_account_age_days": 1228 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1572 + "author_account_age_days": 1574 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2522 + "author_account_age_days": 2524 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2246 + "author_account_age_days": 2248 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4372 + "author_account_age_days": 4373 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4372 + "author_account_age_days": 4373 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2409 + "author_account_age_days": 2410 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4433 + "author_account_age_days": 4435 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 77, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 847 + "author_account_age_days": 849 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 888 + "author_account_age_days": 890 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2643 + "author_account_age_days": 2645 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1215 + "author_account_age_days": 1216 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2102 + "author_account_age_days": 2103 + }, + "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { + "stars": 1, + "last_update": "2025-08-16 14:12:10", + "author_account_age_days": 596 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 261 + "author_account_age_days": 262 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4569 + "author_account_age_days": 4570 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 77 + "author_account_age_days": 78 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3033 + "author_account_age_days": 3035 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1491 + "author_account_age_days": 1492 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 411 + "author_account_age_days": 413 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 735 + "author_account_age_days": 737 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 492 + "author_account_age_days": 494 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2448 + "author_account_age_days": 2450 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 9, + "stars": 10, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1791 + "author_account_age_days": 1792 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1284 + "author_account_age_days": 1285 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3044 + "author_account_age_days": 3046 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3005 + "author_account_age_days": 3006 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3063 + "author_account_age_days": 3064 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2041 + "author_account_age_days": 2042 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 438 + "author_account_age_days": 440 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 438 + "author_account_age_days": 440 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2800 + "author_account_age_days": 2802 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2669 + "author_account_age_days": 2670 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1803 + "author_account_age_days": 1804 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 39 + "author_account_age_days": 41 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1748 + "author_account_age_days": 1750 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3713 + "author_account_age_days": 3714 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 481 + "author_account_age_days": 483 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 645 + "author_account_age_days": 647 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5002 + "author_account_age_days": 5003 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": { "stars": 0, @@ -592,3306 +597,3316 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 191, + "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 828 + "author_account_age_days": 830 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, - "last_update": "2025-08-13 18:37:26", - "author_account_age_days": 2564 + "last_update": "2025-08-16 16:23:38", + "author_account_age_days": 2565 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5044 + "author_account_age_days": 5046 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3685 + "author_account_age_days": 3687 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1161 + "author_account_age_days": 1162 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 441 + "author_account_age_days": 443 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4603 + "author_account_age_days": 4604 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4930 + "author_account_age_days": 4931 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2740 + "author_account_age_days": 2742 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2955 + "author_account_age_days": 2957 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1671 + "author_account_age_days": 1673 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2150 + "author_account_age_days": 2152 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2783 + "author_account_age_days": 2785 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 11, - "last_update": "2025-08-14 06:15:44", - "author_account_age_days": 2045 + "stars": 14, + "last_update": "2025-08-16 15:33:47", + "author_account_age_days": 2047 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3607 + "author_account_age_days": 3609 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 47 + "author_account_age_days": 48 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2396 + "author_account_age_days": 2398 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 755 + "author_account_age_days": 757 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4508 + "author_account_age_days": 4510 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3402 + "author_account_age_days": 3404 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3274 + "author_account_age_days": 3276 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 796 + "author_account_age_days": 797 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3641 + "author_account_age_days": 3643 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, - "last_update": "2025-08-13 13:39:51", - "author_account_age_days": 730 + "last_update": "2025-08-16 09:53:02", + "author_account_age_days": 731 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 65 + "author_account_age_days": 67 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1762 + "author_account_age_days": 1764 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1880 + "author_account_age_days": 1882 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3237 + "author_account_age_days": 3238 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3237 + "author_account_age_days": 3238 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3631 + "author_account_age_days": 3633 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-15 17:19:00", - "author_account_age_days": 3497 + "last_update": "2025-08-17 00:21:06", + "author_account_age_days": 3498 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3137 + "author_account_age_days": 3139 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 339 + "author_account_age_days": 341 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 57, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4139 + "author_account_age_days": 4140 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1911 + "author_account_age_days": 1913 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1302 + "author_account_age_days": 1303 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2448 + "author_account_age_days": 2449 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 85 + "author_account_age_days": 87 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2019 + "author_account_age_days": 2021 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 370 + "author_account_age_days": 372 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1246 + "author_account_age_days": 1248 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 999 + "author_account_age_days": 1001 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2442 + "author_account_age_days": 2444 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5692 + "author_account_age_days": 5693 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4091 + "author_account_age_days": 4093 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-08-12 03:16:26", - "author_account_age_days": 405 + "author_account_age_days": 407 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4060 + "author_account_age_days": 4062 + }, + "https://github.com/Rizzlord/ComfyUI-SeqTex": { + "stars": 3, + "last_update": "2025-08-17 01:27:16", + "author_account_age_days": 1848 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 32, + "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3209 + "author_account_age_days": 3211 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1729 + "author_account_age_days": 1730 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-13 07:25:14", - "author_account_age_days": 678 + "author_account_age_days": 680 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1543 + "author_account_age_days": 1544 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1622 + "author_account_age_days": 1624 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2599 + "author_account_age_days": 2601 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3941 + "author_account_age_days": 3942 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 282 + "author_account_age_days": 284 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4363 + "author_account_age_days": 4364 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1557 + "author_account_age_days": 1559 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 375 + "author_account_age_days": 377 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3357 + "author_account_age_days": 3359 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3252 + "author_account_age_days": 3254 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 228 + "author_account_age_days": 229 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2592 + "author_account_age_days": 2593 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3889 + "author_account_age_days": 3891 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 683 + "author_account_age_days": 685 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3262 + "author_account_age_days": 3264 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4147 + "author_account_age_days": 4148 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2188 + "author_account_age_days": 2190 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1378 + "author_account_age_days": 1380 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 523 + "author_account_age_days": 525 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 422 + "author_account_age_days": 424 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5043 + "author_account_age_days": 5044 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4538 + "author_account_age_days": 4540 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4526 + "author_account_age_days": 4528 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 954 + "author_account_age_days": 956 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1857 + "author_account_age_days": 1859 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1823 + "author_account_age_days": 1825 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 770, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { - "stars": 242, + "stars": 243, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 600 + "author_account_age_days": 602 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1272 + "author_account_age_days": 1274 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 857 + "author_account_age_days": 859 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2261 + "author_account_age_days": 2263 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4671 + "author_account_age_days": 4673 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2690 + "author_account_age_days": 2691 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3703 + "author_account_age_days": 3704 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4942 + "author_account_age_days": 4943 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1077 + "author_account_age_days": 1079 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1077 + "author_account_age_days": 1079 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1359 + "author_account_age_days": 1361 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3515 + "author_account_age_days": 3516 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2762 + "author_account_age_days": 2764 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2762 + "author_account_age_days": 2764 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2762 + "author_account_age_days": 2764 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4789 + "author_account_age_days": 4790 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4366 + "author_account_age_days": 4367 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4387 + "author_account_age_days": 4389 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 490 + "author_account_age_days": 492 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 437 + "author_account_age_days": 438 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 669 + "author_account_age_days": 671 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5097 + "author_account_age_days": 5099 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2951 + "author_account_age_days": 2953 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 97 + "author_account_age_days": 99 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2530 + "author_account_age_days": 2532 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3659 + "author_account_age_days": 3660 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4704 + "author_account_age_days": 4705 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4081 + "author_account_age_days": 4083 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4221 + "author_account_age_days": 4222 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1986 + "author_account_age_days": 1988 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1506 + "author_account_age_days": 1507 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4162 + "author_account_age_days": 4164 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1186 + "author_account_age_days": 1187 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4929 + "author_account_age_days": 4931 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4929 + "author_account_age_days": 4931 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3526 + "author_account_age_days": 3527 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 948 + "author_account_age_days": 950 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 100 + "author_account_age_days": 102 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1129, + "stars": 1133, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3194 + "author_account_age_days": 3196 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 1, "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3536 + "author_account_age_days": 3537 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1766 + "author_account_age_days": 1767 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2783 + "author_account_age_days": 2784 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4616 + "author_account_age_days": 4617 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85580, - "last_update": "2025-08-15 23:50:20", - "author_account_age_days": 966 + "stars": 85690, + "last_update": "2025-08-16 23:30:00", + "author_account_age_days": 968 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 412, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 966 + "author_account_age_days": 968 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 440 + "author_account_age_days": 442 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2318 + "author_account_age_days": 2320 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 294 + "author_account_age_days": 296 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2219 + "author_account_age_days": 2221 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5428 + "author_account_age_days": 5430 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2405 + "author_account_age_days": 2406 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1030 + "author_account_age_days": 1031 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6392 + "author_account_age_days": 6393 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2327 + "author_account_age_days": 2329 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 51, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2740 + "author_account_age_days": 2742 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2956 + "author_account_age_days": 2958 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2664 + "author_account_age_days": 2666 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 464 + "author_account_age_days": 465 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, - "last_update": "2025-08-15 20:18:01", - "author_account_age_days": 266 + "last_update": "2025-08-16 20:31:37", + "author_account_age_days": 267 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1342 + "author_account_age_days": 1344 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3189 + "author_account_age_days": 3191 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4602 + "author_account_age_days": 4604 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "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": 414 + "author_account_age_days": 415 + }, + "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { + "stars": 0, + "last_update": "2025-08-16 10:26:19", + "author_account_age_days": 4289 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4335 + "author_account_age_days": 4336 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1030 + "author_account_age_days": 1031 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 875 + "author_account_age_days": 877 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1589 + "author_account_age_days": 1591 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2430 + "author_account_age_days": 2431 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4456 + "author_account_age_days": 4457 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5145 + "author_account_age_days": 5146 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2995 + "author_account_age_days": 2996 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2113 + "author_account_age_days": 2114 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 82 + "author_account_age_days": 83 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4277 + "author_account_age_days": 4279 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1842 + "author_account_age_days": 1844 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4472 + "author_account_age_days": 4474 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4472 + "author_account_age_days": 4474 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4472 + "author_account_age_days": 4474 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3895 + "author_account_age_days": 3897 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2965 + "author_account_age_days": 2967 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4320 + "author_account_age_days": 4322 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2725 + "author_account_age_days": 2726 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 235 + "author_account_age_days": 237 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2712 + "author_account_age_days": 2714 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1801 + "author_account_age_days": 1803 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1861 + "author_account_age_days": 1863 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5512 + "author_account_age_days": 5514 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5512 + "author_account_age_days": 5514 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5181 + "author_account_age_days": 5183 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2557 + "author_account_age_days": 2558 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3395 + "author_account_age_days": 3396 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 718 + "author_account_age_days": 720 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 65, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5084 + "author_account_age_days": 5086 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { - "stars": 17, + "stars": 18, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2354 + "author_account_age_days": 2356 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1761 + "author_account_age_days": 1763 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 972 + "author_account_age_days": 974 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3937 + "author_account_age_days": 3939 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2872 + "author_account_age_days": 2874 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3253 + "author_account_age_days": 3255 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 145 + "author_account_age_days": 147 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 145 + "author_account_age_days": 147 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 145 + "author_account_age_days": 147 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2178 + "author_account_age_days": 2180 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2178 + "author_account_age_days": 2180 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4330 + "author_account_age_days": 4332 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5610 + "author_account_age_days": 5612 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3280 + "author_account_age_days": 3281 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4895 + "author_account_age_days": 4897 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5267 + "author_account_age_days": 5269 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3696 + "author_account_age_days": 3698 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2630 + "author_account_age_days": 2632 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5365 + "author_account_age_days": 5366 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2482 + "author_account_age_days": 2484 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3486 + "author_account_age_days": 3487 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 919 + "author_account_age_days": 921 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 17, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5170 + "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5170 + "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5170 + "author_account_age_days": 5172 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5890 + "author_account_age_days": 5891 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1486, + "stars": 1489, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 839, + "stars": 841, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 405, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "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": 274 + "author_account_age_days": 275 }, "https://github.com/kk8bit/KayTool": { - "stars": 194, + "stars": 195, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1115 + "author_account_age_days": 1116 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-14 17:46:22", - "author_account_age_days": 1682 + "author_account_age_days": 1683 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1605 + "author_account_age_days": 1607 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4964 + "author_account_age_days": 4966 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4964 + "author_account_age_days": 4966 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1358 + "author_account_age_days": 1359 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3070 + "author_account_age_days": 3071 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1193 + "author_account_age_days": 1195 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3248 + "author_account_age_days": 3250 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4973 + "author_account_age_days": 4974 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2169 + "author_account_age_days": 2171 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 87, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1790 + "author_account_age_days": 1792 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3211 + "author_account_age_days": 3213 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4492 + "author_account_age_days": 4494 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2107 + "author_account_age_days": 2109 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5079 + "author_account_age_days": 5080 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1364, + "stars": 1365, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 539 + "author_account_age_days": 541 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1936 + "author_account_age_days": 1937 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 970 + "author_account_age_days": 972 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, - "last_update": "2025-07-29 14:09:56", - "author_account_age_days": 1469 + "last_update": "2025-08-16 07:55:02", + "author_account_age_days": 1470 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 33, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 808 + "author_account_age_days": 810 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3080 + "author_account_age_days": 3082 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3487 + "author_account_age_days": 3489 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2223 + "author_account_age_days": 2224 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4832 + "author_account_age_days": 4833 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, "last_update": "2025-08-15 09:55:41", - "author_account_age_days": 289 + "author_account_age_days": 291 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3820 + "author_account_age_days": 3822 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2819 + "author_account_age_days": 2820 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 983 + "author_account_age_days": 985 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 803 + "author_account_age_days": 805 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1910 + "author_account_age_days": 1912 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2837 + "author_account_age_days": 2838 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4314 + "author_account_age_days": 4316 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, - "last_update": "2025-06-20 16:22:16", - "author_account_age_days": 4841 + "last_update": "2025-08-16 12:10:05", + "author_account_age_days": 4843 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1715 + "author_account_age_days": 1717 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1715 + "author_account_age_days": 1717 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3410 + "author_account_age_days": 3412 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3410 + "author_account_age_days": 3412 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3410 + "author_account_age_days": 3412 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2296 + "author_account_age_days": 2297 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4197 + "author_account_age_days": 4199 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4299 + "author_account_age_days": 4301 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1436 + "author_account_age_days": 1438 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3854 + "author_account_age_days": 3855 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 1, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5285 + "author_account_age_days": 5287 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4966 + "author_account_age_days": 4968 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-08-13 13:40:54", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4447 + "author_account_age_days": 4448 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1527 + "author_account_age_days": 1529 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/pamparamm/ComfyUI-ppm": { - "stars": 210, + "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1978 + "author_account_age_days": 1980 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5541 + "author_account_age_days": 5542 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4305 + "author_account_age_days": 4306 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 9, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1654 + "author_account_age_days": 1656 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3148 + "author_account_age_days": 3150 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1447 + "author_account_age_days": 1449 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2516 + "author_account_age_days": 2518 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5995 + "author_account_age_days": 5997 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 623 + "author_account_age_days": 625 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2397 + "author_account_age_days": 2399 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5250 + "author_account_age_days": 5251 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4621 + "author_account_age_days": 4623 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1064 + "author_account_age_days": 1066 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1064 + "author_account_age_days": 1066 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1064 + "author_account_age_days": 1066 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-15 19:00:54", - "author_account_age_days": 5871 + "last_update": "2025-08-17 00:06:31", + "author_account_age_days": 5872 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3593 + "author_account_age_days": 3595 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3903 + "author_account_age_days": 3904 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 322 + "author_account_age_days": 324 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5497 + "author_account_age_days": 5498 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4355 + "author_account_age_days": 4357 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2919 + "author_account_age_days": 2921 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3732 + "author_account_age_days": 3733 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4379 + "author_account_age_days": 4380 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-15 10:09:40", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2952 + "author_account_age_days": 2954 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 28 + "author_account_age_days": 30 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5522 + "author_account_age_days": 5524 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 5, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 771 + "author_account_age_days": 773 }, "https://github.com/sofakid/dandy": { "stars": 52, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4470 + "author_account_age_days": 4472 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1900 + "author_account_age_days": 1902 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1900 + "author_account_age_days": 1902 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { - "stars": 0, + "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4078 + "author_account_age_days": 4079 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 73 + "author_account_age_days": 74 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2784 + "author_account_age_days": 2786 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1271 + "author_account_age_days": 1273 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4255 + "author_account_age_days": 4256 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 40 + "author_account_age_days": 42 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1646 + "author_account_age_days": 1647 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2517 + "author_account_age_days": 2518 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 221 + "author_account_age_days": 223 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 221 + "author_account_age_days": 223 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 349 + "author_account_age_days": 351 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2677 + "author_account_age_days": 2679 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2605 + "author_account_age_days": 2607 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1176 + "author_account_age_days": 1177 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 992 + "author_account_age_days": 994 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3284 + "author_account_age_days": 3285 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1369 + "author_account_age_days": 1370 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, "last_update": "2025-08-14 20:22:32", - "author_account_age_days": 649 + "author_account_age_days": 651 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5616 + "author_account_age_days": 5617 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, - "last_update": "2025-08-15 02:38:46", - "author_account_age_days": 188 + "last_update": "2025-08-16 02:24:50", + "author_account_age_days": 190 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3355 + "author_account_age_days": 3357 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 3962 + "author_account_age_days": 3964 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2239 + "author_account_age_days": 2241 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2240 + "author_account_age_days": 2241 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3315 + "author_account_age_days": 3317 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5181 + "author_account_age_days": 5183 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4008 + "author_account_age_days": 4009 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 109 + "author_account_age_days": 111 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 141, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5457 + "author_account_age_days": 5458 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2145 + "author_account_age_days": 2146 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1778 + "author_account_age_days": 1779 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3193 + "author_account_age_days": 3194 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2623 + "author_account_age_days": 2625 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4208 + "author_account_age_days": 4209 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4650 + "author_account_age_days": 4651 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5009 + "author_account_age_days": 5010 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1105 + "author_account_age_days": 1107 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1030 + "author_account_age_days": 1032 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 868 + "author_account_age_days": 870 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5419 + "author_account_age_days": 5420 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2119 + "author_account_age_days": 2120 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, "last_update": "2025-08-15 08:33:25", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3537 + "author_account_age_days": 3539 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4052 + "author_account_age_days": 4053 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1737 + "author_account_age_days": 1739 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1737 + "author_account_age_days": 1739 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-08-13 17:18:08", - "author_account_age_days": 3979 + "last_update": "2025-08-16 08:24:15", + "author_account_age_days": 3981 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3979 + "author_account_age_days": 3981 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, - "last_update": "2025-07-20 10:45:04", - "author_account_age_days": 3225 + "last_update": "2025-08-17 02:18:32", + "author_account_age_days": 3227 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4047 + "author_account_age_days": 4049 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2656 + "author_account_age_days": 2657 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2072 + "author_account_age_days": 2073 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3876 + "author_account_age_days": 3878 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-08-15 09:02:32", - "author_account_age_days": 2670 + "author_account_age_days": 2672 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3574 + "author_account_age_days": 3576 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3397 + "author_account_age_days": 3399 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2400 + "author_account_age_days": 2402 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5946 + "author_account_age_days": 5947 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4041 + "author_account_age_days": 4043 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 137 + "author_account_age_days": 139 } } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 9fd41e76..71fee380 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "Avalre", + "title": "ComfyUI-avaNodes [REMOVED]", + "reference": "https://github.com/Avalre/ComfyUI-avaNodes", + "files": [ + "https://github.com/Avalre/ComfyUI-avaNodes" + ], + "install_type": "git-clone", + "description": "These nodes were created to personalize/optimize several ComfyUI nodes for my own use. You can replicate the functionality of most of my nodes by some combination of default ComfyUI nodes and custom nodes from other developers." + }, + { + "author": "Alectriciti", + "title": "comfyui-creativeprompts [REMOVED]", + "reference": "https://github.com/Alectriciti/comfyui-creativeprompts", + "files": [ + "https://github.com/Alectriciti/comfyui-creativeprompts" + ], + "install_type": "git-clone", + "description": "A creative alternative to dynamicprompts" + }, { "author": "flybirdxx", "title": "ComfyUI Sliding Window [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 50ecd420..a95fc959 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,88 @@ { "custom_nodes": [ + { + "author": "jupo-ai", + "title": "comfy-linear-move", + "id": "comfy-linear-move", + "reference": "https://github.com/jupo-ai/comfy-linear-move", + "files": [ + "https://github.com/jupo-ai/comfy-linear-move" + ], + "install_type": "git-clone", + "description": "Move nodes linearly." + }, + { + "author": "Marco Zanella", + "title": "ComfyUI-BooleanExpression", + "id": "ComfyUI-BooleanExpression", + "reference": "https://github.com/marco-zanella/ComfyUI-BooleanExpression", + "files": [ + "https://github.com/marco-zanella/ComfyUI-BooleanExpression" + ], + "install_type": "git-clone", + "tags": ["boolean", "logic", "comparison"], + "description": "A collection of logic and comparison nodes for ComfyUI. This package adds building blocks for boolean logic, arithmetic comparisons, and string comparisons, making it easier to design conditional workflows directly in ComfyUI." + }, + { + "author": "SilverAndJade", + "title": "ComfyUI Silver Nodes", + "reference": "https://github.com/SilverAndJade/comfyui-silver-nodes", + "files": [ + "https://github.com/SilverAndJade/comfyui-silver-nodes" + ], + "install_type": "git-clone", + "description": "A collection of utility nodes for ComfyUI that enhance workflow capabilities with advanced loaders and processing tools." + }, + { + "author": "WeChatCV", + "title": "Stand-In Official Preprocessor ComfyUI Nodes", + "reference": "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI", + "files": [ + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI" + ], + "install_type": "git-clone", + "description": "This repository provides a temporary ComfyUI node implementation of the Stand-In preprocessor, aiming to correct the misunderstanding of Stand-In’s preprocessing logic in [a/ComfyUI-WanVideoWrapper](https://github.com/kijai/ComfyUI-WanVideoWrapper).\n[w/We strongly recommend using the workflows provided in this repo to ensure proper compatibility and the best identity-preserving performance.]" + }, + { + "author": "Azornes", + "title": "Comfyui-Resolution-Master", + "reference": "https://github.com/Azornes/Comfyui-Resolution-Master", + "files": [ + "https://github.com/Azornes/Comfyui-Resolution-Master" + ], + "install_type": "git-clone", + "description": " Precise resolution and aspect ratio control for ComfyUI" + }, + { + "author": "Alectriciti", + "title": "comfyui-adaptiveprompts", + "reference": "https://github.com/Alectriciti/comfyui-adaptiveprompts", + "files": [ + "https://github.com/Alectriciti/comfyui-adaptiveprompts" + ], + "install_type": "git-clone", + "description": "Adaptive Prompts is a modern reimagining of dynamic prompts for ComfyUI. It lets you randomize, restructure, and clean up prompts with powerful wildcard and string tools. For the sake of consistency, I will still refer to them as Dynamic Prompts." + }, + { + "author": "vslinx", + "title": "ComfyUI vsLinx Nodes", + "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", + "files": [ + "https://github.com/vslinx/ComfyUI-vslinx-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch." + }, + { + "author": "HoangYell", + "title": "comfyui-hoangyell-video-edit", + "reference": "https://github.com/HoangYell/comfyui-hoangyell-video", + "files": [ + "https://github.com/HoangYell/comfyui-hoangyell-video" + ], + "install_type": "git-clone", + "description": "A collection of custom ComfyUI nodes for advanced video processing and editing workflows." + }, { "author": "smthemex", "title": "ComfyUI_StableAvatar", @@ -617,76 +700,6 @@ ], "install_type": "git-clone", "description": "A ComfyUI custom node for cropping videos using FFmpeg with pixel-precise control." - }, - { - "author": "max-dingsda", - "title": "OllamaTools for ComfyUI", - "reference": "https://github.com/max-dingsda/OllamaTools", - "files": [ - "https://github.com/max-dingsda/OllamaTools" - ], - "install_type": "git-clone", - "description": "This project makes local LLMs easy to use for prompt enhancement and image captioning –No API keys. No external tools. No headache." - }, - { - "author": "fidecastro", - "title": "comfyui-llamacpp-client", - "reference": "https://github.com/fidecastro/comfyui-llamacpp-client", - "files": [ - "https://github.com/fidecastro/comfyui-llamacpp-client" - ], - "install_type": "git-clone", - "description": "A comprehensive ComfyUI custom node that provides complete client functionality for llama-server from [a/llama.cpp](https://github.com/ggml-org/llama.cpp). This node acts as a bridge between ComfyUI workflows and llama-server instances, supporting every single parameter and endpoint that llama-server offers." - }, - { - "author": "verIdyia", - "title": "ComfyUI Qwen-Image DFloat11 Nodes", - "reference": "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11", - "files": [ - "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11" - ], - "install_type": "git-clone", - "description": "ComfyUI custom nodes for the DFloat11 compressed Qwen-Image model. This package provides efficient image generation with reduced memory usage through DFloat11 compression technology." - }, - { - "author": "ranska", - "title": "Pixel Palette Art", - "reference": "https://github.com/ranska/pixel_palette_art", - "files": [ - "https://github.com/ranska/pixel_palette_art" - ], - "install_type": "git-clone", - "description": "Comfyui custom node: Set of tools for pixel art palette." - }, - { - "author": "thezveroboy", - "title": "comfyui-RandomPromptsZveroboy", - "reference": "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy", - "files": [ - "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy" - ], - "install_type": "git-clone", - "description": "Custom node for ComfyUI that fixes an existing node [a/comfyui-dynamicprompts](https://github.com/adieyal/comfyui-dynamicprompts)." - }, - { - "author": "PICOPON", - "title": "ComfyUI OpenAI Node", - "reference": "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node", - "files": [ - "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node that integrates OpenAI-compatible APIs for prompt generation and enhancement, specifically designed for Stable Diffusion workflows." - }, - { - "author": "HM-RunningHub", - "title": "ComfyUI Qwen-Image Node", - "reference": "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image", - "files": [ - "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image" - ], - "install_type": "git-clone", - "description": "A custom node for ComfyUI that integrates Alibaba's Qwen-Image model for high-quality image generation with exceptional text rendering capabilities." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 89f1c332..6137f371 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1955,20 +1955,20 @@ "title_aux": "seamless-clone-comfyui" } ], - "https://github.com/Alectriciti/comfyui-creativeprompts": [ + "https://github.com/Alectriciti/comfyui-adaptiveprompts": [ [ "CleanupTags", + "NormalizeLoraTags", "PromptGenerator", "PromptReplace", "PromptRewrap", "ShuffleTags", "ShuffleTagsAdvanced", - "StringListAppend", - "StringMerger12", - "StringMerger4" + "StringMerger4", + "StringMerger8" ], { - "title_aux": "comfyui-creativeprompts" + "title_aux": "comfyui-adaptiveprompts" } ], "https://github.com/Alexankharin/camera-comfyUI": [ @@ -2449,18 +2449,6 @@ "title_aux": "ComfyUI-ImageCropper" } ], - "https://github.com/Avalre/ComfyUI-avaNodes": [ - [ - "Checkpoint+", - "Cond Upscaler", - "DeepCache+", - "KSampler+", - "VidToTrainingData" - ], - { - "title_aux": "ComfyUI-avaNodes" - } - ], "https://github.com/Azornes/Comfyui-LayerForge": [ [ "LayerForgeNode" @@ -2469,6 +2457,14 @@ "title_aux": "Comfyui-LayerForge" } ], + "https://github.com/Azornes/Comfyui-Resolution-Master": [ + [ + "ResolutionMaster" + ], + { + "title_aux": "Comfyui-Resolution-Master" + } + ], "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": [ [ "RSSFeedNode" @@ -3245,7 +3241,9 @@ ], "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": [ [ - "ImageCompositor" + "CombineImageAlpha", + "ImageCompositor", + "LoadImageAlpha" ], { "title_aux": "ComfyUI-ImageCompositionCy" @@ -4191,6 +4189,7 @@ "Gemini Question", "Gemini Response", "Gemini Scenery", + "Gemini Speech", "Gemini Style", "Gemini Subject", "Gemini Translate", @@ -4760,6 +4759,7 @@ "CoverWordsWithRectangles", "CreateArkClient", "CreateBoundingBoxesMaskQwen", + "CreateS3Client", "DownloadImageFromUrl", "DrawBBox", "DrawBBoxMask", @@ -4780,6 +4780,7 @@ "HfQuadrupleClipLoader", "HfTripleClipLoader", "HfVaeLoader", + "HttpPostForJson", "ImageCropFromPadded", "ImageDifferenceCmap", "ImagePadToResolution", @@ -4792,7 +4793,8 @@ "ParseLlmJsonOutput", "PhotoDoddleConditioning", "ReadTextFile", - "SeedEditNode" + "SeedEditNode", + "UploadImageToS3" ], { "title_aux": "Duanyll Nodepack" @@ -5581,10 +5583,13 @@ [ "Add Margin With Color", "Essential Params", + "Get Last Output Video Path", "If Image Valid", "Image Params", "Is Image Valid ?", "None if same Image", + "Prompt Assembler", + "Resize Images To Megapixels", "Resize To Megapixels", "Video Params" ], @@ -6605,6 +6610,14 @@ "title_aux": "ComfyUI-ASSSSA" } ], + "https://github.com/HoangYell/comfyui-hoangyell-video": [ + [ + "AddIntroImage" + ], + { + "title_aux": "comfyui-hoangyell-video-edit" + } + ], "https://github.com/Holasyb918/Ghost2_Comfyui": [ [ "AlignPipeline", @@ -7448,6 +7461,7 @@ "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": [ [ "DrawThingsControlNet", + "DrawThingsHints", "DrawThingsLoRA", "DrawThingsNegative", "DrawThingsPositive", @@ -9043,6 +9057,7 @@ [ "makitextwildcards", "makiwildcards", + "makiwildcards_Advanced", "textconcatenate", "textconcatenate_v2" ], @@ -9911,8 +9926,12 @@ [ "ApplyLLMToSDXLAdapter", "LLMAdapterLoader", + "LLMAdapterLoaderCustom", + "LLMGGUFModelLoader", "LLMModelLoader", - "LLMTextEncoder" + "LLMTextEncoder", + "T5GEMMALoader", + "T5GEMMATextEncoder" ], { "title_aux": "ComfyUI LLM SDXL Adapter" @@ -12294,6 +12313,23 @@ "title_aux": "ComfyUI-Prompt-History" } ], + "https://github.com/SilverAndJade/comfyui-silver-nodes": [ + [ + "SilverFileTextLoader", + "SilverFlickrRandomImage", + "SilverFolderFilePathLoader", + "SilverFolderImageLoader", + "SilverFolderVideoLoader", + "SilverLoraModelLoader", + "SilverRandomFromList", + "SilverStringReplacer", + "SilverUrlImageLoader", + "SilverWebImageLoader" + ], + { + "title_aux": "ComfyUI Silver Nodes" + } + ], "https://github.com/Simlym/comfyui-prompt-helper": [ [ "PromptProcessor" @@ -14744,6 +14780,16 @@ "title_aux": "wavespeed-comfyui" } ], + "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": [ + [ + "ApplyFaceProcessor", + "FaceOnlyModeSwitch", + "FaceProcessorLoader" + ], + { + "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" + } + ], "https://github.com/WebDev9000/WebDev9000-Nodes": [ [ "IgnoreBraces", @@ -15034,30 +15080,25 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], - "https://github.com/YarvixPA/ComfyUI-NeuralMedia": [ + "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ [ "ApplyStyleModelEnhanced", "ApplyStyleModelSimple", "BatchImagesNode", "FrameCalculator", "InpaintConditioningNode", - "LoadImagesFromFolderNode", "Prepimg2Vid", "RemoveBackgroundNode", - "SaveCaptionsImages", - "SaveImageAdvance", "StitchImages", "StitchImagesAndMask", "TextFieldNode", - "TileCheckpointPatchNode", "UnstitchImages", "UnstitchImagesAndMask", "UpscaleImageWithModel", - "VTracerImageVectorizerNode", - "VacePatchLoader" + "VTracerImageVectorizerNode" ], { - "title_aux": "ComfyUI-NeuralMedia" + "title_aux": "ComfyUI-YarvixPA" } ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ @@ -16131,6 +16172,7 @@ "CustomModelPromptGenerator", "KontextSuperPrompt", "LRPGCanvas", + "OllamaKontextPromptGenerator", "OllamaServiceManager", "TextGenWebUIFluxKontextEnhancer" ], @@ -21240,6 +21282,7 @@ "RandomNoise", "RebatchImages", "RebatchLatents", + "RecordAudio", "RecraftColorRGB", "RecraftControls", "RecraftCreativeUpscaleNode", @@ -22585,9 +22628,11 @@ "ChatterBoxEngineNode", "ChatterBoxF5TTSEditOptions", "F5TTSEngineNode", + "MouthMovementAnalyzer", "UnifiedTTSSRTNode", "UnifiedTTSTextNode", - "UnifiedVoiceChangerNode" + "UnifiedVoiceChangerNode", + "VisemeDetectionOptionsNode" ], { "title_aux": "TTS Audio Suite" @@ -23504,14 +23549,7 @@ ], "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ [ - "LatentAnalyzer", - "LatentMixer", - "LatentPCA", - "LatentWalk", - "QwenWANBridge", - "SemanticDirectionFinder", - "StyleContentSeparator", - "VAEDiagnosticNode" + "QwenImageToWANLatentBridge" ], { "title_aux": "ComfyUI-QwenImageWanBridge" @@ -31919,6 +31957,43 @@ "title_aux": "Face Cropper Node (2:3 Ratio)" } ], + "https://github.com/marco-zanella/ComfyUI-BooleanExpression": [ + [ + "BooleanExpression.And", + "BooleanExpression.ArithmenticComparison.BinaryComparison", + "BooleanExpression.ArithmenticComparison.EqualTo", + "BooleanExpression.ArithmenticComparison.GreaterThan", + "BooleanExpression.ArithmenticComparison.GreaterThanOrEqualTo", + "BooleanExpression.ArithmenticComparison.LessThan", + "BooleanExpression.ArithmenticComparison.LessThanOrEqualTo", + "BooleanExpression.ArithmenticComparison.NotEqualTo", + "BooleanExpression.BinaryExpression", + "BooleanExpression.ConditionalBranch", + "BooleanExpression.False", + "BooleanExpression.Nand", + "BooleanExpression.Nor", + "BooleanExpression.Not", + "BooleanExpression.Or", + "BooleanExpression.StringComparison.AlphabeticalEqualTo", + "BooleanExpression.StringComparison.AlphabeticalGreaterThan", + "BooleanExpression.StringComparison.AlphabeticalGreaterThanOrEqualTo", + "BooleanExpression.StringComparison.AlphabeticalLessThan", + "BooleanExpression.StringComparison.AlphabeticalLessThanOrEqualTo", + "BooleanExpression.StringComparison.AlphabeticalNotEqualTo", + "BooleanExpression.StringComparison.Contains", + "BooleanExpression.StringComparison.EndsWith", + "BooleanExpression.StringComparison.NotContains", + "BooleanExpression.StringComparison.NotEndsWith", + "BooleanExpression.StringComparison.NotStartsWith", + "BooleanExpression.StringComparison.StartsWith", + "BooleanExpression.StringComparison.StringComparison", + "BooleanExpression.True", + "BooleanExpression.Xor" + ], + { + "title_aux": "ComfyUI-BooleanExpression" + } + ], "https://github.com/marcoc2/ComfyUI-AnotherUtils": [ [ "CustomCrop", @@ -39526,6 +39601,15 @@ "title_aux": "Kandinsky 2.2 ComfyUI Plugin" } ], + "https://github.com/vslinx/ComfyUI-vslinx-nodes": [ + [ + "vsLinx_LoadSelectedImagesBatch", + "vsLinx_LoadSelectedImagesList" + ], + { + "title_aux": "ComfyUI vsLinx Nodes" + } + ], "https://github.com/vuongminh1907/ComfyUI_ZenID": [ [ "ApplyZenID", @@ -40497,6 +40581,7 @@ "LamViewVideo", "LamViewVideoOut", "LoadDirImgPaths", + "LoadImagePath", "LoadReplaceImage", "LongTextToList", "MultiControlNetApply", diff --git a/node_db/tutorial/custom-node-list.json b/node_db/tutorial/custom-node-list.json index 9789e512..16b5255e 100644 --- a/node_db/tutorial/custom-node-list.json +++ b/node_db/tutorial/custom-node-list.json @@ -341,6 +341,16 @@ ], "install_type": "git-clone", "description": "A minimal test suite demonstrating how remote COMBO inputs behave in ComfyUI, with and without force_input" + }, + { + "author": "J1mB091", + "title": "ComfyUI-J1mB091 Custom Nodes", + "reference": "https://github.com/J1mB091/ComfyUI-J1mB091", + "files": [ + "https://github.com/J1mB091/ComfyUI-J1mB091" + ], + "install_type": "git-clone", + "description": "Vibe Coded ComfyUI Custom Nodes" } ] } \ No newline at end of file From fc15d94170ede73786021cc4886a4d187bb2b982 Mon Sep 17 00:00:00 2001 From: david <51156944+vslinx@users.noreply.github.com> Date: Mon, 18 Aug 2025 00:38:28 +0200 Subject: [PATCH 21/35] Update custom-node-list.json (#2086) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 42eef6ae..84c02cf4 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31538,6 +31538,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "vsLinx", + "title": "ComfyUI vsLinx Nodes", + "id": "comfyui-vslinx-nodes", + "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", + "files": [ + "https://github.com/vslinx/ComfyUI-vslinx-nodes" + ], + "install_type": "git-clone", + "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. " } ] } From 0ba112c2c76d0bb4059f134f344dceaaadc46847 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 18 Aug 2025 07:47:41 +0900 Subject: [PATCH 22/35] update DB --- custom-node-list.json | 36 +- extension-node-map.json | 63 +- github-stats.json | 4194 +++++++++++++------------- node_db/dev/custom-node-list.json | 20 +- node_db/dev/extension-node-map.json | 29 +- node_db/legacy/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 35 +- node_db/new/extension-node-map.json | 63 +- 8 files changed, 2233 insertions(+), 2217 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 84c02cf4..11e7d98f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31083,14 +31083,15 @@ "description": "A collection of utility nodes for ComfyUI that enhance workflow capabilities with advanced loaders and processing tools." }, { - "author": "vslinx", + "author": "vsLinx", "title": "ComfyUI vsLinx Nodes", + "id": "comfyui-vslinx-nodes", "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", "files": [ "https://github.com/vslinx/ComfyUI-vslinx-nodes" ], "install_type": "git-clone", - "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch." + "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. " }, { "author": "HoangYell", @@ -31102,6 +31103,26 @@ "install_type": "git-clone", "description": "A collection of custom ComfyUI nodes for advanced video processing and editing workflows." }, + { + "author": "krigeta", + "title": "qwen-image-controlnets-comfyui", + "reference": "https://github.com/krigeta/qwen-image-controlnets-comfyui", + "files": [ + "https://github.com/krigeta/qwen-image-controlnets-comfyui" + ], + "install_type": "git-clone", + "description": "creating a custom node to test how to use Blocknet controlnets in comfyUI using logic from Diffsynth Studio." + }, + { + "author": "L33chKing", + "title": "Tag Frequency Weighter for ComfyUI", + "reference": "https://github.com/L33chKing/comfyui-tag-frequency-weighter", + "files": [ + "https://github.com/L33chKing/comfyui-tag-frequency-weighter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru" + }, @@ -31538,17 +31559,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "vsLinx", - "title": "ComfyUI vsLinx Nodes", - "id": "comfyui-vslinx-nodes", - "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", - "files": [ - "https://github.com/vslinx/ComfyUI-vslinx-nodes" - ], - "install_type": "git-clone", - "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. " } ] } diff --git a/extension-node-map.json b/extension-node-map.json index 6137f371..101989bb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4788,6 +4788,8 @@ "JsonPathQuery", "JsonPathQuerySingle", "JsonPathUpdate", + "MaskToBBox", + "MergeBBoxes", "ParseBBoxQwenVL", "ParseJson5", "ParseLlmJsonOutput", @@ -5710,7 +5712,9 @@ "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", - "ImageVRConverter" + "ImageVRConverter", + "SaveStrippedUTF8File", + "StripXML" ], { "title_aux": "Stereoscopic" @@ -8076,6 +8080,14 @@ "title_aux": "ComfyUI_MatAnyone_Kytra" } ], + "https://github.com/L33chKing/comfyui-tag-frequency-weighter": [ + [ + "TagFrequencyWeighter" + ], + { + "title_aux": "Tag Frequency Weighter for ComfyUI" + } + ], "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": [ [ "HotReload_Terminal" @@ -9037,7 +9049,8 @@ "\ud83d\udcdd Wildcard Processor", "\ud83d\udd20 Tiktoken Tokenizer Info", "\ud83d\uddbc\ufe0f Download Image from URL", - "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)", "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor", "\ud83e\uddf9 String Cleaning" ], @@ -14784,7 +14797,8 @@ [ "ApplyFaceProcessor", "FaceOnlyModeSwitch", - "FaceProcessorLoader" + "FaceProcessorLoader", + "VideoFramePreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -15080,27 +15094,6 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], - "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ - [ - "ApplyStyleModelEnhanced", - "ApplyStyleModelSimple", - "BatchImagesNode", - "FrameCalculator", - "InpaintConditioningNode", - "Prepimg2Vid", - "RemoveBackgroundNode", - "StitchImages", - "StitchImagesAndMask", - "TextFieldNode", - "UnstitchImages", - "UnstitchImagesAndMask", - "UpscaleImageWithModel", - "VTracerImageVectorizerNode" - ], - { - "title_aux": "ComfyUI-YarvixPA" - } - ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ [ "Float", @@ -23547,14 +23540,6 @@ "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" } ], - "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ - [ - "QwenImageToWANLatentBridge" - ], - { - "title_aux": "ComfyUI-QwenImageWanBridge" - } - ], "https://github.com/fblissjr/ComfyUI-WanActivationEditor": [ [ "WanVideoActivationEditor", @@ -29560,6 +29545,17 @@ "title_aux": "ComfyUI kpsss34 Custom Node" } ], + "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ + [ + "QwenImageBlockwiseControlNetApply", + "QwenImageBlockwiseControlNetLoader", + "QwenImageCannyPreprocessor", + "QwenImageDepthPreprocessor" + ], + { + "title_aux": "qwen-image-controlnets-comfyui" + } + ], "https://github.com/krmahil/comfyui-hollow-preserve": [ [ "RemoveEnclosedMaskedAreas" @@ -35047,6 +35043,7 @@ "LineScreen", "LuminousFlow", "OrderedDithering", + "Pixel8Bit", "PixelFloat", "PixelRedistribution", "Rekked", @@ -38318,7 +38315,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [ [ "ElevenlabsTextToEffect", - "ElevenlabsTextToVoice" + "ElevenlabsTextToSpeech" ], { "title_aux": "ComfyUI ElevenLabs API integration" diff --git a/github-stats.json b/github-stats.json index 47c705d4..e079c214 100644 --- a/github-stats.json +++ b/github-stats.json @@ -7,7 +7,7 @@ "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, @@ -15,74 +15,74 @@ "author_account_age_days": 950 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { - "stars": 50, + "stars": 51, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 54, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 1255, "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2301 + "author_account_age_days": 2302 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1343, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, @@ -117,17 +117,17 @@ "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-16 14:12:49", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, @@ -137,17 +137,17 @@ "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1337 + "author_account_age_days": 1338 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3190 + "author_account_age_days": 3191 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, @@ -157,57 +157,57 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -217,12 +217,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, @@ -257,42 +257,42 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 39, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, @@ -300,24 +300,24 @@ "author_account_age_days": 611 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2413, + "stars": 2415, "last_update": "2025-08-15 12:36:47", - "author_account_age_days": 429 + "author_account_age_days": 430 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3885 + "author_account_age_days": 3886 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, @@ -542,32 +542,32 @@ "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 2308, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 349, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 105, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, @@ -582,22 +582,22 @@ "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,52 +612,52 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 13, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1944 + "author_account_age_days": 1945 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 295, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, @@ -677,17 +677,17 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -697,7 +697,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -712,22 +712,22 @@ "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1227 + "author_account_age_days": 1228 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, @@ -735,14 +735,14 @@ "author_account_age_days": 4884 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1325, + "stars": 1326, "last_update": "2025-08-16 10:19:08", - "author_account_age_days": 3118 + "author_account_age_days": 3119 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -757,7 +757,7 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, @@ -767,42 +767,42 @@ "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5630 + "author_account_age_days": 5631 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, @@ -812,17 +812,17 @@ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, @@ -832,7 +832,7 @@ "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, @@ -847,12 +847,12 @@ "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 15, "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -867,17 +867,17 @@ "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3259 + "author_account_age_days": 3260 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -902,7 +902,7 @@ "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 141, @@ -932,17 +932,17 @@ "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3655 + "author_account_age_days": 3656 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 436, @@ -952,7 +952,7 @@ "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1724 + "author_account_age_days": 1725 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, @@ -962,12 +962,12 @@ "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2644 + "author_account_age_days": 2645 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3425 + "author_account_age_days": 3426 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, @@ -981,58 +981,58 @@ }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1392, - "last_update": "2025-08-06 14:11:03", - "author_account_age_days": 3414 + "last_update": "2025-08-17 16:19:57", + "author_account_age_days": 3415 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1042,12 +1042,12 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, @@ -1057,72 +1057,72 @@ "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 389, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 896 + "author_account_age_days": 897 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1141 + "author_account_age_days": 1142 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, @@ -1152,72 +1152,72 @@ "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 787 + "author_account_age_days": 788 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 13, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, @@ -1227,37 +1227,37 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, @@ -1272,7 +1272,7 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, @@ -1292,7 +1292,7 @@ "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 40, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, @@ -1325,7 +1325,7 @@ "author_account_age_days": 2864 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 239, + "stars": 240, "last_update": "2025-07-06 22:39:57", "author_account_age_days": 2320 }, @@ -1337,7 +1337,7 @@ "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, @@ -1355,24 +1355,24 @@ "author_account_age_days": 2147 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 514, + "stars": 518, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 88, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1417,12 +1417,12 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, @@ -1432,22 +1432,22 @@ "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 592 + "author_account_age_days": 593 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1421 + "author_account_age_days": 1422 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, @@ -1467,37 +1467,37 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1520 + "author_account_age_days": 1521 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5576 + "author_account_age_days": 5577 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1522,22 +1522,22 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4707 + "author_account_age_days": 4708 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4002 + "author_account_age_days": 4003 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, @@ -1552,7 +1552,7 @@ "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1567,12 +1567,12 @@ "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1582,7 +1582,7 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, @@ -1597,22 +1597,22 @@ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 420, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2193 + "author_account_age_days": 2194 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, - "last_update": "2025-06-02 14:54:47", - "author_account_age_days": 903 + "last_update": "2025-08-17 04:34:40", + "author_account_age_days": 904 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, @@ -1622,52 +1622,52 @@ "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 140 + "author_account_age_days": 141 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, @@ -1682,17 +1682,17 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5413 + "author_account_age_days": 5414 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1702,22 +1702,22 @@ "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1726,38 +1726,38 @@ }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-15 14:49:59", - "author_account_age_days": 3151 + "last_update": "2025-08-17 13:52:45", + "author_account_age_days": 3152 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5135 + "author_account_age_days": 5136 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1561 + "author_account_age_days": 1562 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3038 + "author_account_age_days": 3039 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 229, @@ -1767,7 +1767,7 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 6, @@ -1802,17 +1802,17 @@ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 611, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4017 + "author_account_age_days": 4018 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1822,112 +1822,112 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 207, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 776, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { - "stars": 204, + "stars": 205, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3275, + "stars": 3279, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1942,7 +1942,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3173 + "author_account_age_days": 3174 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1952,12 +1952,12 @@ "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 16, - "last_update": "2025-08-09 21:12:38", - "author_account_age_days": 1090 + "last_update": "2025-08-17 04:02:31", + "author_account_age_days": 1091 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, @@ -1967,32 +1967,32 @@ "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1926 + "author_account_age_days": 1927 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -2002,17 +2002,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 4, @@ -2022,17 +2022,17 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, @@ -2062,7 +2062,7 @@ "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1581 + "author_account_age_days": 1582 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, @@ -2082,7 +2082,7 @@ "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2587 + "author_account_age_days": 2588 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, @@ -2092,17 +2092,17 @@ "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2117,12 +2117,12 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 34, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, @@ -2132,7 +2132,7 @@ "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, @@ -2157,7 +2157,7 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5350 + "author_account_age_days": 5351 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, @@ -2167,32 +2167,32 @@ "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 723, + "stars": 725, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1538 + "author_account_age_days": 1539 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, @@ -2202,7 +2202,7 @@ "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2828 + "author_account_age_days": 2829 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, @@ -2212,22 +2212,22 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 291 + "author_account_age_days": 292 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, @@ -2237,7 +2237,7 @@ "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, @@ -2247,12 +2247,12 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 10, @@ -2262,12 +2262,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, @@ -2282,12 +2282,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2312,57 +2312,57 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1418 + "author_account_age_days": 1419 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1749 + "author_account_age_days": 1750 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2377,7 +2377,7 @@ "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2660 + "author_account_age_days": 2661 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2387,32 +2387,32 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4746 + "author_account_age_days": 4747 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, @@ -2437,37 +2437,37 @@ "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 39, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5899 + "author_account_age_days": 5900 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2477,7 +2477,7 @@ "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, @@ -2487,12 +2487,12 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4127 + "author_account_age_days": 4128 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2507,67 +2507,67 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1971 + "author_account_age_days": 1972 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4597 + "author_account_age_days": 4598 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4328 + "author_account_age_days": 4329 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2577,27 +2577,27 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, @@ -2605,9 +2605,9 @@ "author_account_age_days": 776 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 191, + "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 192, @@ -2617,12 +2617,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 114, + "stars": 115, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 115, @@ -2632,42 +2632,42 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 81, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, @@ -2682,12 +2682,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3990 + "author_account_age_days": 3991 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2697,7 +2697,7 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, @@ -2707,27 +2707,27 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, @@ -2737,37 +2737,37 @@ "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 14, + "stars": 15, "last_update": "2025-08-16 20:20:30", - "author_account_age_days": 4799 + "author_account_age_days": 4800 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { - "stars": 775, + "stars": 776, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 34, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3588 + "author_account_age_days": 3589 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, @@ -2777,52 +2777,52 @@ "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3189 + "author_account_age_days": 3190 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1332 + "author_account_age_days": 1333 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2832,62 +2832,62 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 18, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5309 + "author_account_age_days": 5310 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5309 + "author_account_age_days": 5310 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5309 + "author_account_age_days": 5310 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 498, + "stars": 500, "last_update": "2025-08-16 15:43:32", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 212, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3608 + "author_account_age_days": 3609 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2897,27 +2897,27 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3240, + "stars": 3241, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1156, + "stars": 1157, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4135 + "author_account_age_days": 4136 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5986 + "author_account_age_days": 5987 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, @@ -2932,12 +2932,12 @@ "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -2952,37 +2952,37 @@ "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 153, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 163, + "stars": 164, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { "stars": 220, "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -3017,12 +3017,12 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 495, + "stars": 496, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, @@ -3037,32 +3037,32 @@ "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3286 + "author_account_age_days": 3287 }, "https://github.com/Layer-norm/comfyui-lama-remover": { - "stars": 133, + "stars": 134, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3788 + "author_account_age_days": 3789 }, "https://github.com/Lerc/canvas_tab": { "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5786 + "author_account_age_days": 5787 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 16, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 8, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, @@ -3082,27 +3082,27 @@ "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { "stars": 2314, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4609 + "author_account_age_days": 4610 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3122,17 +3122,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3142,17 +3142,17 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, @@ -3177,67 +3177,67 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 95, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3275 + "author_account_age_days": 3276 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/M1kep/KepPromptLang": { "stars": 6, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, @@ -3246,33 +3246,33 @@ }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, - "last_update": "2025-08-15 19:03:28", - "author_account_age_days": 2023 + "last_update": "2025-08-17 14:18:17", + "author_account_age_days": 2024 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 11, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, @@ -3282,17 +3282,17 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5388 + "author_account_age_days": 5389 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2649 + "author_account_age_days": 2650 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, @@ -3307,7 +3307,7 @@ "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1126 + "author_account_age_days": 1127 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3317,7 +3317,7 @@ "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, @@ -3342,27 +3342,27 @@ "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3314 + "author_account_age_days": 3315 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5750 + "author_account_age_days": 5751 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, @@ -3385,34 +3385,34 @@ "author_account_age_days": 949 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 89, + "stars": 91, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 105, + "stars": 106, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, @@ -3422,42 +3422,42 @@ "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 335, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 30, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3467,22 +3467,22 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4386 + "author_account_age_days": 4387 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, @@ -3492,37 +3492,37 @@ "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 49, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 323, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 158, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3530,34 +3530,34 @@ "author_account_age_days": 4813 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3316, + "stars": 3317, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 551, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, @@ -3567,7 +3567,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, @@ -3577,12 +3577,12 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 45, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, @@ -3607,7 +3607,7 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4707 + "author_account_age_days": 4708 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, @@ -3617,27 +3617,27 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 512 + "author_account_age_days": 513 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 23, @@ -3647,7 +3647,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 945 + "author_account_age_days": 946 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3657,12 +3657,12 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5568 + "author_account_age_days": 5569 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, @@ -3677,22 +3677,22 @@ "https://github.com/NimaNzrii/comfyui-photoshop": { "stars": 1197, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1460 + "author_account_age_days": 1461 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, @@ -3702,27 +3702,27 @@ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3238 + "author_account_age_days": 3239 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 225, + "stars": 226, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3732,22 +3732,22 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2544 + "author_account_age_days": 2545 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 0, @@ -3762,22 +3762,22 @@ "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3787,22 +3787,22 @@ "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, @@ -3817,17 +3817,17 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3246 + "author_account_age_days": 3247 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4061 + "author_account_age_days": 4062 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, @@ -3842,22 +3842,22 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5644 + "author_account_age_days": 5645 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2805 + "author_account_age_days": 2806 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3882,7 +3882,7 @@ "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, @@ -3892,37 +3892,37 @@ "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2473, + "stars": 2475, "last_update": "2024-08-21 06:14:24", "author_account_age_days": 382 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3860 + "author_account_age_days": 3861 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-14 19:18:27", - "author_account_age_days": 3860 + "author_account_age_days": 3861 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, @@ -3937,27 +3937,27 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2352 + "author_account_age_days": 2353 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, @@ -3967,7 +3967,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 7, @@ -3982,37 +3982,37 @@ "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2493 + "author_account_age_days": 2494 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3344 + "author_account_age_days": 3345 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 10, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, @@ -4042,7 +4042,7 @@ "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, @@ -4057,47 +4057,47 @@ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1166 + "author_account_age_days": 1167 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/Runware/ComfyUI-Runware": { - "stars": 108, + "stars": 109, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4122,65 +4122,65 @@ "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 77, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4116 + "author_account_age_days": 4117 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { - "stars": 32, + "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 421, + "stars": 422, "last_update": "2025-08-15 03:14:39", "author_account_age_days": 1862 }, @@ -4202,17 +4202,17 @@ "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, @@ -4232,7 +4232,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4242,22 +4242,22 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3614 + "author_account_age_days": 3615 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { - "stars": 13, + "stars": 14, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 157, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, @@ -4272,27 +4272,27 @@ "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 115, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 853, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, @@ -4307,17 +4307,17 @@ "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { "stars": 426, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, @@ -4342,67 +4342,67 @@ "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4588 + "author_account_age_days": 4589 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 17, @@ -4412,52 +4412,52 @@ "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 28, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 882, + "stars": 883, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 12, @@ -4467,72 +4467,72 @@ "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 27, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 87, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 71, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, @@ -4542,37 +4542,37 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2956 + "author_account_age_days": 2957 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 43, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 128 + "author_account_age_days": 129 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, @@ -4587,97 +4587,97 @@ "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { - "stars": 23, + "stars": 24, "last_update": "2024-05-23 01:09:18", "author_account_age_days": 4666 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, @@ -4717,32 +4717,32 @@ "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 230, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, @@ -4757,7 +4757,7 @@ "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, @@ -4795,7 +4795,7 @@ "author_account_age_days": 3254 }, "https://github.com/StartHua/Comfyui_joytag": { - "stars": 57, + "stars": 58, "last_update": "2024-05-22 23:20:28", "author_account_age_days": 3254 }, @@ -4812,7 +4812,7 @@ "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 286 + "author_account_age_days": 287 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, @@ -4822,12 +4822,12 @@ "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3996 + "author_account_age_days": 3997 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 969, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2568 + "author_account_age_days": 2569 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4837,12 +4837,12 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4857,77 +4857,77 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 206, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 117, + "stars": 118, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 740, + "stars": 743, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, @@ -4937,7 +4937,7 @@ "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3985 + "author_account_age_days": 3986 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, @@ -4972,42 +4972,42 @@ "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3636 + "author_account_age_days": 3637 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 383, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 138, + "stars": 139, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 344 + "author_account_age_days": 345 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 818 + "author_account_age_days": 819 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, @@ -5022,12 +5022,12 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -5037,7 +5037,7 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, @@ -5052,22 +5052,22 @@ "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1353 + "author_account_age_days": 1354 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 540, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3088 + "author_account_age_days": 3089 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 166, @@ -5077,27 +5077,27 @@ "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1279 + "author_account_age_days": 1280 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5107,52 +5107,52 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 245, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5340 + "author_account_age_days": 5341 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 637 + "author_account_age_days": 638 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 295, + "stars": 296, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5764 + "author_account_age_days": 5765 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5257 + "author_account_age_days": 5258 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, @@ -5162,32 +5162,32 @@ "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 17, "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, @@ -5195,9 +5195,9 @@ "author_account_age_days": 836 }, "https://github.com/VrchStudio/comfyui-web-viewer": { - "stars": 244, + "stars": 245, "last_update": "2025-08-15 20:18:38", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, @@ -5207,27 +5207,27 @@ "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5237,42 +5237,42 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2630 + "author_account_age_days": 2631 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 23, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { "stars": 69, @@ -5297,7 +5297,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 25, @@ -5322,7 +5322,7 @@ "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1615, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5337,17 +5337,17 @@ "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 193, + "stars": 194, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, @@ -5357,42 +5357,42 @@ "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, @@ -5407,12 +5407,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1232 + "author_account_age_days": 1233 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1995 + "author_account_age_days": 1996 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, @@ -5427,7 +5427,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1204 + "author_account_age_days": 1205 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, @@ -5437,42 +5437,42 @@ "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 14, @@ -5482,82 +5482,82 @@ "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 6, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, @@ -5567,22 +5567,22 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 20, @@ -5592,12 +5592,12 @@ "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, @@ -5607,92 +5607,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 519, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1429, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 760, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1759, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5702,7 +5702,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, @@ -5712,17 +5712,17 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5958 + "author_account_age_days": 5959 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, @@ -5732,7 +5732,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 214, @@ -5742,67 +5742,67 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 38, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5220 + "author_account_age_days": 5221 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/abyz22/image_control": { "stars": 16, @@ -5812,17 +5812,17 @@ "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4246 + "author_account_age_days": 4247 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5435 + "author_account_age_days": 5436 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, @@ -5837,17 +5837,17 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 35, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, @@ -5857,22 +5857,22 @@ "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 130, @@ -5887,12 +5887,12 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, @@ -5902,17 +5902,17 @@ "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2193, @@ -5920,34 +5920,34 @@ "author_account_age_days": 737 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1285, + "stars": 1288, "last_update": "2025-08-13 11:20:11", "author_account_age_days": 737 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3089 + "author_account_age_days": 3090 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 47, "last_update": "2025-08-14 06:08:02", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1072 + "author_account_age_days": 1073 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, @@ -5957,7 +5957,7 @@ "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, @@ -5997,27 +5997,27 @@ "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3908 + "author_account_age_days": 3909 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, @@ -6042,42 +6042,42 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/alexcong/ComfyUI_QwenVL": { - "stars": 81, + "stars": 82, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 26, @@ -6087,12 +6087,12 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 116, - "last_update": "2025-08-11 12:39:13", - "author_account_age_days": 3098 + "last_update": "2025-08-17 16:50:59", + "author_account_age_days": 3099 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6102,7 +6102,7 @@ "https://github.com/ali-vilab/ACE_plus": { "stars": 1264, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, @@ -6112,52 +6112,52 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 83, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 105, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2412 + "author_account_age_days": 2413 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6211 + "author_account_age_days": 6212 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2247 + "author_account_age_days": 2248 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6172,12 +6172,12 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2168 + "author_account_age_days": 2169 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, @@ -6187,12 +6187,12 @@ "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6166 + "author_account_age_days": 6167 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 75, + "stars": 76, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, @@ -6207,27 +6207,27 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 312, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, @@ -6237,17 +6237,17 @@ "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5330 + "author_account_age_days": 5331 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3445 + "author_account_age_days": 3446 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 147, @@ -6257,42 +6257,42 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4042 + "author_account_age_days": 4043 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 122 + "author_account_age_days": 123 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6302,7 +6302,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3977 + "author_account_age_days": 3978 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6312,12 +6312,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6327,7 +6327,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6342,47 +6342,47 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5781 + "author_account_age_days": 5782 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/banodoco/steerable-motion": { "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2717 + "author_account_age_days": 2718 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, @@ -6397,32 +6397,32 @@ "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { - "stars": 72, + "stars": 71, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6432,12 +6432,12 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6472,7 +6472,7 @@ "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3094 + "author_account_age_days": 3095 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, @@ -6482,147 +6482,147 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 161, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 54, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 120, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 15, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 118, + "stars": 119, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 136, + "stars": 138, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 101, + "stars": 102, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3292 + "author_account_age_days": 3293 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 115, "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6632,57 +6632,57 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4985 + "author_account_age_days": 4986 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5163 + "author_account_age_days": 5164 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3832 + "author_account_age_days": 3833 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, @@ -6712,7 +6712,7 @@ "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4977 + "author_account_age_days": 4978 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, @@ -6722,7 +6722,7 @@ "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, @@ -6737,27 +6737,27 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6767,17 +6767,17 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5573 + "author_account_age_days": 5574 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6787,22 +6787,22 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5104 + "author_account_age_days": 5105 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5104 + "author_account_age_days": 5105 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, @@ -6822,57 +6822,57 @@ "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 399, + "stars": 400, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 252, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/bytedance/comfyui-lumi-batcher": { "stars": 384, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4506 + "author_account_age_days": 4507 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/calcuis/gguf": { "stars": 104, @@ -6882,22 +6882,22 @@ "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3721 + "author_account_age_days": 3722 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3721 + "author_account_age_days": 3722 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 156, + "stars": 158, "last_update": "2025-08-13 14:30:13", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6912,7 +6912,7 @@ "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, @@ -6927,7 +6927,7 @@ "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, @@ -6952,27 +6952,27 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 3, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, @@ -6982,27 +6982,27 @@ "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4254 + "author_account_age_days": 4255 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4254 + "author_account_age_days": 4255 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, @@ -7012,147 +7012,147 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 272, + "stars": 273, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 107, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7162,52 +7162,52 @@ "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 270, + "stars": 271, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3833 + "author_account_age_days": 3834 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1948 + "author_account_age_days": 1949 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 356, @@ -7257,37 +7257,37 @@ "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5941 + "author_account_age_days": 5942 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 644 + "author_account_age_days": 645 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2138 + "author_account_age_days": 2139 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, @@ -7297,77 +7297,77 @@ "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 76, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 771, + "stars": 773, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2473 + "author_account_age_days": 2474 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 279, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7382,72 +7382,72 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5789 + "author_account_age_days": 5790 }, "https://github.com/city96/ComfyUI-GGUF": { "stars": 2376, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 149, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1017 + "author_account_age_days": 1018 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7462,22 +7462,22 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3119 + "author_account_age_days": 3120 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7512,12 +7512,12 @@ "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6267 + "author_account_age_days": 6268 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-14 13:42:42", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85690, @@ -7527,12 +7527,12 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 967 + "author_account_age_days": 968 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7557,7 +7557,7 @@ "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, @@ -7567,22 +7567,22 @@ "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7592,22 +7592,22 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 108, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 82, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, @@ -7622,16 +7622,16 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1368, - "last_update": "2025-08-07 09:53:29", + "stars": 1371, + "last_update": "2025-08-17 11:39:44", "author_account_age_days": 4536 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, - "last_update": "2025-06-01 20:17:39", + "last_update": "2025-08-17 12:29:48", "author_account_age_days": 4536 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { @@ -7642,32 +7642,32 @@ "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 477, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { "stars": 5387, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1694, + "stars": 1695, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 915, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 880, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, @@ -7677,67 +7677,67 @@ "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2348 + "author_account_age_days": 2349 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 39, "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 260, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4490 + "author_account_age_days": 4491 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7752,32 +7752,32 @@ "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3770 + "author_account_age_days": 3771 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3770 + "author_account_age_days": 3771 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5742 + "author_account_age_days": 5743 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4847 + "author_account_age_days": 4848 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4883 + "author_account_age_days": 4884 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, @@ -7792,77 +7792,77 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4954 + "author_account_age_days": 4955 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 146, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4954 + "author_account_age_days": 4955 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5714 + "author_account_age_days": 5715 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5714 + "author_account_age_days": 5715 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, @@ -7887,27 +7887,27 @@ "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4783 + "author_account_age_days": 4784 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3833 + "author_account_age_days": 3834 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 13, @@ -7917,57 +7917,57 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5189 + "author_account_age_days": 5190 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1888 + "author_account_age_days": 1889 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 368, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4702 + "author_account_age_days": 4703 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2268 + "author_account_age_days": 2269 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4923 + "author_account_age_days": 4924 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 678 + "author_account_age_days": 679 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, @@ -7977,17 +7977,17 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4188 + "author_account_age_days": 4189 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 902 + "author_account_age_days": 903 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 6, @@ -8002,7 +8002,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -8022,7 +8022,7 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, @@ -8037,7 +8037,7 @@ "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3433 + "author_account_age_days": 3434 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -8047,17 +8047,17 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5222 + "author_account_age_days": 5223 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -8077,12 +8077,12 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, @@ -8092,7 +8092,7 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, @@ -8112,12 +8112,12 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/eric183/ComfyUI-Only": { "stars": 25, @@ -8125,39 +8125,39 @@ "author_account_age_days": 3851 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { - "stars": 512, + "stars": 514, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1414 + "author_account_age_days": 1415 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, @@ -8207,17 +8207,17 @@ "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, @@ -8245,7 +8245,7 @@ "author_account_age_days": 3783 }, "https://github.com/fblissjr/shrug-prompter": { - "stars": 10, + "stars": 11, "last_update": "2025-08-07 22:06:43", "author_account_age_days": 3783 }, @@ -8262,7 +8262,7 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 980 + "author_account_age_days": 981 }, "https://github.com/feffy380/comfyui-chroma-cache": { "stars": 4, @@ -8272,7 +8272,7 @@ "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, @@ -8282,22 +8282,22 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8327,7 +8327,7 @@ "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8337,52 +8337,52 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 1100, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 282, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { "stars": 86, @@ -8392,7 +8392,7 @@ "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, @@ -8402,32 +8402,32 @@ "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4040 + "author_account_age_days": 4041 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 76, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5526 + "author_account_age_days": 5527 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8437,12 +8437,12 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 88, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, @@ -8452,17 +8452,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8487,32 +8487,32 @@ "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 81, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, @@ -8542,22 +8542,22 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4412 + "author_account_age_days": 4413 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, @@ -8572,17 +8572,17 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4277 + "author_account_age_days": 4278 }, "https://github.com/giriss/comfy-image-saver": { "stars": 286, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5417 + "author_account_age_days": 5418 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, @@ -8592,42 +8592,42 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4321 + "author_account_age_days": 4322 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2916 + "author_account_age_days": 2917 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8637,37 +8637,37 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2713 + "author_account_age_days": 2714 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, @@ -8677,32 +8677,32 @@ "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 516, + "stars": 518, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1476 + "author_account_age_days": 1477 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1994 + "author_account_age_days": 1995 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, @@ -8712,77 +8712,77 @@ "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4687 + "author_account_age_days": 4688 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4687 + "author_account_age_days": 4688 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 152, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4265 + "author_account_age_days": 4266 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, - "last_update": "2025-08-09 18:37:09", - "author_account_age_days": 5459 + "last_update": "2025-08-17 14:11:57", + "author_account_age_days": 5460 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, @@ -8792,7 +8792,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8802,12 +8802,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/hao-ai-lab/FastVideo": { "stars": 1996, @@ -8817,7 +8817,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, @@ -8832,32 +8832,32 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5085 + "author_account_age_days": 5086 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, @@ -8877,12 +8877,12 @@ "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, @@ -8892,22 +8892,22 @@ "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4582 + "author_account_age_days": 4583 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1856, + "stars": 1860, "last_update": "2025-08-16 12:00:49", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8922,7 +8922,7 @@ "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -8932,7 +8932,7 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, @@ -8940,29 +8940,29 @@ "author_account_age_days": 2221 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { - "stars": 205, + "stars": 206, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5530 + "author_account_age_days": 5531 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 6, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, @@ -8972,22 +8972,22 @@ "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5061 + "author_account_age_days": 5062 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5050 + "author_account_age_days": 5051 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5050 + "author_account_age_days": 5051 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 433, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, @@ -8997,42 +8997,42 @@ "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1715, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 108, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6059 + "author_account_age_days": 6060 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, @@ -9057,12 +9057,12 @@ "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -9072,32 +9072,32 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3306 + "author_account_age_days": 3307 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, @@ -9117,27 +9117,27 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2624 + "author_account_age_days": 2625 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5710 + "author_account_age_days": 5711 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, @@ -9212,27 +9212,27 @@ "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3589 + "author_account_age_days": 3590 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1047 + "author_account_age_days": 1048 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1307 + "author_account_age_days": 1308 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, @@ -9247,37 +9247,37 @@ "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 401 + "author_account_age_days": 402 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4289 + "author_account_age_days": 4290 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4289 + "author_account_age_days": 4290 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4289 + "author_account_age_days": 4290 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 50, @@ -9287,27 +9287,27 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, "last_update": "2025-08-16 06:10:48", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 118, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4896 + "author_account_age_days": 4897 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9317,77 +9317,77 @@ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 185 + "author_account_age_days": 186 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1317 + "author_account_age_days": 1318 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, @@ -9397,22 +9397,22 @@ "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3455 + "author_account_age_days": 3456 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3548 + "author_account_age_days": 3549 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 290, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4995 + "author_account_age_days": 4996 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9422,22 +9422,22 @@ "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4067 + "author_account_age_days": 4068 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4630 + "author_account_age_days": 4631 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, @@ -9447,7 +9447,7 @@ "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, @@ -9455,14 +9455,14 @@ "author_account_age_days": 4166 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 618, + "stars": 619, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5216 + "author_account_age_days": 5217 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, @@ -9472,17 +9472,17 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5412 + "author_account_age_days": 5413 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9502,22 +9502,22 @@ "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4348 + "author_account_age_days": 4349 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 62, @@ -9527,7 +9527,7 @@ "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5171 + "author_account_age_days": 5172 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9537,7 +9537,7 @@ "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, @@ -9547,22 +9547,22 @@ "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 43, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 7, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 448, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -9572,7 +9572,7 @@ "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-08-15 18:20:24", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, @@ -9602,32 +9602,32 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3207 + "author_account_age_days": 3208 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, @@ -9637,12 +9637,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, @@ -9652,7 +9652,7 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, @@ -9662,27 +9662,27 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2030 + "author_account_age_days": 2031 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5953 + "author_account_age_days": 5954 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9692,12 +9692,12 @@ "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4304 + "author_account_age_days": 4305 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, @@ -9712,37 +9712,37 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1146 + "author_account_age_days": 1147 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, @@ -9767,17 +9767,17 @@ "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1377 + "author_account_age_days": 1378 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, @@ -9787,177 +9787,177 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 345, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1380, + "stars": 1381, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1005, + "stars": 1006, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 1082, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1642, + "stars": 1645, "last_update": "2025-08-15 09:46:05", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 231, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2045, + "stars": 2046, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 548, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 503, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2060, + "stars": 2061, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { "stars": 4017, @@ -9967,52 +9967,52 @@ "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1014, + "stars": 1015, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/kk8bit/KayTool": { - "stars": 194, + "stars": 195, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -10022,7 +10022,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -10032,17 +10032,17 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2227 + "author_account_age_days": 2228 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, @@ -10057,27 +10057,27 @@ "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1985 + "author_account_age_days": 1986 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2938 + "author_account_age_days": 2939 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, @@ -10087,22 +10087,22 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1359 + "author_account_age_days": 1360 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, @@ -10112,62 +10112,62 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 77, + "stars": 78, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, @@ -10177,12 +10177,12 @@ "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3935 + "author_account_age_days": 3936 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, @@ -10282,12 +10282,12 @@ "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, @@ -10322,52 +10322,52 @@ "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4477 + "author_account_age_days": 4478 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3328 + "author_account_age_days": 3329 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10382,12 +10382,12 @@ "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, @@ -10397,117 +10397,117 @@ "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 605 + "author_account_age_days": 606 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4465 + "author_account_age_days": 4466 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 99, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3125 + "author_account_age_days": 3126 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 111, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 409, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2511 + "author_account_age_days": 2512 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 116, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, @@ -10612,22 +10612,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10645,42 +10645,42 @@ "author_account_age_days": 5186 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 786, + "stars": 788, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2627, + "stars": 2631, "last_update": "2025-08-13 09:21:54", "author_account_age_days": 881 }, @@ -10690,14 +10690,14 @@ "author_account_age_days": 881 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 640, + "stars": 641, "last_update": "2025-07-15 03:29:35", "author_account_age_days": 881 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11169, - "last_update": "2025-08-16 22:05:03", - "author_account_age_days": 493 + "stars": 11179, + "last_update": "2025-08-17 09:23:11", + "author_account_age_days": 494 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 33, @@ -10712,12 +10712,12 @@ "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1812 + "author_account_age_days": 1813 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10742,27 +10742,27 @@ "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { - "stars": 47, + "stars": 48, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { - "stars": 0, + "stars": 1, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, @@ -10772,17 +10772,17 @@ "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 201, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, @@ -10797,17 +10797,17 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, @@ -10832,7 +10832,7 @@ "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10852,12 +10852,12 @@ "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, @@ -10867,42 +10867,42 @@ "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5602 + "author_account_age_days": 5603 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5602 + "author_account_age_days": 5603 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4833 + "author_account_age_days": 4834 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4833 + "author_account_age_days": 4834 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 91, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5193 + "author_account_age_days": 5194 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 9, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, @@ -10922,7 +10922,7 @@ "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, @@ -10932,27 +10932,27 @@ "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3158 + "author_account_age_days": 3159 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, - "last_update": "2025-07-31 19:12:49", - "author_account_age_days": 4968 + "last_update": "2025-08-17 10:33:40", + "author_account_age_days": 4969 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 289, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3339 + "author_account_age_days": 3340 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10962,12 +10962,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -10977,37 +10977,37 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1220, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3621 + "author_account_age_days": 3622 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4858 + "author_account_age_days": 4859 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1620 + "author_account_age_days": 1621 }, "https://github.com/melMass/comfy_mtb": { "stars": 603, @@ -11022,52 +11022,52 @@ "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4091 + "author_account_age_days": 4092 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5892 + "author_account_age_days": 5893 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5892 + "author_account_age_days": 5893 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 445, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 28, @@ -11077,22 +11077,22 @@ "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, "last_update": "2025-08-14 09:43:33", - "author_account_age_days": 5775 + "author_account_age_days": 5776 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -11102,17 +11102,17 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6335 + "author_account_age_days": 6336 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6335 + "author_account_age_days": 6336 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 422, + "stars": 423, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, @@ -11122,32 +11122,32 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 139, "last_update": "2025-08-15 17:16:56", - "author_account_age_days": 1639 + "author_account_age_days": 1640 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1866, + "stars": 1871, "last_update": "2025-08-16 07:22:13", - "author_account_age_days": 33 + "author_account_age_days": 34 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, @@ -11157,32 +11157,32 @@ "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5022 + "author_account_age_days": 5023 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4271 + "author_account_age_days": 4272 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11192,97 +11192,97 @@ "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3603 + "author_account_age_days": 3604 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, - "last_update": "2025-08-04 03:24:12", - "author_account_age_days": 1742 + "last_update": "2025-08-17 18:14:01", + "author_account_age_days": 1743 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2719 + "author_account_age_days": 2720 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4356 + "author_account_age_days": 4357 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, @@ -11297,7 +11297,7 @@ "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 134 + "author_account_age_days": 135 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11322,22 +11322,22 @@ "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, @@ -11347,7 +11347,7 @@ "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, @@ -11357,27 +11357,27 @@ "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 164, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, @@ -11387,32 +11387,32 @@ "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 198, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 154 + "author_account_age_days": 155 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4740 + "author_account_age_days": 4741 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4428 + "author_account_age_days": 4429 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4447 + "author_account_age_days": 4448 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 211, @@ -11422,57 +11422,57 @@ "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 216, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-13 16:09:55", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3921 + "author_account_age_days": 3922 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, @@ -11482,52 +11482,52 @@ "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2205 + "author_account_age_days": 2206 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3161 + "author_account_age_days": 3162 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1631 + "author_account_age_days": 1632 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11537,62 +11537,62 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2979 + "author_account_age_days": 2980 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2136 + "author_account_age_days": 2137 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 907, + "stars": 908, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5202 + "author_account_age_days": 5203 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 529, + "stars": 531, "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5202 + "author_account_age_days": 5203 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5202 + "author_account_age_days": 5203 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, @@ -11647,17 +11647,17 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, @@ -11677,7 +11677,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 20, @@ -11697,7 +11697,7 @@ "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1925 + "author_account_age_days": 1926 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, @@ -11737,27 +11737,27 @@ "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3447 + "author_account_age_days": 3448 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1495 + "author_account_age_days": 1496 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11767,22 +11767,22 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11792,32 +11792,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5471 + "author_account_age_days": 5472 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5471 + "author_account_age_days": 5472 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 270, + "stars": 271, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11832,12 +11832,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 222, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5498 + "author_account_age_days": 5499 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, @@ -11847,7 +11847,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3105 + "author_account_age_days": 3106 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11857,32 +11857,32 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 55, + "stars": 56, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1333 + "author_account_age_days": 1334 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5427 + "author_account_age_days": 5428 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3417 + "author_account_age_days": 3418 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, @@ -11897,22 +11897,22 @@ "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 51, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2707 + "author_account_age_days": 2708 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2092 + "author_account_age_days": 2093 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -11932,12 +11932,12 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, @@ -11952,22 +11952,22 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, @@ -11987,47 +11987,47 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 402, - "last_update": "2025-08-15 13:32:55", - "author_account_age_days": 3925 + "stars": 405, + "last_update": "2025-08-17 15:13:31", + "author_account_age_days": 3926 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5986 + "author_account_age_days": 5987 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, @@ -12047,7 +12047,7 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2219 + "author_account_age_days": 2220 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, @@ -12071,38 +12071,38 @@ }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, - "last_update": "2025-06-29 19:16:40", - "author_account_age_days": 304 + "last_update": "2025-08-17 19:17:44", + "author_account_age_days": 305 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1965, + "stars": 1968, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "stars": 2620, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 938, + "stars": 939, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, @@ -12162,7 +12162,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 7, @@ -12172,27 +12172,27 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 366, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3581 + "author_account_age_days": 3582 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, @@ -12202,22 +12202,22 @@ "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, @@ -12232,32 +12232,32 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4912 + "author_account_age_days": 4913 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2341 + "author_account_age_days": 2342 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 105, + "stars": 106, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6039 + "author_account_age_days": 6040 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12272,12 +12272,12 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3011 + "author_account_age_days": 3012 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1141 + "author_account_age_days": 1142 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, @@ -12287,17 +12287,17 @@ "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/replicate/comfyui-replicate": { "stars": 187, @@ -12307,72 +12307,72 @@ "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4903 + "author_account_age_days": 4904 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2134, + "stars": 2138, "last_update": "2025-08-17 02:20:03", - "author_account_age_days": 5393 + "author_account_age_days": 5394 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6055 + "author_account_age_days": 6056 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6055 + "author_account_age_days": 6056 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1065 + "author_account_age_days": 1066 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5690 + "author_account_age_days": 5691 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12387,7 +12387,7 @@ "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4523 + "author_account_age_days": 4524 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, @@ -12397,57 +12397,57 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3572 + "author_account_age_days": 3573 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1436 + "author_account_age_days": 1437 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 3, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12457,82 +12457,82 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { - "stars": 542, + "stars": 543, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 8, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, @@ -12547,7 +12547,7 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, @@ -12557,12 +12557,12 @@ "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/scraed/LanPaint": { "stars": 430, @@ -12572,7 +12572,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12602,7 +12602,7 @@ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3751 + "author_account_age_days": 3752 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12622,67 +12622,67 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 224, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2920 + "author_account_age_days": 2921 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { "stars": 1684, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, @@ -12692,7 +12692,7 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5511 + "author_account_age_days": 5512 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12702,42 +12702,42 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 469, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2183 + "author_account_age_days": 2184 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12747,12 +12747,12 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, @@ -12762,7 +12762,7 @@ "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, @@ -12772,7 +12772,7 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, @@ -12780,14 +12780,14 @@ "author_account_age_days": 2045 }, "https://github.com/siliconflow/BizyAir": { - "stars": 746, + "stars": 747, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, @@ -12827,17 +12827,17 @@ "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1525 + "author_account_age_days": 1526 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 216, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12862,17 +12862,17 @@ "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4358 + "author_account_age_days": 4359 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12882,17 +12882,17 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, @@ -12950,7 +12950,7 @@ "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 657, + "stars": 660, "last_update": "2025-08-13 02:16:54", "author_account_age_days": 773 }, @@ -13095,7 +13095,7 @@ "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1078, + "stars": 1079, "last_update": "2025-05-22 00:46:49", "author_account_age_days": 773 }, @@ -13126,7 +13126,7 @@ }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, - "last_update": "2025-07-08 01:14:45", + "last_update": "2025-08-17 03:55:34", "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { @@ -13142,17 +13142,17 @@ "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1192 + "author_account_age_days": 1193 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, @@ -13167,32 +13167,32 @@ "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 218, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, @@ -13205,7 +13205,7 @@ "author_account_age_days": 713 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { - "stars": 245, + "stars": 246, "last_update": "2025-07-21 05:17:52", "author_account_age_days": 713 }, @@ -13237,17 +13237,17 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5159 + "author_account_age_days": 5160 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5650 + "author_account_age_days": 5651 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13255,7 +13255,7 @@ "author_account_age_days": 220 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1277, + "stars": 1280, "last_update": "2025-07-18 19:54:57", "author_account_age_days": 2108 }, @@ -13277,17 +13277,17 @@ "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 613, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 15, @@ -13307,42 +13307,42 @@ "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2970 + "author_account_age_days": 2971 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 1003, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2970 + "author_account_age_days": 2971 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, @@ -13352,42 +13352,42 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3045 + "author_account_age_days": 3046 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6349 + "author_account_age_days": 6350 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13397,12 +13397,12 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 3, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, @@ -13412,17 +13412,17 @@ "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1150 + "author_account_age_days": 1151 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, @@ -13432,7 +13432,7 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, @@ -13487,47 +13487,47 @@ "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 58, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5339 + "author_account_age_days": 5340 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/talesofai/comfyui-browser": { "stars": 604, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, @@ -13537,7 +13537,7 @@ "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, @@ -13582,22 +13582,22 @@ "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13607,42 +13607,42 @@ "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 35, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, @@ -13652,17 +13652,17 @@ "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 154, + "stars": 155, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, @@ -13672,12 +13672,12 @@ "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, @@ -13687,17 +13687,17 @@ "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2529 + "author_account_age_days": 2530 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, @@ -13707,22 +13707,22 @@ "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3321 + "author_account_age_days": 3322 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4736 + "author_account_age_days": 4737 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, @@ -13732,12 +13732,12 @@ "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 105, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, @@ -13762,17 +13762,17 @@ "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 62, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13792,12 +13792,12 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5807 + "author_account_age_days": 5808 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, @@ -13807,7 +13807,7 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 20, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, @@ -13822,17 +13822,17 @@ "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, @@ -13847,37 +13847,37 @@ "https://github.com/twri/sdxl_prompt_styler": { "stars": 870, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 503 + "author_account_age_days": 504 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, @@ -13887,17 +13887,17 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, @@ -13907,7 +13907,7 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13922,22 +13922,22 @@ "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 7, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2805 + "author_account_age_days": 2806 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13947,17 +13947,17 @@ "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1802 + "author_account_age_days": 1803 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, @@ -13967,7 +13967,7 @@ "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, @@ -13977,7 +13977,7 @@ "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, @@ -13987,7 +13987,7 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3564 + "author_account_age_days": 3565 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, @@ -14002,7 +14002,7 @@ "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1816 + "author_account_age_days": 1817 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -14012,7 +14012,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 141, @@ -14022,12 +14022,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -14037,17 +14037,17 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 67, @@ -14070,29 +14070,29 @@ "author_account_age_days": 2271 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 196, + "stars": 197, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 3, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, @@ -14102,7 +14102,7 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -14122,7 +14122,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, @@ -14132,7 +14132,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1386 + "author_account_age_days": 1387 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -14142,7 +14142,7 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -14157,57 +14157,57 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 211, + "stars": 214, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2326 + "author_account_age_days": 2327 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 954, + "stars": 956, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { - "stars": 73, + "stars": 74, "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5905 + "author_account_age_days": 5906 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 40, "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14227,17 +14227,17 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { "stars": 555, - "last_update": "2025-08-16 13:11:47", - "author_account_age_days": 3776 + "last_update": "2025-08-17 14:43:31", + "author_account_age_days": 3777 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, @@ -14247,12 +14247,12 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, @@ -14262,12 +14262,12 @@ "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2290 + "author_account_age_days": 2291 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, @@ -14292,52 +14292,52 @@ "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2681 + "author_account_age_days": 2682 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4603 + "author_account_age_days": 4604 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5468 + "author_account_age_days": 5469 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1851 + "author_account_age_days": 1852 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 352, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, @@ -14357,32 +14357,32 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2213 + "author_account_age_days": 2214 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14392,17 +14392,17 @@ "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, @@ -14412,12 +14412,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, @@ -14427,7 +14427,7 @@ "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, @@ -14437,257 +14437,257 @@ "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1815 + "author_account_age_days": 1816 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2535 + "author_account_age_days": 2536 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3843 + "author_account_age_days": 3844 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4140 + "author_account_age_days": 4141 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/yolain/ComfyUI-Easy-Use": { "stars": 1826, - "last_update": "2025-08-09 04:42:39", - "author_account_age_days": 1759 + "last_update": "2025-08-17 05:01:10", + "author_account_age_days": 1760 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4294 + "author_account_age_days": 4295 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2213 + "author_account_age_days": 2214 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { - "stars": 109, + "stars": 110, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { - "stars": 37, + "stars": 38, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 222, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { - "stars": 24, + "stars": 25, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 24, + "stars": 25, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 157, + "stars": 158, "last_update": "2025-08-16 13:30:57", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { - "stars": 14, + "stars": 15, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 3, @@ -14707,7 +14707,7 @@ "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, @@ -14737,17 +14737,17 @@ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, @@ -14757,62 +14757,62 @@ "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, "last_update": "2025-08-15 02:09:57", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3768 + "author_account_age_days": 3769 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3877 + "author_account_age_days": 3878 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1429, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 457 + "author_account_age_days": 458 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3794 + "author_account_age_days": 3795 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, @@ -14822,22 +14822,22 @@ "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3080 + "author_account_age_days": 3081 }, "https://github.com/zombieyang/sd-ppp": { "stars": 1638, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5380 + "author_account_age_days": 5381 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, @@ -14847,7 +14847,7 @@ "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 85153f74..f2e5df06 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "miabrahams", + "title": "ComfyUI-WebAutomation [UNSAFE]", + "reference": "https://github.com/miabrahams/ComfyUI-WebAutomation", + "files": [ + "https://github.com/miabrahams/ComfyUI-WebAutomation" + ], + "install_type": "git-clone", + "description": "Automation for ComfyUI Web UI [w/This nodepack provides functionality to access files through an endpoint.]" + }, { "author": "kblueleaf", "title": "HDM [WIP]", @@ -50,16 +60,6 @@ "install_type": "git-clone", "description": "NODES: HF UNET Loader" }, - { - "author": "InfiniNode", - "title": "Comfyui-InfiniNode-Model-Suite [UNSAFE]", - "reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite", - "files": [ - "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite" - ], - "install_type": "git-clone", - "description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" - }, { "author": "GuusF", "title": "Comfyui_CrazyMaths [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 663d3e75..ef9d10dc 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1860,24 +1860,6 @@ "title_aux": "ComfyUI-igTools" } ], - "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": [ - [ - "InfiniNode_ApplyKeymapFile", - "InfiniNode_CompareStateDicts", - "InfiniNode_ComponentCombiner", - "InfiniNode_ComponentSplitter", - "InfiniNode_LoadStateDict", - "InfiniNode_MergeAddDifference", - "InfiniNode_MergeSLERP", - "InfiniNode_MergeWeightedSum", - "InfiniNode_PruneKeys", - "InfiniNode_RenameKeys", - "InfiniNode_SaveStateDict" - ], - { - "title_aux": "Comfyui-InfiniNode-Model-Suite [UNSAFE]" - } - ], "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": [ [ "dropdowns", @@ -3087,7 +3069,8 @@ "SeqTex_Step1_ProcessMesh", "SeqTex_Step2_GenerateCondition", "SeqTex_Step3_GenerateTexture", - "SeqTex_Step4_SaveMesh" + "SeqTex_Step4_SaveMesh", + "SeqTex_TensorsToImages" ], { "title_aux": "ComfyUI-SeqTex" @@ -6308,6 +6291,7 @@ [ "CreatePointsString", "XISER_Canvas", + "XIS_AdjustTheImage", "XIS_CanvasMaskProcessor", "XIS_CompositorProcessor", "XIS_CropImage", @@ -6338,6 +6322,7 @@ "XIS_MaskBatchProcessor", "XIS_MaskCompositeOperation", "XIS_MergePackImages", + "XIS_MultiPointGradient", "XIS_MultiPromptSwitch", "XIS_PSDLayerExtractor", "XIS_PackImages", @@ -10333,13 +10318,16 @@ ], "https://github.com/yanhuifair/ComfyUI-FairLab": [ [ + "AddNode", "AppendTagsNode", "Base64ToImageNode", "BlacklistTagsNode", + "DivideNode", "DownloadImageNode", "FillAlphaNode", "FixUTF8StringNode", "FloatNode", + "IfNode", "ImageResizeNode", "ImageSizeNode", "ImageToBase64Node", @@ -10351,12 +10339,14 @@ "LoadStringNode", "MaxNode", "MinNode", + "MultiplyNode", "OllamaClientNode", "OllamaNode", "OutpaintingPadNode", "PrependTagsNode", "PrintAnyNode", "PrintImageNode", + "PythonScriptNode", "RemoveDuplicateTagsNode", "SaveImageToDirectoryNode", "SaveStringToDirectoryNode", @@ -10365,6 +10355,7 @@ "StringCombineNode", "StringNode", "StringTranslateNode", + "SubtractNode", "VideoToImageNode" ], { diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 71fee380..cdf524f4 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "InfiniNode", + "title": "Comfyui-InfiniNode-Model-Suite [UNSAFE/REMOVED]", + "reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite", + "files": [ + "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite" + ], + "install_type": "git-clone", + "description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, { "author": "Avalre", "title": "ComfyUI-avaNodes [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a95fc959..39924fe9 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "L33chKing", + "title": "Tag Frequency Weighter for ComfyUI", + "reference": "https://github.com/L33chKing/comfyui-tag-frequency-weighter", + "files": [ + "https://github.com/L33chKing/comfyui-tag-frequency-weighter" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru" + }, + { + "author": "krigeta", + "title": "qwen-image-controlnets-comfyui", + "reference": "https://github.com/krigeta/qwen-image-controlnets-comfyui", + "files": [ + "https://github.com/krigeta/qwen-image-controlnets-comfyui" + ], + "install_type": "git-clone", + "description": "creating a custom node to test how to use Blocknet controlnets in comfyUI using logic from Diffsynth Studio." + }, { "author": "jupo-ai", "title": "comfy-linear-move", @@ -64,14 +84,15 @@ "description": "Adaptive Prompts is a modern reimagining of dynamic prompts for ComfyUI. It lets you randomize, restructure, and clean up prompts with powerful wildcard and string tools. For the sake of consistency, I will still refer to them as Dynamic Prompts." }, { - "author": "vslinx", + "author": "vsLinx", "title": "ComfyUI vsLinx Nodes", + "id": "comfyui-vslinx-nodes", "reference": "https://github.com/vslinx/ComfyUI-vslinx-nodes", "files": [ "https://github.com/vslinx/ComfyUI-vslinx-nodes" ], "install_type": "git-clone", - "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch." + "description": "Custom nodes that let you quickly load multiple images via a multi-select dialog with preview. The images are instantly uploaded to the input folder and can be output either as a list or a batch. " }, { "author": "HoangYell", @@ -145,16 +166,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for creating chronophotography effects from video frames" }, - { - "author": "InfiniNode", - "title": "Comfyui-InfiniNode-Model-Suite", - "reference": "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite", - "files": [ - "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite" - ], - "install_type": "git-clone", - "description": "Welcome to the InfiniNode Model Suite, a custom node pack for ComfyUI that transforms the process of manipulating generative AI models. Our suite is a direct implementation of the 'GUI-Based Key Converter Development Plan,' designed to remove technical barriers for advanced AI practitioners and integrate seamlessly with existing image generation pipelines." - }, { "author": "DenRakEiw", "title": "Universal NN Latent Upscaler for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 6137f371..101989bb 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4788,6 +4788,8 @@ "JsonPathQuery", "JsonPathQuerySingle", "JsonPathUpdate", + "MaskToBBox", + "MergeBBoxes", "ParseBBoxQwenVL", "ParseJson5", "ParseLlmJsonOutput", @@ -5710,7 +5712,9 @@ "DecryptWatermark", "EncryptWatermark", "GetResolutionForVR", - "ImageVRConverter" + "ImageVRConverter", + "SaveStrippedUTF8File", + "StripXML" ], { "title_aux": "Stereoscopic" @@ -8076,6 +8080,14 @@ "title_aux": "ComfyUI_MatAnyone_Kytra" } ], + "https://github.com/L33chKing/comfyui-tag-frequency-weighter": [ + [ + "TagFrequencyWeighter" + ], + { + "title_aux": "Tag Frequency Weighter for ComfyUI" + } + ], "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": [ [ "HotReload_Terminal" @@ -9037,7 +9049,8 @@ "\ud83d\udcdd Wildcard Processor", "\ud83d\udd20 Tiktoken Tokenizer Info", "\ud83d\uddbc\ufe0f Download Image from URL", - "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pair (Single)", + "\ud83d\uddbc\ufe0f+\ud83d\udcdd Load Text-Image Pairs (List)", "\ud83d\uddbc\ufe0f\ud83d\udcca Metadata Extractor", "\ud83e\uddf9 String Cleaning" ], @@ -14784,7 +14797,8 @@ [ "ApplyFaceProcessor", "FaceOnlyModeSwitch", - "FaceProcessorLoader" + "FaceProcessorLoader", + "VideoFramePreprocessor" ], { "title_aux": "Stand-In Official Preprocessor ComfyUI Nodes" @@ -15080,27 +15094,6 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], - "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ - [ - "ApplyStyleModelEnhanced", - "ApplyStyleModelSimple", - "BatchImagesNode", - "FrameCalculator", - "InpaintConditioningNode", - "Prepimg2Vid", - "RemoveBackgroundNode", - "StitchImages", - "StitchImagesAndMask", - "TextFieldNode", - "UnstitchImages", - "UnstitchImagesAndMask", - "UpscaleImageWithModel", - "VTracerImageVectorizerNode" - ], - { - "title_aux": "ComfyUI-YarvixPA" - } - ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ [ "Float", @@ -23547,14 +23540,6 @@ "title_aux": "ComfyUI-EmbeddingPipelineAnalytics" } ], - "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": [ - [ - "QwenImageToWANLatentBridge" - ], - { - "title_aux": "ComfyUI-QwenImageWanBridge" - } - ], "https://github.com/fblissjr/ComfyUI-WanActivationEditor": [ [ "WanVideoActivationEditor", @@ -29560,6 +29545,17 @@ "title_aux": "ComfyUI kpsss34 Custom Node" } ], + "https://github.com/krigeta/qwen-image-controlnets-comfyui": [ + [ + "QwenImageBlockwiseControlNetApply", + "QwenImageBlockwiseControlNetLoader", + "QwenImageCannyPreprocessor", + "QwenImageDepthPreprocessor" + ], + { + "title_aux": "qwen-image-controlnets-comfyui" + } + ], "https://github.com/krmahil/comfyui-hollow-preserve": [ [ "RemoveEnclosedMaskedAreas" @@ -35047,6 +35043,7 @@ "LineScreen", "LuminousFlow", "OrderedDithering", + "Pixel8Bit", "PixelFloat", "PixelRedistribution", "Rekked", @@ -38318,7 +38315,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": [ [ "ElevenlabsTextToEffect", - "ElevenlabsTextToVoice" + "ElevenlabsTextToSpeech" ], { "title_aux": "ComfyUI ElevenLabs API integration" From 7e46b30fa502275170382fd9bc7c1258db0495ac Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Mon, 18 Aug 2025 12:33:30 +0900 Subject: [PATCH 23/35] update DB --- extension-node-map.json | 5 + github-stats.json | 734 +++++++++---------- node_db/dev/extension-node-map.json | 53 -- node_db/dev/github-stats.json | 1022 +++++++++++++-------------- node_db/new/extension-node-map.json | 5 + 5 files changed, 893 insertions(+), 926 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 101989bb..8d62d97f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -34066,11 +34066,16 @@ "https://github.com/orex2121/comfyui-OreX": [ [ "IoNetVision", + "KontextPresetsOrex", + "OreX Image Save", + "flux-kontext-orexnodes", "orex IoNet Chat", "orex IoNet Vision", "orex IoNet Vision Url", + "orex Kontext Presets", "orex Load Image", "orex Load Image Batch", + "orex Load Image Batch Size", "orex Save Image" ], { diff --git a/github-stats.json b/github-stats.json index e079c214..70eef31f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -212,7 +212,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -572,12 +572,12 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, @@ -602,12 +602,12 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3301 + "author_account_age_days": 3302 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, @@ -662,7 +662,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -692,7 +692,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -732,7 +732,7 @@ "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, "last_update": "2025-08-16 08:54:08", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1326, @@ -747,12 +747,12 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -857,7 +857,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1590 + "author_account_age_days": 1591 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, @@ -905,14 +905,14 @@ "author_account_age_days": 3068 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 141, + "stars": 142, "last_update": "2025-08-14 13:04:50", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 0, - "last_update": "2025-08-16 20:22:52", - "author_account_age_days": 3309 + "stars": 1, + "last_update": "2025-08-17 16:06:46", + "author_account_age_days": 3310 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -1127,17 +1127,17 @@ "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, @@ -1147,7 +1147,7 @@ "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5243 + "author_account_age_days": 5244 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, @@ -1222,7 +1222,7 @@ "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, @@ -1267,7 +1267,7 @@ "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 250, @@ -1322,7 +1322,7 @@ "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 240, @@ -1352,7 +1352,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 518, @@ -1377,42 +1377,42 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2316 + "author_account_age_days": 2317 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 35, + "stars": 36, "last_update": "2025-08-15 02:22:24", "author_account_age_days": 494 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, "last_update": "2025-08-17 00:49:57", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { - "stars": 36, + "stars": 37, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1457,12 +1457,12 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1502,22 +1502,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-16 06:59:08", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-16 06:59:08", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1577,7 +1577,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1587,12 +1587,12 @@ "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 4, + "stars": 6, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 420, @@ -1617,7 +1617,7 @@ "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1672,12 +1672,12 @@ "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 332, + "stars": 335, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1697,7 +1697,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 364 + "author_account_age_days": 365 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1722,7 +1722,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1792,12 +1792,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 611, @@ -1932,7 +1932,7 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1258 + "author_account_age_days": 1259 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, @@ -1947,7 +1947,7 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, @@ -1996,8 +1996,8 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-14 18:49:18", - "author_account_age_days": 1921 + "last_update": "2025-08-17 23:28:50", + "author_account_age_days": 1922 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -2127,7 +2127,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2137,7 +2137,7 @@ "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1088 + "author_account_age_days": 1089 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2162,7 +2162,7 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, @@ -2207,7 +2207,7 @@ "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2242,7 +2242,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 5, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2257,7 +2257,7 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 10, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, @@ -2272,12 +2272,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 60, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 247 + "author_account_age_days": 248 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2292,7 +2292,7 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, @@ -2426,8 +2426,8 @@ }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, - "last_update": "2025-08-17 08:45:22", - "author_account_age_days": 4161 + "last_update": "2025-08-17 11:51:05", + "author_account_age_days": 4162 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, @@ -2472,7 +2472,7 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, @@ -2482,7 +2482,7 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2497,7 +2497,7 @@ "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, @@ -2572,7 +2572,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2677,7 +2677,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4097 + "author_account_age_days": 4098 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2827,7 +2827,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2892,7 +2892,7 @@ "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, @@ -2949,6 +2949,11 @@ "last_update": "2025-03-16 18:58:58", "author_account_age_days": 2198 }, + "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { + "stars": 0, + "last_update": "2025-08-17 22:37:50", + "author_account_age_days": 2670 + }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, "last_update": "2025-06-21 16:06:56", @@ -2987,12 +2992,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2907 + "author_account_age_days": 2908 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, @@ -3007,12 +3012,12 @@ "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3067,12 +3072,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3137,7 +3142,7 @@ "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, @@ -3162,17 +3167,17 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { "stars": 37, - "last_update": "2025-08-17 09:13:42", - "author_account_age_days": 4637 + "last_update": "2025-08-17 19:34:00", + "author_account_age_days": 4638 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4637 + "author_account_age_days": 4638 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3312,7 +3317,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3337,7 +3342,7 @@ "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3367,7 +3372,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1667 + "author_account_age_days": 1668 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3462,7 +3467,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4402 + "author_account_age_days": 4403 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3527,7 +3532,7 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4813 + "author_account_age_days": 4814 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3317, @@ -3572,7 +3577,7 @@ "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, "last_update": "2025-08-17 05:33:40", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, @@ -3597,12 +3602,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3640,7 +3645,7 @@ "author_account_age_days": 513 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { - "stars": 23, + "stars": 24, "last_update": "2025-08-16 20:42:00", "author_account_age_days": 1026 }, @@ -3727,7 +3732,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3782,7 +3787,7 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2306 + "author_account_age_days": 2307 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3837,7 +3842,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3932,7 +3937,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, @@ -3975,9 +3980,9 @@ "author_account_age_days": 209 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { - "stars": 15, + "stars": 16, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, @@ -4052,7 +4057,7 @@ "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, @@ -4102,17 +4107,17 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { - "stars": 1, + "stars": 2, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, @@ -4187,17 +4192,17 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 1999 + "author_account_age_days": 2000 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, @@ -4217,7 +4222,7 @@ "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3113 + "author_account_age_days": 3114 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, @@ -4237,7 +4242,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4405,7 +4410,7 @@ "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 17, + "stars": 18, "last_update": "2025-07-26 17:23:13", "author_account_age_days": 1624 }, @@ -4460,7 +4465,7 @@ "author_account_age_days": 1624 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { - "stars": 12, + "stars": 13, "last_update": "2025-07-24 15:03:22", "author_account_age_days": 1624 }, @@ -4577,7 +4582,7 @@ "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-08-17 08:53:52", - "author_account_age_days": 3970 + "author_account_age_days": 3971 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, @@ -4752,7 +4757,7 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-15 06:44:08", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, @@ -4832,7 +4837,7 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2457 + "author_account_age_days": 2458 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4847,12 +4852,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { "stars": 86, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1960 + "author_account_age_days": 1961 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, @@ -5012,7 +5017,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -5032,7 +5037,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -5070,7 +5075,7 @@ "author_account_age_days": 3089 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 166, + "stars": 167, "last_update": "2025-06-24 14:59:29", "author_account_age_days": 3808 }, @@ -5102,7 +5107,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1137 + "author_account_age_days": 1138 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, @@ -5192,7 +5197,7 @@ "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, @@ -5232,7 +5237,7 @@ "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5275,9 +5280,9 @@ "author_account_age_days": 208 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 69, - "last_update": "2025-08-17 07:52:12", - "author_account_age_days": 1711 + "stars": 76, + "last_update": "2025-08-17 09:24:48", + "author_account_age_days": 1712 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, @@ -5300,7 +5305,7 @@ "author_account_age_days": 4063 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 25, + "stars": 26, "last_update": "2025-06-29 13:42:36", "author_account_age_days": 444 }, @@ -5327,12 +5332,12 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5402,7 +5407,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 220, @@ -5416,13 +5421,13 @@ }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, - "last_update": "2025-08-17 06:33:54", - "author_account_age_days": 625 + "last_update": "2025-08-17 21:24:26", + "author_account_age_days": 626 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5475,7 +5480,7 @@ "author_account_age_days": 1859 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 14, + "stars": 17, "last_update": "2025-07-26 07:19:35", "author_account_age_days": 1859 }, @@ -5697,7 +5702,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1701 + "author_account_age_days": 1702 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5707,7 +5712,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5727,7 +5732,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5735,9 +5740,9 @@ "author_account_age_days": 1613 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 214, + "stars": 215, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5832,7 +5837,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5877,12 +5882,12 @@ "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 130, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 110, - "last_update": "2025-08-17 06:18:31", - "author_account_age_days": 322 + "last_update": "2025-08-17 23:01:49", + "author_account_age_days": 323 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5897,7 +5902,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -6027,7 +6032,7 @@ "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -6082,7 +6087,7 @@ "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 26, "last_update": "2025-08-15 09:02:43", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6097,7 +6102,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3098 + "author_account_age_days": 3099 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1264, @@ -6162,12 +6167,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6182,7 +6187,7 @@ "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, @@ -6307,7 +6312,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6322,7 +6327,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": 96 + "author_account_age_days": 97 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6332,12 +6337,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, @@ -6392,7 +6397,7 @@ "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 107, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6427,7 +6432,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6477,7 +6482,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6627,7 +6632,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6726,7 +6731,7 @@ }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, - "last_update": "2025-06-02 06:52:21", + "last_update": "2025-08-17 21:49:36", "author_account_age_days": 1988 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { @@ -6762,7 +6767,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, @@ -6782,7 +6787,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6902,7 +6907,7 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6932,22 +6937,22 @@ "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -7157,7 +7162,7 @@ "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7372,12 +7377,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7482,12 +7487,12 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4964 + "author_account_age_days": 4965 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, @@ -7520,8 +7525,8 @@ "author_account_age_days": 586 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85690, - "last_update": "2025-08-16 23:30:00", + "stars": 85740, + "last_update": "2025-08-17 23:03:03", "author_account_age_days": 968 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { @@ -7537,17 +7542,17 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, @@ -7587,7 +7592,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7617,7 +7622,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7742,7 +7747,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7912,7 +7917,7 @@ "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 13, "last_update": "2025-08-16 20:06:28", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7972,7 +7977,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1009 + "author_account_age_days": 1010 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -7990,9 +7995,9 @@ "author_account_age_days": 4197 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 6, + "stars": 7, "last_update": "2025-08-17 00:59:25", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, @@ -8007,17 +8012,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -8042,7 +8047,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": 100 + "author_account_age_days": 101 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -8062,7 +8067,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -8097,12 +8102,12 @@ "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2492 + "author_account_age_days": 2493 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, @@ -8120,9 +8125,9 @@ "author_account_age_days": 375 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 25, + "stars": 27, "last_update": "2025-08-16 11:24:55", - "author_account_age_days": 3851 + "author_account_age_days": 3852 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, @@ -8167,7 +8172,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8231,8 +8236,8 @@ }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 4, - "last_update": "2025-08-16 22:41:54", - "author_account_age_days": 3783 + "last_update": "2025-08-17 17:24:06", + "author_account_age_days": 3784 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, @@ -8252,7 +8257,7 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, @@ -8302,7 +8307,7 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, @@ -8332,7 +8337,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3727 + "author_account_age_days": 3728 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8385,7 +8390,7 @@ "author_account_age_days": 252 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 86, + "stars": 90, "last_update": "2025-08-17 06:24:00", "author_account_age_days": 3066 }, @@ -8447,7 +8452,7 @@ "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8467,17 +8472,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 51, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8517,27 +8522,27 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 787 + "author_account_age_days": 788 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8587,7 +8592,7 @@ "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3460 + "author_account_age_days": 3461 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8632,7 +8637,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8797,7 +8802,7 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, @@ -8810,8 +8815,8 @@ "author_account_age_days": 5256 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1996, - "last_update": "2025-08-17 02:49:17", + "stars": 1998, + "last_update": "2025-08-17 14:00:03", "author_account_age_days": 661 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { @@ -8822,7 +8827,7 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 2, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 988 + "author_account_age_days": 989 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, @@ -8887,7 +8892,7 @@ "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8912,7 +8917,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, @@ -8927,7 +8932,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 934 + "author_account_age_days": 935 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -9067,7 +9072,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -9102,17 +9107,17 @@ "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3438 + "author_account_age_days": 3439 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9202,7 +9207,7 @@ "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, @@ -9282,7 +9287,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 50, "last_update": "2025-08-15 16:33:27", - "author_account_age_days": 4178 + "author_account_age_days": 4179 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, @@ -9312,7 +9317,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4797 + "author_account_age_days": 4798 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, @@ -9467,7 +9472,7 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9520,7 +9525,7 @@ "author_account_age_days": 5172 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 62, + "stars": 65, "last_update": "2025-08-14 04:38:07", "author_account_age_days": 5172 }, @@ -9532,7 +9537,7 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, @@ -9542,7 +9547,7 @@ "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9582,7 +9587,7 @@ "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-16 18:08:24", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, @@ -9592,12 +9597,12 @@ "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9632,7 +9637,7 @@ "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9647,7 +9652,7 @@ "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, @@ -9687,7 +9692,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9707,7 +9712,7 @@ "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9747,12 +9752,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, @@ -9762,7 +9767,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9960,9 +9965,9 @@ "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4017, - "last_update": "2025-08-17 07:55:09", - "author_account_age_days": 2601 + "stars": 4028, + "last_update": "2025-08-17 16:33:24", + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -10027,7 +10032,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, @@ -10059,6 +10064,11 @@ "last_update": "2024-12-15 08:39:51", "author_account_age_days": 2877 }, + "https://github.com/krigeta/qwen-image-controlnets-comfyui": { + "stars": 0, + "last_update": "2025-08-17 11:09:39", + "author_account_age_days": 1720 + }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", @@ -10082,7 +10092,7 @@ "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1036 + "author_account_age_days": 1037 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, @@ -10172,7 +10182,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, @@ -10302,7 +10312,7 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, @@ -10312,12 +10322,12 @@ "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4723 + "author_account_age_days": 4724 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, @@ -10372,12 +10382,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10607,7 +10617,7 @@ "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10632,7 +10642,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4842 + "author_account_age_days": 4843 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10722,12 +10732,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 94, @@ -10737,7 +10747,7 @@ "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3930 + "author_account_age_days": 3931 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, @@ -10767,7 +10777,7 @@ "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10787,7 +10797,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4917 + "author_account_age_days": 4918 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10822,7 +10832,7 @@ "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, @@ -10837,12 +10847,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10862,7 +10872,7 @@ "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, @@ -10957,7 +10967,7 @@ "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -11097,7 +11107,7 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4727 + "author_account_age_days": 4728 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -11302,12 +11312,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11342,7 +11352,7 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, @@ -11352,7 +11362,7 @@ "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1738 + "author_account_age_days": 1739 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11477,7 +11487,7 @@ "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3876 + "author_account_age_days": 3877 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, @@ -11597,52 +11607,52 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2891 + "author_account_age_days": 2892 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, @@ -11672,7 +11682,7 @@ "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 158, @@ -11680,7 +11690,7 @@ "author_account_age_days": 4926 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { - "stars": 20, + "stars": 21, "last_update": "2025-07-10 01:18:19", "author_account_age_days": 1424 }, @@ -11702,37 +11712,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, @@ -11787,7 +11797,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11822,12 +11832,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11842,7 +11852,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11852,7 +11862,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11917,17 +11927,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -11982,7 +11992,7 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, @@ -12042,7 +12052,7 @@ "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3933 + "author_account_age_days": 3934 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -12067,7 +12077,7 @@ "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-15 08:10:27", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -12107,57 +12117,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12227,7 +12237,7 @@ "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-08-16 15:25:41", - "author_account_age_days": 5674 + "author_account_age_days": 5675 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12267,7 +12277,7 @@ "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, @@ -12392,7 +12402,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12537,7 +12547,7 @@ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4318 + "author_account_age_days": 4319 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, @@ -12565,9 +12575,9 @@ "author_account_age_days": 370 }, "https://github.com/scraed/LanPaint": { - "stars": 430, + "stars": 433, "last_update": "2025-08-15 07:34:36", - "author_account_age_days": 3881 + "author_account_age_days": 3882 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12582,7 +12592,7 @@ "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12607,17 +12617,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12697,7 +12707,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, @@ -12742,7 +12752,7 @@ "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, @@ -12757,7 +12767,7 @@ "https://github.com/shinich39/comfyui-poor-textarea": { "stars": 0, "last_update": "2025-08-13 15:02:11", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, @@ -12767,7 +12777,7 @@ "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -13105,7 +13115,7 @@ "author_account_age_days": 773 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 18, + "stars": 20, "last_update": "2025-08-15 09:32:49", "author_account_age_days": 773 }, @@ -13227,12 +13237,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13252,7 +13262,7 @@ "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1280, @@ -13290,7 +13300,7 @@ "author_account_age_days": 4503 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 15, + "stars": 16, "last_update": "2025-08-05 12:38:00", "author_account_age_days": 3031 }, @@ -13392,7 +13402,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13427,7 +13437,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13442,7 +13452,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -13476,8 +13486,8 @@ }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, - "last_update": "2025-07-02 18:58:02", - "author_account_age_days": 3027 + "last_update": "2025-08-17 10:29:10", + "author_account_age_days": 3028 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13532,7 +13542,7 @@ "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, @@ -13552,7 +13562,7 @@ "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2438 + "author_account_age_days": 2439 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13567,12 +13577,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13602,7 +13612,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-08-16 02:27:04", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13757,7 +13767,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 62, @@ -13777,17 +13787,17 @@ "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3559 + "author_account_age_days": 3560 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13942,7 +13952,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2375 + "author_account_age_days": 2376 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13982,7 +13992,7 @@ "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2689 + "author_account_age_days": 2690 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -14007,7 +14017,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -14015,9 +14025,9 @@ "author_account_age_days": 2452 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 141, + "stars": 143, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -14032,7 +14042,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4767 + "author_account_age_days": 4768 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -14057,7 +14067,7 @@ "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -14066,8 +14076,8 @@ }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 0, - "last_update": "2025-08-17 02:30:34", - "author_account_age_days": 2271 + "last_update": "2025-08-17 14:06:22", + "author_account_age_days": 2272 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 197, @@ -14117,7 +14127,7 @@ "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -14127,7 +14137,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3497 + "author_account_age_days": 3498 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -14147,12 +14157,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14212,17 +14222,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 36, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14277,7 +14287,7 @@ "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 51, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, @@ -14347,7 +14357,7 @@ "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, @@ -14387,7 +14397,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14690,7 +14700,7 @@ "author_account_age_days": 1007 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { - "stars": 3, + "stars": 4, "last_update": "2025-07-20 04:47:00", "author_account_age_days": 2214 }, @@ -14732,7 +14742,7 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2775 + "author_account_age_days": 2776 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14817,7 +14827,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index ef9d10dc..7a5335c3 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2517,59 +2517,6 @@ "title_aux": "ComfyUI_mickster_nodes [WIP]" } ], - "https://github.com/MockbaTheBorg/ComfyUI-Mockba": [ - [ - "mb AI Bypass", - "mb AI Detector", - "mb Barcode", - "mb CLIP Text Encoder", - "mb Color Picker", - "mb Data Type Converter", - "mb Debug", - "mb Demux", - "mb Device Transfer", - "mb Display", - "mb Empty Latent Image", - "mb Eval", - "mb Exec", - "mb File to Image", - "mb File to Latent", - "mb File to Text", - "mb Hash Generator", - "mb Illuminarty", - "mb Image Batch", - "mb Image Center Rotate", - "mb Image Dither", - "mb Image FFT", - "mb Image Film Effect", - "mb Image Flip", - "mb Image Load", - "mb Image Load from URL", - "mb Image Preview", - "mb Image Rotate", - "mb Image Size", - "mb Image Subtract", - "mb Image to File", - "mb KSampler", - "mb Latent to File", - "mb Mask Apply", - "mb Mask Invert if Empty", - "mb Mask from Color", - "mb QR Code", - "mb Select", - "mb String", - "mb Submit", - "mb Tensor Channel 4 to 3", - "mb Text", - "mb Text or File", - "mb Text to File", - "mb Textbox", - "mb Value" - ], - { - "title_aux": "ComfyUI-Mockba" - } - ], "https://github.com/MrAdamBlack/CheckProgress": [ [ "CHECK_PROGRESS" diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index a7ac63e5..309d35dd 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,12 +2,12 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, @@ -27,12 +27,12 @@ "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, @@ -42,37 +42,37 @@ "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 15, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, @@ -112,27 +112,27 @@ "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1878 + "author_account_age_days": 1879 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2895 + "author_account_age_days": 2896 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { - "stars": 5, + "stars": 6, "last_update": "2025-08-16 11:48:47", "author_account_age_days": 452 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, @@ -147,22 +147,22 @@ "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, @@ -177,7 +177,7 @@ "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, @@ -197,7 +197,7 @@ "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2410 + "author_account_age_days": 2411 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, @@ -207,17 +207,17 @@ "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 77, @@ -227,7 +227,7 @@ "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, @@ -242,67 +242,67 @@ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1216 + "author_account_age_days": 1217 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, "last_update": "2025-08-16 14:12:10", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 262 + "author_account_age_days": 263 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4570 + "author_account_age_days": 4571 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, @@ -312,17 +312,17 @@ "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1492 + "author_account_age_days": 1493 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, @@ -347,7 +347,7 @@ "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, @@ -357,12 +357,12 @@ "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, @@ -372,67 +372,67 @@ "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 10, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1285 + "author_account_age_days": 1286 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2242 + "author_account_age_days": 2243 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 446 + "author_account_age_days": 447 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 51, @@ -442,27 +442,27 @@ "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3006 + "author_account_age_days": 3007 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3064 + "author_account_age_days": 3065 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, @@ -472,32 +472,32 @@ "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3568 + "author_account_age_days": 3569 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4366 + "author_account_age_days": 4367 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, @@ -512,17 +512,17 @@ "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, @@ -532,27 +532,27 @@ "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1804 + "author_account_age_days": 1805 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 1, @@ -567,7 +567,7 @@ "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3714 + "author_account_age_days": 3715 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, @@ -582,22 +582,17 @@ "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5003 + "author_account_age_days": 5004 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 346 - }, - "https://github.com/InfiniNode/Comfyui-InfiniNode-Model-Suite": { - "stars": 0, - "last_update": "2025-08-14 15:39:56", - "author_account_age_days": 53 + "author_account_age_days": 347 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 192, @@ -607,12 +602,12 @@ "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, - "last_update": "2025-08-16 16:23:38", - "author_account_age_days": 2565 + "last_update": "2025-08-17 18:42:34", + "author_account_age_days": 2566 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, @@ -627,17 +622,17 @@ "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, @@ -647,17 +642,17 @@ "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2637 + "author_account_age_days": 2638 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4604 + "author_account_age_days": 4605 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, @@ -687,15 +682,15 @@ "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 14, + "stars": 18, "last_update": "2025-08-16 15:33:47", "author_account_age_days": 2047 }, @@ -707,27 +702,27 @@ "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 274 + "author_account_age_days": 275 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2071 + "author_account_age_days": 2072 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 48 + "author_account_age_days": 49 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, @@ -737,12 +732,12 @@ "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, @@ -752,7 +747,7 @@ "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, @@ -767,27 +762,27 @@ "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1915 + "author_account_age_days": 1916 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, @@ -797,7 +792,7 @@ "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 797 + "author_account_age_days": 798 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, @@ -806,8 +801,8 @@ }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, - "last_update": "2025-08-16 09:53:02", - "author_account_age_days": 731 + "last_update": "2025-08-17 19:42:09", + "author_account_age_days": 732 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, @@ -817,7 +812,7 @@ "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, @@ -832,22 +827,22 @@ "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3238 + "author_account_age_days": 3239 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3238 + "author_account_age_days": 3239 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, @@ -856,8 +851,8 @@ }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-17 00:21:06", - "author_account_age_days": 3498 + "last_update": "2025-08-17 23:53:06", + "author_account_age_days": 3499 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, @@ -872,7 +867,7 @@ "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 57, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4140 + "author_account_age_days": 4141 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, @@ -887,22 +882,22 @@ "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1303 + "author_account_age_days": 1304 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2449 + "author_account_age_days": 2450 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, @@ -912,7 +907,7 @@ "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, @@ -927,17 +922,17 @@ "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, @@ -947,7 +942,7 @@ "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, @@ -957,7 +952,7 @@ "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, @@ -967,22 +962,22 @@ "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5693 + "author_account_age_days": 5694 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 16, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1895 + "author_account_age_days": 1896 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, @@ -992,7 +987,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, @@ -1006,38 +1001,38 @@ }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { "stars": 3, - "last_update": "2025-08-17 01:27:16", + "last_update": "2025-08-17 12:22:13", "author_account_age_days": 1848 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5035 + "author_account_age_days": 5036 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 718 + "author_account_age_days": 719 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, @@ -1047,22 +1042,22 @@ "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1730 + "author_account_age_days": 1731 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, @@ -1072,27 +1067,27 @@ "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1443 + "author_account_age_days": 1444 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, @@ -1107,17 +1102,17 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3942 + "author_account_age_days": 3943 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, @@ -1127,12 +1122,12 @@ "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1382 + "author_account_age_days": 1383 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4364 + "author_account_age_days": 4365 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, @@ -1142,12 +1137,12 @@ "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, @@ -1187,12 +1182,12 @@ "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 229 + "author_account_age_days": 230 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2593 + "author_account_age_days": 2594 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, @@ -1202,7 +1197,7 @@ "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1690 + "author_account_age_days": 1691 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, @@ -1217,27 +1212,27 @@ "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3701 + "author_account_age_days": 3702 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4148 + "author_account_age_days": 4149 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, @@ -1247,7 +1242,7 @@ "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1675 + "author_account_age_days": 1676 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, @@ -1257,7 +1252,7 @@ "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, @@ -1272,17 +1267,17 @@ "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 430 + "author_account_age_days": 431 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5044 + "author_account_age_days": 5045 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, @@ -1292,7 +1287,7 @@ "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, @@ -1302,12 +1297,12 @@ "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, @@ -1327,37 +1322,37 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 770, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, @@ -1387,37 +1382,37 @@ "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, @@ -1427,32 +1422,32 @@ "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3704 + "author_account_age_days": 3705 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4943 + "author_account_age_days": 4944 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, @@ -1467,7 +1462,7 @@ "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 854 + "author_account_age_days": 855 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, @@ -1477,17 +1472,17 @@ "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3516 + "author_account_age_days": 3517 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, @@ -1507,22 +1502,22 @@ "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4790 + "author_account_age_days": 4791 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2694 + "author_account_age_days": 2695 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4367 + "author_account_age_days": 4368 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, @@ -1537,12 +1532,12 @@ "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 438 + "author_account_age_days": 439 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, @@ -1557,7 +1552,7 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, @@ -1567,7 +1562,7 @@ "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, @@ -1582,12 +1577,12 @@ "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3660 + "author_account_age_days": 3661 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, @@ -1597,57 +1592,57 @@ "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4222 + "author_account_age_days": 4223 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, @@ -1657,12 +1652,12 @@ "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1507 + "author_account_age_days": 1508 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, @@ -1672,7 +1667,7 @@ "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1187 + "author_account_age_days": 1188 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, @@ -1687,22 +1682,22 @@ "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3527 + "author_account_age_days": 3528 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, @@ -1712,7 +1707,7 @@ "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, @@ -1722,17 +1717,17 @@ "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { "stars": 1133, @@ -1742,32 +1737,32 @@ "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 1, "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 705 + "author_account_age_days": 706 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3537 + "author_account_age_days": 3538 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, @@ -1777,11 +1772,11 @@ "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4617 + "author_account_age_days": 4618 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85690, - "last_update": "2025-08-16 23:30:00", + "stars": 85740, + "last_update": "2025-08-17 23:03:03", "author_account_age_days": 968 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { @@ -1797,7 +1792,7 @@ "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, @@ -1807,7 +1802,7 @@ "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2234 + "author_account_age_days": 2235 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, @@ -1827,32 +1822,32 @@ "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2406 + "author_account_age_days": 2407 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6393 + "author_account_age_days": 6394 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, @@ -1862,17 +1857,17 @@ "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { - "stars": 51, + "stars": 52, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, @@ -1892,12 +1887,12 @@ "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 465 + "author_account_age_days": 466 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-16 20:31:37", - "author_account_age_days": 267 + "author_account_age_days": 268 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, @@ -1917,27 +1912,27 @@ "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "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": 415 + "author_account_age_days": 416 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, @@ -1947,22 +1942,22 @@ "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4336 + "author_account_age_days": 4337 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, @@ -1972,12 +1967,12 @@ "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, @@ -1987,82 +1982,82 @@ "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4457 + "author_account_age_days": 4458 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5146 + "author_account_age_days": 5147 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2996 + "author_account_age_days": 2997 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2114 + "author_account_age_days": 2115 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3522 + "author_account_age_days": 3523 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 83 + "author_account_age_days": 84 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, @@ -2092,7 +2087,7 @@ "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, @@ -2107,12 +2102,12 @@ "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3460 + "author_account_age_days": 3461 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, @@ -2122,7 +2117,7 @@ "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2726 + "author_account_age_days": 2727 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, @@ -2147,17 +2142,17 @@ "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, @@ -2172,7 +2167,7 @@ "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, @@ -2181,28 +2176,28 @@ }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, - "last_update": "2025-06-30 08:09:38", - "author_account_age_days": 722 + "last_update": "2025-08-17 12:36:12", + "author_account_age_days": 723 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2558 + "author_account_age_days": 2559 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3396 + "author_account_age_days": 3397 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, @@ -2210,7 +2205,7 @@ "author_account_age_days": 720 }, "https://github.com/hay86/ComfyUI_AceNodes": { - "stars": 65, + "stars": 66, "last_update": "2025-05-01 03:08:58", "author_account_age_days": 5086 }, @@ -2222,17 +2217,17 @@ "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, @@ -2247,17 +2242,17 @@ "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2644 + "author_account_age_days": 2645 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, @@ -2272,7 +2267,7 @@ "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, @@ -2312,7 +2307,7 @@ "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, @@ -2322,22 +2317,22 @@ "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1057 + "author_account_age_days": 1058 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, @@ -2347,7 +2342,7 @@ "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, @@ -2362,12 +2357,12 @@ "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, @@ -2377,12 +2372,12 @@ "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5366 + "author_account_age_days": 5367 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, @@ -2397,17 +2392,17 @@ "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3487 + "author_account_age_days": 3488 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, @@ -2432,122 +2427,122 @@ "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 553 + "author_account_age_days": 554 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5891 + "author_account_age_days": 5892 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1489, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { "stars": 841, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 405, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "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": 275 + "author_account_age_days": 276 }, "https://github.com/kk8bit/KayTool": { "stars": 195, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1116 + "author_account_age_days": 1117 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-14 17:46:22", - "author_account_age_days": 1683 + "author_account_age_days": 1684 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, @@ -2557,7 +2552,7 @@ "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, @@ -2572,7 +2567,7 @@ "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1359 + "author_account_age_days": 1360 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, @@ -2592,7 +2587,7 @@ "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4974 + "author_account_age_days": 4975 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, @@ -2602,7 +2597,7 @@ "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 87, @@ -2622,12 +2617,12 @@ "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 771 + "author_account_age_days": 772 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, @@ -2637,22 +2632,22 @@ "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5080 + "author_account_age_days": 5081 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1365, @@ -2672,12 +2667,12 @@ "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1937 + "author_account_age_days": 1938 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, @@ -2687,12 +2682,12 @@ "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-08-16 07:55:02", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, @@ -2712,27 +2707,27 @@ "https://github.com/lucafoscili/lf-nodes": { "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2453 + "author_account_age_days": 2454 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1952 + "author_account_age_days": 1953 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, @@ -2747,72 +2742,77 @@ "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 856 + "author_account_age_days": 857 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2224 + "author_account_age_days": 2225 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4833 + "author_account_age_days": 4834 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4164 + "author_account_age_days": 4165 + }, + "https://github.com/miabrahams/ComfyUI-WebAutomation": { + "stars": 0, + "last_update": "2025-08-17 16:12:39", + "author_account_age_days": 3838 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, @@ -2822,7 +2822,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, @@ -2832,12 +2832,12 @@ "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2820 + "author_account_age_days": 2821 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1599 + "author_account_age_days": 1600 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, @@ -2857,7 +2857,7 @@ "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, @@ -2872,12 +2872,12 @@ "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, @@ -2892,7 +2892,7 @@ "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3109 + "author_account_age_days": 3110 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, @@ -2912,12 +2912,12 @@ "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2297 + "author_account_age_days": 2298 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, @@ -2967,10 +2967,10 @@ "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3855 + "author_account_age_days": 3856 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { - "stars": 1, + "stars": 2, "last_update": "2024-01-16 18:16:41", "author_account_age_days": 5287 }, @@ -2982,27 +2982,27 @@ "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-08-13 13:40:54", - "author_account_age_days": 1705 + "author_account_age_days": 1706 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4757 + "author_account_age_days": 4758 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4448 + "author_account_age_days": 4449 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, @@ -3012,47 +3012,47 @@ "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4530 + "author_account_age_days": 4531 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2549 + "author_account_age_days": 2550 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, @@ -3062,22 +3062,22 @@ "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5542 + "author_account_age_days": 5543 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4306 + "author_account_age_days": 4307 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 9, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, @@ -3087,12 +3087,12 @@ "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 168 + "author_account_age_days": 169 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 482 + "author_account_age_days": 483 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, @@ -3102,7 +3102,7 @@ "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, @@ -3112,7 +3112,7 @@ "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, @@ -3122,12 +3122,12 @@ "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4406 + "author_account_age_days": 4407 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, @@ -3137,7 +3137,7 @@ "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, @@ -3147,12 +3147,12 @@ "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, @@ -3172,12 +3172,12 @@ "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5251 + "author_account_age_days": 5252 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, @@ -3187,7 +3187,7 @@ "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, @@ -3207,22 +3207,22 @@ "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2598 + "author_account_age_days": 2599 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, - "last_update": "2025-08-17 00:06:31", - "author_account_age_days": 5872 + "last_update": "2025-08-17 13:17:44", + "author_account_age_days": 5873 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, @@ -3232,7 +3232,7 @@ "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3904 + "author_account_age_days": 3905 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, @@ -3242,27 +3242,27 @@ "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4108 + "author_account_age_days": 4109 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5498 + "author_account_age_days": 5499 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, @@ -3277,57 +3277,57 @@ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3733 + "author_account_age_days": 3734 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shinich39/comfyui-textarea-is-shit": { "stars": 0, "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4380 + "author_account_age_days": 4381 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-15 10:09:40", - "author_account_age_days": 2561 + "author_account_age_days": 2562 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, @@ -3350,7 +3350,7 @@ "author_account_age_days": 5524 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { - "stars": 5, + "stars": 6, "last_update": "2025-03-17 06:45:58", "author_account_age_days": 773 }, @@ -3367,12 +3367,12 @@ "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, @@ -3387,27 +3387,27 @@ "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4079 + "author_account_age_days": 4080 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 74 + "author_account_age_days": 75 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, @@ -3417,7 +3417,7 @@ "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4502 + "author_account_age_days": 4503 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, @@ -3427,12 +3427,12 @@ "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, @@ -3442,42 +3442,42 @@ "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1294 + "author_account_age_days": 1295 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4543 + "author_account_age_days": 4544 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, @@ -3507,22 +3507,22 @@ "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, @@ -3532,22 +3532,22 @@ "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3285 + "author_account_age_days": 3286 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1370 + "author_account_age_days": 1371 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, @@ -3557,22 +3557,22 @@ "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5617 + "author_account_age_days": 5618 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1094 + "author_account_age_days": 1095 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, @@ -3582,7 +3582,7 @@ "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, @@ -3592,7 +3592,7 @@ "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, @@ -3607,7 +3607,7 @@ "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, @@ -3617,17 +3617,17 @@ "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1955 + "author_account_age_days": 1956 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, @@ -3637,7 +3637,7 @@ "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4009 + "author_account_age_days": 4010 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, @@ -3645,49 +3645,49 @@ "author_account_age_days": 111 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 141, + "stars": 143, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5458 + "author_account_age_days": 5459 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2146 + "author_account_age_days": 2147 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3194 + "author_account_age_days": 3195 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3902 + "author_account_age_days": 3903 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, @@ -3697,32 +3697,32 @@ "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4209 + "author_account_age_days": 4210 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4651 + "author_account_age_days": 4652 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5010 + "author_account_age_days": 5011 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, @@ -3737,32 +3737,32 @@ "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, @@ -3772,12 +3772,12 @@ "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5420 + "author_account_age_days": 5421 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, @@ -3787,7 +3787,7 @@ "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, "last_update": "2025-08-15 08:33:25", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, @@ -3797,7 +3797,7 @@ "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4053 + "author_account_age_days": 4054 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, @@ -3811,7 +3811,7 @@ }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-08-16 08:24:15", + "last_update": "2025-08-17 17:48:53", "author_account_age_days": 3981 }, "https://github.com/yanhuifair/comfyui-deepseek": { @@ -3827,17 +3827,17 @@ "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, @@ -3847,22 +3847,22 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2657 + "author_account_age_days": 2658 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2073 + "author_account_age_days": 2074 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, @@ -3887,7 +3887,7 @@ "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, @@ -3897,7 +3897,7 @@ "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5947 + "author_account_age_days": 5948 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 101989bb..8d62d97f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -34066,11 +34066,16 @@ "https://github.com/orex2121/comfyui-OreX": [ [ "IoNetVision", + "KontextPresetsOrex", + "OreX Image Save", + "flux-kontext-orexnodes", "orex IoNet Chat", "orex IoNet Vision", "orex IoNet Vision Url", + "orex Kontext Presets", "orex Load Image", "orex Load Image Batch", + "orex Load Image Batch Size", "orex Save Image" ], { From 109cc2133719e5fedf899db8a3f16a4f8305cc49 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Tue, 19 Aug 2025 07:48:17 +0900 Subject: [PATCH 24/35] update DB --- custom-node-list.json | 38 +- extension-node-map.json | 86 +- github-stats.json | 6361 +++++++++++++------------- node_db/dev/custom-node-list.json | 50 +- node_db/dev/extension-node-map.json | 41 +- node_db/dev/github-stats.json | 1561 +++---- node_db/legacy/custom-node-list.json | 20 + node_db/new/custom-node-list.json | 80 +- node_db/new/extension-node-map.json | 86 +- 9 files changed, 4302 insertions(+), 4021 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 11e7d98f..0e942cbe 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9689,13 +9689,13 @@ }, { "author": "shinich39", - "title": "comfyui-poor-textarea", - "reference": "https://github.com/shinich39/comfyui-poor-textarea", + "title": "comfyui-mtga", + "reference": "https://github.com/shinich39/comfyui-mtga", "files": [ - "https://github.com/shinich39/comfyui-poor-textarea" + "https://github.com/shinich39/comfyui-mtga" ], "install_type": "git-clone", - "description": "Add commentify, indentation, auto-close brackets in textarea." + "description": "Make Textarea Great Again" }, { "author": "wei30172", @@ -28804,6 +28804,16 @@ "install_type": "git-clone", "description": "Custom ComfyUI nodes used in Maxed Out workflows (SDXL, Flux, etc.)" }, + { + "author": "Maxed-Out-99", + "title": "ComfyUI-SmartModelLoaders-MXD", + "reference": "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD", + "files": [ + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD" + ], + "install_type": "git-clone", + "description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more." + }, { "author": "lucak5s", "title": "ComfyUI GFPGAN", @@ -31123,6 +31133,26 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that weights tags based on their frequency/rarity in danbooru" }, + { + "author": "routhakash", + "title": "AkkiNodes LLM Suite: Your Personal AI Film Studio", + "reference": "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI", + "files": [ + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "A suite of advanced ComfyUI custom nodes for a complete 'Script-to-Screen' workflow, powered by local LLMs." + }, + { + "author": "moonwhaler", + "title": "SeedVR2 Tiling Upscaler", + "reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler", + "files": [ + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching." + }, diff --git a/extension-node-map.json b/extension-node-map.json index 8d62d97f..f702218a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -158,6 +158,7 @@ "AILab_MaskPreview", "AILab_Preview", "AILab_ReferenceLatentMask", + "AILab_SDMatte", "BiRefNetRMBG", "BodySegment", "ClothesSegment", @@ -4034,7 +4035,7 @@ "Categorizer", "CollectAndDistributeText", "Coloring", - "ConditionalLoRAApplierCreepybits", + "ConditionalLoRAApplier", "CustomNodeManager", "DelayNode", "DelayTextNode", @@ -4282,9 +4283,11 @@ "https://github.com/DataCTE/prompt_injection": [ [ "AdvancedPromptInjection", + "AdvancedSD15PromptInjection", "PromptInjection", - "SVDPromptInjection", - "SimplePromptInjection" + "SD15PromptInjection", + "SimplePromptInjection", + "SimpleSD15PromptInjection" ], { "title_aux": "Prompt Injection Node for ComfyUI" @@ -4788,6 +4791,9 @@ "JsonPathQuery", "JsonPathQuerySingle", "JsonPathUpdate", + "LaplacianVariance", + "LogicAnd", + "LogicOr", "MaskToBBox", "MergeBBoxes", "ParseBBoxQwenVL", @@ -9249,6 +9255,18 @@ "title_aux": "ComfyUI-MaxedOut" } ], + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": [ + [ + "CLIPLoaderUnified", + "DualCLIPLoaderUnified", + "QuadrupleCLIPLoaderUnified", + "TripleCLIPLoaderUnified", + "UNETLoaderUnified" + ], + { + "title_aux": "ComfyUI-SmartModelLoaders-MXD" + } + ], "https://github.com/McKlinton2/comfyui-mcklinton-pack": [ [ "ColormaskNode", @@ -18999,7 +19017,6 @@ "Stack_condi", "Stack_latent", "Stack_pre_Mark", - "Stack_pre_Mark_easy", "Stack_sample_data", "Stack_text", "basicIn_Sampler", @@ -19065,6 +19082,7 @@ "create_mulcolor_img", "excel_Prompter", "excel_column_diff", + "excel_imgEditor_helper", "excel_insert_image", "excel_qwen_artistic", "excel_qwen_font", @@ -22896,8 +22914,11 @@ "VaceAdvancedModelPatch", "VaceStrengthTester", "WanVacePhantomDual", + "WanVacePhantomDualV2", "WanVacePhantomExperimental", + "WanVacePhantomExperimentalV2", "WanVacePhantomSimple", + "WanVacePhantomSimpleV2", "WanVaceToVideoLatent" ], { @@ -27687,8 +27708,12 @@ ], "https://github.com/jqy-yo/comfyui-gemini-nodes": [ [ + "GeminiFieldExtractor", "GeminiImageEditor", "GeminiImageGenADV", + "GeminiJSONExtractor", + "GeminiJSONParser", + "GeminiStructuredOutput", "GeminiTextAPI", "GeminiVideoCaptioner" ], @@ -28935,6 +28960,7 @@ "LoadAndResizeImage", "LoadImagesFromFolderKJ", "LoadResAdapterNormalization", + "LoadVideosFromFolder", "LoraExtractKJ", "MaskBatchMulti", "MaskOrImageToWeight", @@ -32843,6 +32869,14 @@ "title_aux": "ComfyUI_BiRefNet_Universal" } ], + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": [ + [ + "SeedVR2TilingUpscaler" + ], + { + "title_aux": "SeedVR2 Tiling Upscaler" + } + ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "CheckPointLoaderSimpleFromString", @@ -35851,6 +35885,42 @@ "title_aux": "Mesh Simplifier for ComfyUI" } ], + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": [ + [ + "AICharacterLookdevBible-Akki", + "AICinematographer_Akki", + "AIQCSupervisor-Akki", + "AISceneChoreographerBible-Akki", + "AIScriptCrafter01FoundationBible-Akki", + "AIScriptCrafter02BeatSheetBible-Akki", + "AIScriptCrafter03ScreenplayBible-Akki", + "AISetLookdevBible-Akki", + "AIShotDurationCalculator-Akki", + "AIVideoPromptEngineerPro-Akki", + "AssetSelector-Akki", + "GenericFileLoader-Akki", + "GenericFileSaver-Akki", + "GenericImageLoader-Akki", + "GenericImageNamer-Akki", + "KeywordLoader-Akki", + "LLMLoader-Akki", + "LLMLoaderLMStudio-Akki", + "LoadTextFileAdvanced-Akki", + "LoadTextFileSimple-Akki", + "LookdevBibleLoader-Akki", + "ProShotListParser-Akki", + "ProjectDirector-Akki", + "SaveTextFile-Akki", + "SceneChoreographyLoader-Akki", + "ShotAssetLoader-Akki", + "ShotSelector-Akki", + "StoryWriter-Akki", + "VideoPromptLoader-Akki" + ], + { + "title_aux": "AkkiNodes LLM Suite: Your Personal AI Film Studio" + } + ], "https://github.com/royceschultz/ComfyUI-Notifications": [ [ "Notif-PlaySound", @@ -37099,6 +37169,7 @@ "https://github.com/slvslvslv/ComfyUI-SmartImageTools": [ [ "SmartBackgroundRemove", + "SmartDrawPoints", "SmartGenerateImage", "SmartImagePaletteConvert", "SmartImagePaletteExtract", @@ -41188,10 +41259,13 @@ "KY_BBoxesToSAM2", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", + "KY_ImageCropByBBox", + "KY_JSONToBBox", "KY_JoinToString", "KY_LoadImageFrom", "KY_LoadImagesFromFolder", "KY_MathExpression", + "KY_MergeToJSON", "KY_OpenAICaptionImage", "KY_OpenAICaptionImages", "KY_OpenAIChat", @@ -41199,7 +41273,9 @@ "KY_RegexExtractor", "KY_RegexReplace", "KY_SaveImageToPath", - "KY_isNone" + "KY_isNone", + "KY_restoreBBox", + "KY_toBBox" ], { "title_aux": "ComfyUI-KYNode" diff --git a/github-stats.json b/github-stats.json index 70eef31f..1b9be10c 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,637 +2,637 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 51, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 54, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1255, - "last_update": "2025-08-12 16:37:51", - "author_account_age_days": 871 + "stars": 1259, + "last_update": "2025-08-18 20:50:39", + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 110, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2302 + "author_account_age_days": 2303 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1343, + "stars": 1344, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 61, + "stars": 62, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 86, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-16 14:12:49", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1338 + "author_account_age_days": 1339 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2423 + "author_account_age_days": 2424 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 5, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { - "stars": 39, + "stars": 40, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 522 + "author_account_age_days": 523 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 611 + "author_account_age_days": 612 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2415, - "last_update": "2025-08-15 12:36:47", - "author_account_age_days": 430 + "stars": 2421, + "last_update": "2025-08-18 06:57:53", + "author_account_age_days": 431 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3886 + "author_account_age_days": 3887 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { - "stars": 88, + "stars": 89, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 243, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 25, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 161, + "stars": 162, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2308, + "stars": 2309, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { - "stars": 349, + "stars": 350, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { - "stars": 105, + "stars": 106, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3302 + "author_account_age_days": 3303 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/ALatentPlace/YANC_LMStudio": { - "stars": 13, + "stars": 14, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, @@ -652,807 +652,807 @@ "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1945 + "author_account_age_days": 1946 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 295, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/Acly/comfyui-tooling-nodes": { "stars": 534, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1228 + "author_account_age_days": 1229 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2172 + "author_account_age_days": 2173 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, "last_update": "2025-08-16 08:54:08", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1326, "last_update": "2025-08-16 10:19:08", - "author_account_age_days": 3119 + "author_account_age_days": 3120 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2540 + "author_account_age_days": 2541 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2304 + "author_account_age_days": 2305 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5631 + "author_account_age_days": 5632 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1240 + "author_account_age_days": 1241 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3368 + "author_account_age_days": 3369 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 15, "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3260 + "author_account_age_days": 3261 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 142, "last_update": "2025-08-14 13:04:50", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { "stars": 1, - "last_update": "2025-08-17 16:06:46", - "author_account_age_days": 3310 + "last_update": "2025-08-18 21:48:17", + "author_account_age_days": 3311 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 915 + "author_account_age_days": 916 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3656 + "author_account_age_days": 3657 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 436, + "stars": 437, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1725 + "author_account_age_days": 1726 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3426 + "author_account_age_days": 3427 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/BennyKok/comfyui-deploy": { - "stars": 1392, + "stars": 1393, "last_update": "2025-08-17 16:19:57", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 389, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 897 + "author_account_age_days": 898 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 5, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 101, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5244 + "author_account_age_days": 5245 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3332 + "author_account_age_days": 3333 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3332 + "author_account_age_days": 3333 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 385 + "author_account_age_days": 386 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 13, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 70, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 220, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 3, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 80, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 622, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 23, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 34, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 135, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 6, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 94, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 668 + "author_account_age_days": 669 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { - "stars": 250, + "stars": 251, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 74, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { - "stars": 40, + "stars": 41, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5516 + "author_account_age_days": 5517 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 0, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2865 + "author_account_age_days": 2866 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 240, + "stars": 241, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 518, + "stars": 526, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { - "stars": 88, + "stars": 89, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 36, + "stars": 37, "last_update": "2025-08-15 02:22:24", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, "last_update": "2025-08-17 00:49:57", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 37, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4842 + "author_account_age_days": 4843 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4074 + "author_account_age_days": 4075 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, - "last_update": "2025-08-03 01:14:40", - "author_account_age_days": 2026 + "last_update": "2025-08-18 16:56:27", + "author_account_age_days": 2027 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, @@ -1467,522 +1467,522 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1521 + "author_account_age_days": 1522 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5577 + "author_account_age_days": 5578 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, - "last_update": "2025-08-16 06:59:08", - "author_account_age_days": 3130 + "last_update": "2025-08-18 06:04:59", + "author_account_age_days": 3131 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, - "last_update": "2025-08-16 06:59:08", - "author_account_age_days": 3130 + "last_update": "2025-08-18 06:04:59", + "author_account_age_days": 3131 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1024 + "author_account_age_days": 1025 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4708 + "author_account_age_days": 4709 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4003 + "author_account_age_days": 4004 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3896 + "author_account_age_days": 3897 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, - "last_update": "2024-06-21 12:56:43", - "author_account_age_days": 1197 + "last_update": "2025-08-18 13:18:24", + "author_account_age_days": 1198 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4634 + "author_account_age_days": 4635 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { "stars": 6, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 420, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 18, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 6, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 141 + "author_account_age_days": 142 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 335, + "stars": 337, "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5414 + "author_account_age_days": 5415 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 365 + "author_account_age_days": 366 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, - "last_update": "2025-08-17 13:52:45", - "author_account_age_days": 3152 + "last_update": "2025-08-18 12:20:10", + "author_account_age_days": 3153 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 51, + "stars": 52, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5136 + "author_account_age_days": 5137 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1562 + "author_account_age_days": 1563 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3039 + "author_account_age_days": 3040 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 229, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2008 + "author_account_age_days": 2009 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { - "stars": 6, + "stars": 5, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 388 + "author_account_age_days": 389 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 38, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 611, + "stars": 612, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-08-14 08:00:07", - "author_account_age_days": 7 + "author_account_age_days": 8 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 417, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 207, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 51, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 776, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 205, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3279, + "stars": 3283, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3303 + "author_account_age_days": 3304 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3174 + "author_account_age_days": 3175 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 16, "last_update": "2025-08-17 04:02:31", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3166 + "author_account_age_days": 3167 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, @@ -1992,327 +1992,327 @@ "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-17 23:28:50", - "author_account_age_days": 1922 + "last_update": "2025-08-18 21:57:17", + "author_account_age_days": 1923 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { - "stars": 4, + "stars": 5, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2100 + "author_account_age_days": 2101 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 34, + "stars": 35, "last_update": "2025-08-15 03:25:07", - "author_account_age_days": 1829 + "author_account_age_days": 1830 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 4, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4036 + "author_account_age_days": 4037 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2588 + "author_account_age_days": 2589 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 34, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1089 + "author_account_age_days": 1090 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5351 + "author_account_age_days": 5352 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 725, + "stars": 727, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1539 + "author_account_age_days": 1540 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2829 + "author_account_age_days": 2830 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3364 + "author_account_age_days": 3365 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2503 + "author_account_age_days": 2504 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { - "stars": 5, + "stars": 6, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 85, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { - "stars": 10, + "stars": 11, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 138, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 80, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 60, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 248 + "author_account_age_days": 249 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, "last_update": "2025-08-16 04:57:17", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 1, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1419 + "author_account_age_days": 1420 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, @@ -2322,632 +2322,632 @@ "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2657 + "author_account_age_days": 2658 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4394 + "author_account_age_days": 4395 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4747 + "author_account_age_days": 4748 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2117 + "author_account_age_days": 2118 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2589 + "author_account_age_days": 2590 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-17 11:51:05", - "author_account_age_days": 4162 + "author_account_age_days": 4163 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1054 + "author_account_age_days": 1055 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1030 + "author_account_age_days": 1031 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 39, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5900 + "author_account_age_days": 5901 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2148 + "author_account_age_days": 2149 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4128 + "author_account_age_days": 4129 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2649 + "author_account_age_days": 2650 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1972 + "author_account_age_days": 1973 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4598 + "author_account_age_days": 4599 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4242 + "author_account_age_days": 4243 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3049 + "author_account_age_days": 3050 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4329 + "author_account_age_days": 4330 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 115, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 115, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2986 + "author_account_age_days": 2987 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 81, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 978 + "author_account_age_days": 979 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4098 + "author_account_age_days": 4099 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 470 + "author_account_age_days": 471 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1267 + "author_account_age_days": 1268 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 15, + "stars": 16, "last_update": "2025-08-16 20:20:30", - "author_account_age_days": 4800 + "author_account_age_days": 4801 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 776, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3774 + "author_account_age_days": 3775 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 34, + "stars": 35, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3589 + "author_account_age_days": 3590 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 300 + "author_account_age_days": 301 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3190 + "author_account_age_days": 3191 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4550 + "author_account_age_days": 4551 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4550 + "author_account_age_days": 4551 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1333 + "author_account_age_days": 1334 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { - "stars": 18, + "stars": 19, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5021 + "author_account_age_days": 5022 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { - "stars": 500, + "stars": 503, "last_update": "2025-08-16 15:43:32", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { - "stars": 212, + "stars": 213, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 853, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 3241, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 1157, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5987 + "author_account_age_days": 5988 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 930 + "author_account_age_days": 931 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 136, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2198 + "author_account_age_days": 2199 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, @@ -2957,107 +2957,107 @@ "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 153, + "stars": 154, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { "stars": 164, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 220, + "stars": 223, "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2908 + "author_account_age_days": 2909 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 6, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 320 + "author_account_age_days": 321 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 496, + "stars": 497, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3287 + "author_account_age_days": 3288 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 134, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3789 + "author_account_age_days": 3790 }, "https://github.com/Lerc/canvas_tab": { "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5787 + "author_account_age_days": 5788 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 16, @@ -3072,462 +3072,467 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 0, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3021 + "author_account_age_days": 3022 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3821 + "author_account_age_days": 3822 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2314, + "stars": 2315, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4610 + "author_account_age_days": 4611 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2860 + "author_account_age_days": 2861 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { "stars": 37, "last_update": "2025-08-17 19:34:00", - "author_account_age_days": 4638 + "author_account_age_days": 4639 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4638 + "author_account_age_days": 4639 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 95, + "stars": 96, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 46, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/M1kep/KepPromptLang": { - "stars": 6, + "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2069 + "author_account_age_days": 2070 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, "last_update": "2025-08-17 14:18:17", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 11, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 801 + "author_account_age_days": 802 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5389 + "author_account_age_days": 5390 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1842 + "author_account_age_days": 1843 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2650 + "author_account_age_days": 2651 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2052 + "author_account_age_days": 2053 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2052 + "author_account_age_days": 2053 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1127 + "author_account_age_days": 1128 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4000 + "author_account_age_days": 4001 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", "author_account_age_days": 100 }, + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { + "stars": 0, + "last_update": "2025-08-18 06:00:05", + "author_account_age_days": 100 + }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5751 + "author_account_age_days": 5752 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1668 + "author_account_age_days": 1669 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 91, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 106, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { - "stars": 335, + "stars": 336, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 30, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4387 + "author_account_age_days": 4388 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3344 + "author_account_age_days": 3345 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 170, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 49, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 323, + "stars": 324, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 158, + "stars": 159, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 406 + "author_account_age_days": 407 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3537,67 +3542,67 @@ "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3317, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 551, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4010 + "author_account_age_days": 4011 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4010 + "author_account_age_days": 4011 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3464 + "author_account_age_days": 3465 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, - "last_update": "2025-08-17 05:33:40", - "author_account_age_days": 2673 + "last_update": "2025-08-18 11:07:43", + "author_account_age_days": 2674 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { - "stars": 45, + "stars": 46, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, @@ -3612,1452 +3617,1452 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4708 + "author_account_age_days": 4709 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 513 + "author_account_age_days": 514 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 24, "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 946 + "author_account_age_days": 947 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1364 + "author_account_age_days": 1365 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5569 + "author_account_age_days": 5570 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1197, + "stars": 1199, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1461 + "author_account_age_days": 1462 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3239 + "author_account_age_days": 3240 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 226, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 30, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2545 + "author_account_age_days": 2546 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { - "stars": 0, + "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2084 + "author_account_age_days": 2085 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2307 + "author_account_age_days": 2308 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { - "stars": 56, + "stars": 57, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5189 + "author_account_age_days": 5190 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2262 + "author_account_age_days": 2263 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5645 + "author_account_age_days": 5646 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2970 + "author_account_age_days": 2971 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3811 + "author_account_age_days": 3812 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2475, + "stars": 2476, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3861 + "author_account_age_days": 3862 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, - "last_update": "2025-08-14 19:18:27", - "author_account_age_days": 3861 + "last_update": "2025-08-18 19:47:38", + "author_account_age_days": 3862 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 2, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 217 + "author_account_age_days": 218 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 7, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 16, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2494 + "author_account_age_days": 2495 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 10, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, "last_update": "2025-08-15 17:55:45", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1167 + "author_account_age_days": 1168 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 109, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 175, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { - "stars": 77, + "stars": 78, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4117 + "author_account_age_days": 4118 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 422, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1862 + "author_account_age_days": 1863 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { "stars": 18, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3615 + "author_account_age_days": 3616 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 14, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { - "stars": 157, + "stars": 158, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 56, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 115, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 853, + "stars": 852, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5304 + "author_account_age_days": 5305 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3816 + "author_account_age_days": 3817 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 426, + "stars": 427, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1716 + "author_account_age_days": 1717 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 18, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { - "stars": 28, + "stars": 29, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 883, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 13, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 27, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { - "stars": 87, + "stars": 88, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 71, + "stars": 72, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2957 + "author_account_age_days": 2958 }, "https://github.com/Siberpone/lazy-pony-prompter": { - "stars": 43, + "stars": 44, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 129 + "author_account_age_days": 130 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2331 + "author_account_age_days": 2332 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-08-17 08:53:52", - "author_account_age_days": 3971 + "author_account_age_days": 3972 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2595 + "author_account_age_days": 2596 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 247, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { - "stars": 24, + "stars": 30, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 499 + "author_account_age_days": 500 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { - "stars": 16, + "stars": 17, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2361 + "author_account_age_days": 2362 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 230, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-15 06:44:08", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 58, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/Steudio/ComfyUI_Steudio": { - "stars": 82, + "stars": 83, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 287 + "author_account_age_days": 288 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 969, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2569 + "author_account_age_days": 2570 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 815 + "author_account_age_days": 816 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 86, + "stars": 87, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1961 + "author_account_age_days": 1962 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 539 + "author_account_age_days": 540 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 206, + "stars": 207, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 118, + "stars": 119, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 743, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3986 + "author_account_age_days": 3987 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3637 + "author_account_age_days": 3638 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1288 + "author_account_age_days": 1289 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 383, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { - "stars": 139, + "stars": 141, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 345 + "author_account_age_days": 346 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 819 + "author_account_age_days": 820 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 156 + "author_account_age_days": 157 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1499 + "author_account_age_days": 1500 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1354 + "author_account_age_days": 1355 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, @@ -5065,29 +5070,29 @@ "author_account_age_days": 420 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { - "stars": 540, + "stars": 541, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1040 + "author_account_age_days": 1041 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3089 + "author_account_age_days": 3090 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 167, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, @@ -5097,237 +5102,237 @@ "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1138 + "author_account_age_days": 1139 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 245, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5341 + "author_account_age_days": 5342 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1705 + "author_account_age_days": 1706 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 638 + "author_account_age_days": 639 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 296, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 661 + "author_account_age_days": 662 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5765 + "author_account_age_days": 5766 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5258 + "author_account_age_days": 5259 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 17, - "last_update": "2025-08-11 20:38:13", - "author_account_age_days": 536 + "last_update": "2025-08-18 20:13:06", + "author_account_age_days": 537 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, "last_update": "2025-08-15 20:18:38", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2631 + "author_account_age_days": 2632 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3042 + "author_account_age_days": 3043 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { - "stars": 23, + "stars": 24, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 76, - "last_update": "2025-08-17 09:24:48", - "author_account_age_days": 1712 + "stars": 87, + "last_update": "2025-08-18 04:12:59", + "author_account_age_days": 1713 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 26, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1582 + "author_account_age_days": 1583 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1615, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5337,515 +5342,515 @@ "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 356 + "author_account_age_days": 357 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 194, + "stars": 195, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2193 + "author_account_age_days": 2194 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4744 + "author_account_age_days": 4745 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { - "stars": 220, + "stars": 221, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1233 + "author_account_age_days": 1234 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1996 + "author_account_age_days": 1997 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, "last_update": "2025-08-17 21:24:26", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1205 + "author_account_age_days": 1206 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 17, + "stars": 18, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 6, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { - "stars": 20, + "stars": 21, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 519, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { - "stars": 1429, + "stars": 1428, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 760, + "stars": 762, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { - "stars": 1759, + "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5959 + "author_account_age_days": 5960 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 215, + "stars": 216, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5040 + "author_account_age_days": 5041 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { - "stars": 38, + "stars": 39, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5221 + "author_account_age_days": 5222 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4247 + "author_account_age_days": 4248 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5436 + "author_account_age_days": 5437 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/aegis72/aegisflow_utility_nodes": { - "stars": 35, + "stars": 36, "last_update": "2024-10-03 11:11:39", "author_account_age_days": 1003 }, @@ -5857,167 +5862,167 @@ "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4415 + "author_account_age_days": 4416 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { - "stars": 130, + "stars": 131, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 110, - "last_update": "2025-08-17 23:01:49", - "author_account_age_days": 323 + "last_update": "2025-08-18 02:52:53", + "author_account_age_days": 324 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1288, + "stars": 1301, "last_update": "2025-08-13 11:20:11", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 47, + "stars": 51, "last_update": "2025-08-14 06:08:02", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 231, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 306, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3909 + "author_account_age_days": 3910 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, @@ -6027,217 +6032,217 @@ "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1616 + "author_account_age_days": 1617 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 82, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4006 + "author_account_age_days": 4007 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5434 + "author_account_age_days": 5435 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5434 + "author_account_age_days": 5435 }, "https://github.com/alexisrolland/ComfyUI-Blender": { - "stars": 26, - "last_update": "2025-08-15 09:02:43", - "author_account_age_days": 3705 + "stars": 27, + "last_update": "2025-08-18 15:23:56", + "author_account_age_days": 3706 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 116, "last_update": "2025-08-17 16:50:59", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1264, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 83, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { - "stars": 105, + "stars": 104, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2413 + "author_account_age_days": 2414 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3372 + "author_account_age_days": 3373 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6212 + "author_account_age_days": 6213 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2248 + "author_account_age_days": 2249 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2169 + "author_account_age_days": 2170 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6167 + "author_account_age_days": 6168 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { - "stars": 76, + "stars": 77, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3953 + "author_account_age_days": 3954 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 312, "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, @@ -6247,82 +6252,82 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3446 + "author_account_age_days": 3447 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { - "stars": 147, + "stars": 148, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2767 + "author_account_age_days": 2768 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4043 + "author_account_age_days": 4044 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 123 + "author_account_age_days": 124 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3978 + "author_account_age_days": 3979 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6332,7 +6337,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2164 + "author_account_age_days": 2165 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6347,592 +6352,592 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 83, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5782 + "author_account_age_days": 5783 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/banodoco/steerable-motion": { "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2718 + "author_account_age_days": 2719 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4546 + "author_account_age_days": 4547 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 107, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 44 + "author_account_age_days": 45 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3384 + "author_account_age_days": 3385 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 71, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 29, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4887 + "author_account_age_days": 4888 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3095 + "author_account_age_days": 3096 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 161, + "stars": 164, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { - "stars": 54, + "stars": 55, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 120, + "stars": 121, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { - "stars": 15, + "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 119, + "stars": 121, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 138, + "stars": 139, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/billwuhao/Comfyui_HeyGem": { "stars": 102, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 476 + "author_account_age_days": 477 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 115, "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2756 + "author_account_age_days": 2757 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4986 + "author_account_age_days": 4987 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5164 + "author_account_age_days": 5165 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3833 + "author_account_age_days": 3834 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4978 + "author_account_age_days": 4979 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4022 + "author_account_age_days": 4023 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5574 + "author_account_age_days": 5575 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2785 + "author_account_age_days": 2786 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5105 + "author_account_age_days": 5106 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5105 + "author_account_age_days": 5106 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5064 + "author_account_age_days": 5065 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5064 + "author_account_age_days": 5065 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5064 + "author_account_age_days": 5065 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 400, + "stars": 403, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 252, + "stars": 255, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 384, + "stars": 386, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4507 + "author_account_age_days": 4508 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/calcuis/gguf": { "stars": 104, "last_update": "2025-08-14 11:39:01", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3722 + "author_account_age_days": 3723 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3722 + "author_account_age_days": 3723 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 158, - "last_update": "2025-08-13 14:30:13", - "author_account_age_days": 823 + "stars": 161, + "last_update": "2025-08-18 16:04:21", + "author_account_age_days": 824 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 4, @@ -6957,532 +6962,532 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 3, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1884 + "author_account_age_days": 1885 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1572 + "author_account_age_days": 1573 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4255 + "author_account_age_days": 4256 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4255 + "author_account_age_days": 4256 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1612 + "author_account_age_days": 1613 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 273, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 159, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 107, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, - "last_update": "2025-07-18 19:21:57", - "author_account_age_days": 3035 + "last_update": "2025-08-18 21:40:21", + "author_account_age_days": 3036 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 271, + "stars": 274, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 26, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3834 + "author_account_age_days": 3835 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 356, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { - "stars": 52, + "stars": 53, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2510, + "stars": 2511, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 445, + "stars": 446, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 111, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5942 + "author_account_age_days": 5943 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 645 + "author_account_age_days": 646 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2139 + "author_account_age_days": 2140 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/chrisgoringe/cg-image-filter": { - "stars": 76, + "stars": 77, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 773, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4484 + "author_account_age_days": 4485 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2474 + "author_account_age_days": 2475 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 279, + "stars": 281, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5790 + "author_account_age_days": 5791 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2376, + "stars": 2382, "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/SD-Latent-Interposer": { "stars": 299, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 161, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/civitai/civitai_comfy_nodes": { - "stars": 149, + "stars": 148, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1018 + "author_account_age_days": 1019 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3120 + "author_account_age_days": 3121 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2522 + "author_account_age_days": 2523 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2012 + "author_account_age_days": 2013 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7492,747 +7497,747 @@ "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4965 + "author_account_age_days": 4966 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5903 + "author_account_age_days": 5904 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 593 + "author_account_age_days": 594 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, - "last_update": "2025-08-03 16:51:45", - "author_account_age_days": 27 + "last_update": "2025-08-18 16:09:16", + "author_account_age_days": 28 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3217 + "author_account_age_days": 3218 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6268 + "author_account_age_days": 6269 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-14 13:42:42", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85740, - "last_update": "2025-08-17 23:03:03", - "author_account_age_days": 968 + "stars": 85841, + "last_update": "2025-08-18 22:04:50", + "author_account_age_days": 969 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, - "last_update": "2025-08-04 07:28:14", - "author_account_age_days": 238 + "last_update": "2025-08-18 02:02:44", + "author_account_age_days": 239 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 192 + "author_account_age_days": 193 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5028 + "author_account_age_days": 5029 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5082 + "author_account_age_days": 5083 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3475 + "author_account_age_days": 3476 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3475 + "author_account_age_days": 3476 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3361 + "author_account_age_days": 3362 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/cozymantis/human-parser-comfyui-node": { - "stars": 108, + "stars": 109, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { - "stars": 82, + "stars": 83, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1371, + "stars": 1372, "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 886 + "author_account_age_days": 887 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 477, + "stars": 478, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5387, + "stars": 5388, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1695, + "stars": 1696, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cubiq/ComfyUI_essentials": { "stars": 915, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 880, + "stars": 881, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2349 + "author_account_age_days": 2350 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 39, "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 260, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3806 + "author_account_age_days": 3807 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 809 + "author_account_age_days": 810 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 60, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3771 + "author_account_age_days": 3772 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3771 + "author_account_age_days": 3772 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5743 + "author_account_age_days": 5744 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4848 + "author_account_age_days": 4849 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4884 + "author_account_age_days": 4885 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5132 + "author_account_age_days": 5133 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4955 + "author_account_age_days": 4956 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 146, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4955 + "author_account_age_days": 4956 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5715 + "author_account_age_days": 5716 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5715 + "author_account_age_days": 5716 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6393 + "author_account_age_days": 6394 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6393 + "author_account_age_days": 6394 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 555, + "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1054 + "author_account_age_days": 1055 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4410 + "author_account_age_days": 4411 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4784 + "author_account_age_days": 4785 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 315, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3834 + "author_account_age_days": 3835 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 13, "last_update": "2025-08-16 20:06:28", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5190 + "author_account_age_days": 5191 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 765 + "author_account_age_days": 766 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1889 + "author_account_age_days": 1890 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 368, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4703 + "author_account_age_days": 4704 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2269 + "author_account_age_days": 2270 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1010 + "author_account_age_days": 1011 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4189 + "author_account_age_days": 4190 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { - "stars": 7, - "last_update": "2025-08-17 00:59:25", + "stars": 9, + "last_update": "2025-08-18 16:13:30", "author_account_age_days": 3471 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3631 + "author_account_age_days": 3632 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3434 + "author_account_age_days": 3435 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, "last_update": "2025-06-06 21:59:50", - "author_account_age_days": 101 + "author_account_age_days": 102 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5223 + "author_account_age_days": 5224 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2477 + "author_account_age_days": 2478 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2872 + "author_account_age_days": 2873 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2493 + "author_account_age_days": 2494 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2942 + "author_account_age_days": 2943 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 27, + "stars": 30, "last_update": "2025-08-16 11:24:55", - "author_account_age_days": 3852 + "author_account_age_days": 3853 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 353 + "author_account_age_days": 354 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 14, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { - "stars": 217, + "stars": 220, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2353 + "author_account_age_days": 2354 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5356 + "author_account_age_days": 5357 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 4, @@ -8242,892 +8247,892 @@ "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 11, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3783 + "author_account_age_days": 3784 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 981 + "author_account_age_days": 982 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 4, + "stars": 6, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1468 + "author_account_age_days": 1469 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5463 + "author_account_age_days": 5464 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5463 + "author_account_age_days": 5464 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5463 + "author_account_age_days": 5464 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 168, + "stars": 169, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 152, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 432, "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3728 + "author_account_age_days": 3729 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1100, + "stars": 1101, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 282, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 90, + "stars": 98, "last_update": "2025-08-17 06:24:00", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5279 + "author_account_age_days": 5280 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3914 + "author_account_age_days": 3915 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4041 + "author_account_age_days": 4042 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5527 + "author_account_age_days": 5528 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { - "stars": 76, + "stars": 75, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5527 + "author_account_age_days": 5528 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5527 + "author_account_age_days": 5528 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5527 + "author_account_age_days": 5528 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2740 + "author_account_age_days": 2741 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 88, + "stars": 90, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2503 + "author_account_age_days": 2504 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 51, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2577 + "author_account_age_days": 2578 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 81, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 788 + "author_account_age_days": 789 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4413 + "author_account_age_days": 4414 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 8, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5371 + "author_account_age_days": 5372 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4278 + "author_account_age_days": 4279 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 286, + "stars": 287, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4657 + "author_account_age_days": 4658 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5418 + "author_account_age_days": 5419 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2917 + "author_account_age_days": 2918 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, - "last_update": "2024-11-25 12:37:14", - "author_account_age_days": 993 + "last_update": "2025-08-18 08:00:38", + "author_account_age_days": 994 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 518, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1477 + "author_account_age_days": 1478 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1995 + "author_account_age_days": 1996 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4688 + "author_account_age_days": 4689 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4688 + "author_account_age_days": 4689 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 242 + "author_account_age_days": 243 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 940 + "author_account_age_days": 941 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 152, + "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-17 14:11:57", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5256 + "author_account_age_days": 5257 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 1998, - "last_update": "2025-08-17 14:00:03", - "author_account_age_days": 661 + "stars": 2006, + "last_update": "2025-08-18 21:44:57", + "author_account_age_days": 662 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { - "stars": 2, + "stars": 3, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2336 + "author_account_age_days": 2337 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 143, + "stars": 142, "last_update": "2025-08-15 02:17:35", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4583 + "author_account_age_days": 4584 }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1860, "last_update": "2025-08-16 12:00:49", - "author_account_age_days": 3314 + "author_account_age_days": 3315 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3314 + "author_account_age_days": 3315 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 206, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5531 + "author_account_age_days": 5532 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 6, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 0, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5062 + "author_account_age_days": 5063 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5051 + "author_account_age_days": 5052 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 433, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1715, + "stars": 1714, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 108, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 137, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6060 + "author_account_age_days": 6061 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1785 + "author_account_age_days": 1786 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1346 + "author_account_age_days": 1347 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3530 + "author_account_age_days": 3531 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 159 + "author_account_age_days": 160 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3439 + "author_account_age_days": 3440 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, @@ -9137,72 +9142,72 @@ "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5711 + "author_account_age_days": 5712 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 665, + "stars": 666, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, @@ -9212,162 +9217,162 @@ "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3281 + "author_account_age_days": 3282 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 163 + "author_account_age_days": 164 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 563 + "author_account_age_days": 564 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3305 + "author_account_age_days": 3306 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 80, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { - "stars": 50, + "stars": 51, "last_update": "2025-08-15 16:33:27", - "author_account_age_days": 4179 + "author_account_age_days": 4180 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, "last_update": "2025-08-16 06:10:48", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 118, + "stars": 119, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4798 + "author_account_age_days": 4799 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 185, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 186 + "author_account_age_days": 187 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, @@ -9380,99 +9385,99 @@ "author_account_age_days": 2753 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { - "stars": 149, + "stars": 150, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1318 + "author_account_age_days": 1319 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3456 + "author_account_age_days": 3457 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3549 + "author_account_age_days": 3550 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 290, + "stars": 289, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1705 + "author_account_age_days": 1706 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4996 + "author_account_age_days": 4997 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2484 + "author_account_age_days": 2485 }, "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4631 + "author_account_age_days": 4632 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5016 + "author_account_age_days": 5017 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 619, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5217 + "author_account_age_days": 5218 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9482,552 +9487,552 @@ "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, - "last_update": "2025-08-05 10:33:35", - "author_account_age_days": 460 + "last_update": "2025-08-18 09:41:32", + "author_account_age_days": 461 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2283 + "author_account_age_days": 2284 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4349 + "author_account_age_days": 4350 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 28, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 99, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 65, - "last_update": "2025-08-14 04:38:07", - "author_account_age_days": 5172 + "stars": 68, + "last_update": "2025-08-18 12:23:20", + "author_account_age_days": 5173 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 43, + "stars": 44, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 7, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 448, + "stars": 450, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-15 18:24:51", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-08-15 18:20:24", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, "last_update": "2025-08-15 18:15:31", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, - "last_update": "2025-08-16 18:08:24", - "author_account_age_days": 169 + "last_update": "2025-08-18 04:21:23", + "author_account_age_days": 170 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-15 18:31:50", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { "stars": 414, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3126 + "author_account_age_days": 3127 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3894 + "author_account_age_days": 3895 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1686 + "author_account_age_days": 1687 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 146 + "author_account_age_days": 147 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5101 + "author_account_age_days": 5102 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2848 + "author_account_age_days": 2849 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2031 + "author_account_age_days": 2032 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5954 + "author_account_age_days": 5955 }, "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4305 + "author_account_age_days": 4306 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3076 + "author_account_age_days": 3077 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1147 + "author_account_age_days": 1148 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5308 + "author_account_age_days": 5309 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1378 + "author_account_age_days": 1379 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { - "stars": 345, + "stars": 346, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1381, + "stars": 1386, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 1006, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2521, + "stars": 2520, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-IC-Light": { "stars": 1082, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1645, - "last_update": "2025-08-15 09:46:05", - "author_account_age_days": 2602 + "stars": 1648, + "last_update": "2025-08-18 08:55:28", + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 231, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { "stars": 2046, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 548, + "stars": 549, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 503, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 2061, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4028, - "last_update": "2025-08-17 16:33:24", - "author_account_age_days": 2602 + "stars": 4048, + "last_update": "2025-08-18 22:04:27", + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 1015, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/kk8bit/KayTool": { "stars": 195, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -10037,1077 +10042,1077 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2228 + "author_account_age_days": 2229 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3468 + "author_account_age_days": 3469 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 62 + "author_account_age_days": 63 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { - "stars": 0, + "stars": 1, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1720 + "author_account_age_days": 1721 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2698 + "author_account_age_days": 2699 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1986 + "author_account_age_days": 1987 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2939 + "author_account_age_days": 2940 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1037 + "author_account_age_days": 1038 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1360 + "author_account_age_days": 1361 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2076 + "author_account_age_days": 2077 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 78, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3495 + "author_account_age_days": 3496 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3129 + "author_account_age_days": 3130 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2289 + "author_account_age_days": 2290 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4724 + "author_account_age_days": 4725 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4478 + "author_account_age_days": 4479 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3530 + "author_account_age_days": 3531 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3530 + "author_account_age_days": 3531 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3329 + "author_account_age_days": 3330 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 844 + "author_account_age_days": 845 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1155 + "author_account_age_days": 1156 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 606 + "author_account_age_days": 607 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4466 + "author_account_age_days": 4467 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 99, + "stars": 100, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, - "last_update": "2025-08-13 11:10:01", - "author_account_age_days": 3126 + "last_update": "2025-08-18 15:17:34", + "author_account_age_days": 3127 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2883 + "author_account_age_days": 2884 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { - "stars": 111, + "stars": 110, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 409, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2512 + "author_account_age_days": 2513 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { - "stars": 116, + "stars": 115, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1365, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 308 + "author_account_age_days": 309 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 788, + "stars": 789, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 41, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2631, + "stars": 2634, "last_update": "2025-08-13 09:21:54", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 243, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 641, + "stars": 642, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11179, - "last_update": "2025-08-17 09:23:11", - "author_account_age_days": 494 + "stars": 11188, + "last_update": "2025-08-18 03:33:36", + "author_account_age_days": 495 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 33, + "stars": 34, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 66, + "stars": 67, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1813 + "author_account_age_days": 1814 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3535 + "author_account_age_days": 3536 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 94, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1856 + "author_account_age_days": 1857 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3931 + "author_account_age_days": 3932 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 48, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 1, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { - "stars": 201, + "stars": 202, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1662 + "author_account_age_days": 1663 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6173 + "author_account_age_days": 6174 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1586 + "author_account_age_days": 1587 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5603 + "author_account_age_days": 5604 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5603 + "author_account_age_days": 5604 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 91, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5194 + "author_account_age_days": 5195 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 9, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 39, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2016 + "author_account_age_days": 2017 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3159 + "author_account_age_days": 3160 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3072 + "author_account_age_days": 3073 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-08-17 10:33:40", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/mav-rik/facerestore_cf": { "stars": 289, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3340 + "author_account_age_days": 3341 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-16 18:39:03", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1220, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3622 + "author_account_age_days": 3623 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4859 + "author_account_age_days": 4860 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1621 + "author_account_age_days": 1622 }, "https://github.com/melMass/comfy_mtb": { - "stars": 603, + "stars": 604, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4092 + "author_account_age_days": 4093 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 445, + "stars": 446, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 28, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, "last_update": "2025-08-14 09:43:33", - "author_account_age_days": 5776 + "author_account_age_days": 5777 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2427 + "author_account_age_days": 2428 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4728 + "author_account_age_days": 4729 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -11122,242 +11127,247 @@ "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 423, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 139, + "stars": 140, "last_update": "2025-08-15 17:16:56", - "author_account_age_days": 1640 + "author_account_age_days": 1641 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1871, + "stars": 1876, "last_update": "2025-08-16 07:22:13", - "author_account_age_days": 34 + "author_account_age_days": 35 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1119 + "author_account_age_days": 1120 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5023 + "author_account_age_days": 5024 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4272 + "author_account_age_days": 4273 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 827 + "author_account_age_days": 828 + }, + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { + "stars": 0, + "last_update": "2025-08-18 22:34:13", + "author_account_age_days": 4844 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3604 + "author_account_age_days": 3605 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3225 + "author_account_age_days": 3226 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4499 + "author_account_age_days": 4500 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1243 + "author_account_age_days": 1244 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 135 + "author_account_age_days": 136 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4354 + "author_account_age_days": 4355 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, @@ -11367,417 +11377,417 @@ "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { - "stars": 164, + "stars": 165, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { - "stars": 198, + "stars": 199, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 155 + "author_account_age_days": 156 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4741 + "author_account_age_days": 4742 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4429 + "author_account_age_days": 4430 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4448 + "author_account_age_days": 4449 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 211, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 216, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5139 + "author_account_age_days": 5140 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, - "last_update": "2025-08-13 16:09:55", - "author_account_age_days": 634 + "last_update": "2025-08-18 10:10:50", + "author_account_age_days": 635 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3922 + "author_account_age_days": 3923 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3627 + "author_account_age_days": 3628 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3877 + "author_account_age_days": 3878 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 92, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3162 + "author_account_age_days": 3163 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1632 + "author_account_age_days": 1633 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3478 + "author_account_age_days": 3479 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2980 + "author_account_age_days": 2981 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2137 + "author_account_age_days": 2138 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1511 + "author_account_age_days": 1512 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 908, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 531, - "last_update": "2025-08-12 14:44:24", - "author_account_age_days": 5203 + "stars": 535, + "last_update": "2025-08-18 19:27:23", + "author_account_age_days": 5204 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5203 + "author_account_age_days": 5204 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2892 + "author_account_age_days": 2893 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 381 + "author_account_age_days": 382 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4420 + "author_account_age_days": 4421 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { - "stars": 158, + "stars": 159, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 21, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4515 + "author_account_age_days": 4516 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, - "last_update": "2025-04-21 04:40:56", - "author_account_age_days": 1926 + "last_update": "2025-08-17 22:51:30", + "author_account_age_days": 1927 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 76, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3448 + "author_account_age_days": 3449 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1496 + "author_account_age_days": 1497 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 30, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 115 + "author_account_age_days": 116 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3202 + "author_account_age_days": 3203 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, @@ -11787,47 +11797,47 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2034 + "author_account_age_days": 2035 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5472 + "author_account_age_days": 5473 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5472 + "author_account_age_days": 5473 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 271, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11842,12 +11852,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 222, + "stars": 223, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5499 + "author_account_age_days": 5500 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, @@ -11857,327 +11867,327 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3106 + "author_account_age_days": 3107 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, - "last_update": "2025-07-05 06:16:10", - "author_account_age_days": 2177 + "last_update": "2025-08-18 15:45:27", + "author_account_age_days": 2178 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/pharmapsychotic/comfy-cliption": { - "stars": 56, + "stars": 57, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5428 + "author_account_age_days": 5429 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3418 + "author_account_age_days": 3419 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3677 + "author_account_age_days": 3678 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { - "stars": 51, + "stars": 52, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2708 + "author_account_age_days": 2709 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3472 + "author_account_age_days": 3473 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1481 + "author_account_age_days": 1482 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 405, - "last_update": "2025-08-17 15:13:31", - "author_account_age_days": 3926 + "stars": 410, + "last_update": "2025-08-18 15:50:10", + "author_account_age_days": 3927 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5987 + "author_account_age_days": 5988 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4407 + "author_account_age_days": 4408 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4299 + "author_account_age_days": 4300 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3934 + "author_account_age_days": 3935 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2220 + "author_account_age_days": 2221 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4247 + "author_account_age_days": 4248 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5357 + "author_account_age_days": 5358 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5357 + "author_account_age_days": 5358 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-15 08:10:27", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1968, + "stars": 1969, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2620, + "stars": 2621, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 939, + "stars": 940, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1030 + "author_account_age_days": 1031 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 7, "last_update": "2025-08-16 10:19:57", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -12187,372 +12197,377 @@ "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { - "stars": 366, + "stars": 367, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3582 + "author_account_age_days": 3583 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3636 + "author_account_age_days": 3637 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1180 + "author_account_age_days": 1181 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-16 15:25:41", - "author_account_age_days": 5675 + "last_update": "2025-08-18 13:50:32", + "author_account_age_days": 5676 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4913 + "author_account_age_days": 4914 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2342 + "author_account_age_days": 2343 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 106, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3844 + "author_account_age_days": 3845 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6040 + "author_account_age_days": 6041 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3742 + "author_account_age_days": 3743 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3012 + "author_account_age_days": 3013 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 33, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/replicate/comfyui-replicate": { "stars": 187, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4904 + "author_account_age_days": 4905 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2138, - "last_update": "2025-08-17 02:20:03", - "author_account_age_days": 5394 + "stars": 2140, + "last_update": "2025-08-18 12:55:04", + "author_account_age_days": 5395 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6056 + "author_account_age_days": 6057 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6056 + "author_account_age_days": 6057 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5691 + "author_account_age_days": 5692 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2232 + "author_account_age_days": 2233 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 237, + "stars": 240, "last_update": "2025-08-16 00:49:56", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4524 + "author_account_age_days": 4525 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1543 + "author_account_age_days": 1544 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3573 + "author_account_age_days": 3574 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1437 + "author_account_age_days": 1438 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 3, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1347 + "author_account_age_days": 1348 + }, + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { + "stars": 0, + "last_update": "2025-08-18 20:44:32", + "author_account_age_days": 791 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2949 + "author_account_age_days": 2950 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3491 + "author_account_age_days": 3492 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 601 + "author_account_age_days": 602 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 543, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { - "stars": 8, + "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4319 + "author_account_age_days": 4320 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, @@ -12562,217 +12577,217 @@ "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/scraed/LanPaint": { "stars": 433, - "last_update": "2025-08-15 07:34:36", - "author_account_age_days": 3882 + "last_update": "2025-08-18 15:07:03", + "author_account_age_days": 3883 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5724 + "author_account_age_days": 5725 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5724 + "author_account_age_days": 5725 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 82, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3752 + "author_account_age_days": 3753 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3230 + "author_account_age_days": 3231 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3230 + "author_account_age_days": 3231 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3230 + "author_account_age_days": 3231 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { - "stars": 224, + "stars": 225, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 461, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1684, + "stars": 1685, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2462 + "author_account_age_days": 2463 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5512 + "author_account_age_days": 5513 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { - "stars": 469, + "stars": 468, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2184 + "author_account_age_days": 2185 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 732 + "author_account_age_days": 733 + }, + "https://github.com/shinich39/comfyui-mtga": { + "stars": 0, + "last_update": "2025-08-18 20:23:12", + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 732 - }, - "https://github.com/shinich39/comfyui-poor-textarea": { - "stars": 0, - "last_update": "2025-08-13 15:02:11", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, @@ -12782,672 +12797,672 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4727 + "author_account_age_days": 4728 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/siliconflow/BizyAir": { "stars": 747, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 725 + "author_account_age_days": 726 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1526 + "author_account_age_days": 1527 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { - "stars": 216, + "stars": 217, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, - "last_update": "2025-05-03 12:46:43", - "author_account_age_days": 397 + "last_update": "2025-08-18 11:13:20", + "author_account_age_days": 398 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3134 + "author_account_age_days": 3135 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 182, + "stars": 183, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 660, - "last_update": "2025-08-13 02:16:54", - "author_account_age_days": 773 + "stars": 661, + "last_update": "2025-08-18 13:27:18", + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 77, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 241, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 22, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 187, + "stars": 188, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 72, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1079, + "stars": 1080, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 20, - "last_update": "2025-08-15 09:32:49", - "author_account_age_days": 773 + "stars": 21, + "last_update": "2025-08-18 13:33:46", + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 461, + "stars": 460, "last_update": "2025-08-15 14:07:34", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 150, + "stars": 151, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4140 + "author_account_age_days": 4141 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 110 + "author_account_age_days": 111 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 218, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 246, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5160 + "author_account_age_days": 5161 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5160 + "author_account_age_days": 5161 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5651 + "author_account_age_days": 5652 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1280, + "stars": 1281, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 613, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 16, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 73, + "stars": 77, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3718 + "author_account_age_days": 3719 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 28, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1003, + "stars": 1004, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2265 + "author_account_age_days": 2266 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6350 + "author_account_age_days": 6351 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 868 + "author_account_age_days": 869 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 3, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1151 + "author_account_age_days": 1152 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3555 + "author_account_age_days": 3556 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2317 + "author_account_age_days": 2318 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, @@ -13457,937 +13472,937 @@ "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-15 13:12:39", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 58, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 326 + "author_account_age_days": 327 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5340 + "author_account_age_days": 5341 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/talesofai/comfyui-browser": { "stars": 604, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4840 + "author_account_age_days": 4841 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { - "stars": 56, + "stars": 57, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2439 + "author_account_age_days": 2440 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 219 + "author_account_age_days": 220 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-08-16 02:27:04", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { - "stars": 35, + "stars": 34, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 155, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 683 + "author_account_age_days": 684 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2759 + "author_account_age_days": 2760 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3744 + "author_account_age_days": 3745 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3612 + "author_account_age_days": 3613 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2390 + "author_account_age_days": 2391 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2530 + "author_account_age_days": 2531 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 955 + "author_account_age_days": 956 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4794 + "author_account_age_days": 4795 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3322 + "author_account_age_days": 3323 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4737 + "author_account_age_days": 4738 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4789 + "author_account_age_days": 4790 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 105, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4239 + "author_account_age_days": 4240 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 62, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3560 + "author_account_age_days": 3561 }, "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2677 + "author_account_age_days": 2678 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5808 + "author_account_age_days": 5809 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { - "stars": 20, + "stars": 21, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1948 + "author_account_age_days": 1949 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5176 + "author_account_age_days": 5177 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3168 + "author_account_age_days": 3169 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/tusharbhutt/Endless-Nodes": { - "stars": 56, + "stars": 57, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3084 + "author_account_age_days": 3085 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 870, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4487 + "author_account_age_days": 4488 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 504 + "author_account_age_days": 505 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2733 + "author_account_age_days": 2734 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1457 + "author_account_age_days": 1458 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 53 + "author_account_age_days": 54 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1735 + "author_account_age_days": 1736 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 1, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/vadimcro/VKRiez-Edge": { - "stars": 7, + "stars": 8, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2806 + "author_account_age_days": 2807 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2376 + "author_account_age_days": 2377 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1803 + "author_account_age_days": 1804 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3377 + "author_account_age_days": 3378 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3033 + "author_account_age_days": 3034 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3519 + "author_account_age_days": 3520 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2690 + "author_account_age_days": 2691 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3565 + "author_account_age_days": 3566 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4085 + "author_account_age_days": 4086 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1817 + "author_account_age_days": 1818 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2452 + "author_account_age_days": 2453 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 143, + "stars": 144, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2258 + "author_account_age_days": 2259 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 67, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5403 + "author_account_age_days": 5404 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 0, "last_update": "2025-08-17 14:06:22", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 197, + "stars": 198, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 3, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 104 + "author_account_age_days": 105 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2639 + "author_account_age_days": 2640 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3498 + "author_account_age_days": 3499 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1387 + "author_account_age_days": 1388 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3447 + "author_account_age_days": 3448 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4621 + "author_account_age_days": 4622 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 214, + "stars": 215, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2327 + "author_account_age_days": 2328 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 956, + "stars": 959, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 74, "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5906 + "author_account_age_days": 5907 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 40, "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 36, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3057 + "author_account_age_days": 3058 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { "stars": 555, - "last_update": "2025-08-17 14:43:31", - "author_account_age_days": 3777 + "last_update": "2025-08-18 09:21:35", + "author_account_age_days": 3778 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 507 + "author_account_age_days": 508 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1643 + "author_account_age_days": 1644 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3449 + "author_account_age_days": 3450 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { - "stars": 51, + "stars": 52, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6140 + "author_account_age_days": 6141 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6140 + "author_account_age_days": 6141 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 84, + "stars": 83, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2682 + "author_account_age_days": 2683 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4604 + "author_account_age_days": 4605 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5469 + "author_account_age_days": 5470 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3348 + "author_account_age_days": 3349 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/xXAdonesXx/NodeGPT": { - "stars": 352, + "stars": 351, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3683 + "author_account_age_days": 3684 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2087 + "author_account_age_days": 2088 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4918 + "author_account_age_days": 4919 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -14397,471 +14412,471 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2175 + "author_account_age_days": 2176 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, "last_update": "2025-08-17 02:18:32", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1816 + "author_account_age_days": 1817 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2536 + "author_account_age_days": 2537 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3844 + "author_account_age_days": 3845 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4141 + "author_account_age_days": 4142 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 971 + "author_account_age_days": 972 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1826, + "stars": 1832, "last_update": "2025-08-17 05:01:10", - "author_account_age_days": 1760 + "author_account_age_days": 1761 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4295 + "author_account_age_days": 4296 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, - "last_update": "2025-08-04 16:28:28", - "author_account_age_days": 3809 + "last_update": "2025-08-18 06:04:54", + "author_account_age_days": 3810 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 110, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 38, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 222, + "stars": 223, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 25, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 25, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 158, + "stars": 160, "last_update": "2025-08-16 13:30:57", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 15, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 230, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 463, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { - "stars": 4, + "stars": 5, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2214 + "author_account_age_days": 2215 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4196 + "author_account_age_days": 4197 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2776 + "author_account_age_days": 2777 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3089 + "author_account_age_days": 3090 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5282 + "author_account_age_days": 5283 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 88, "last_update": "2025-08-15 02:09:57", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3769 + "author_account_age_days": 3770 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/zhulu111/ComfyUI_Bxb": { - "stars": 1429, + "stars": 1431, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 458 + "author_account_age_days": 459 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3795 + "author_account_age_days": 3796 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3081 + "author_account_age_days": 3082 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1638, + "stars": 1641, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5381 + "author_account_age_days": 5382 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 225 + "author_account_age_days": 226 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4561 + "author_account_age_days": 4562 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index f2e5df06..868dbc4d 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "Maff3u", + "title": "MattiaNodes - Points Editor On Cropped [WIP]", + "reference": "https://github.com/Maff3u/MattiaNodes", + "files": [ + "https://github.com/Maff3u/MattiaNodes" + ], + "install_type": "git-clone", + "description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized." + }, + { + "author": "viik420", + "title": "AdvancedModelDownloader [UNSAFE]", + "reference": "https://github.com/viik420/AdvancedModelDownloader", + "files": [ + "https://github.com/viik420/AdvancedModelDownloader" + ], + "install_type": "git-clone", + "description": "A custom node for ComfyUI that adds a powerful, integrated downloader to the main menu, complete with an automatic update checker.[w/This nodepack provides functionality to access files through an endpoint.]" + }, + { + "author": "DenRakEiw", + "title": "Comfyui-Aspect-Ratio-Processor [WIP]", + "reference": "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor", + "files": [ + "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor" + ], + "install_type": "git-clone", + "description": "Comfyui Aspect Ratio Processor 2:3 / 3:2\nNOTE: The files in the repo are not organized." + }, + { + "author": "yuvraj108c", + "title": "ComfyUI HYPIR [NAME CONFLICT]", + "reference": "https://github.com/yuvraj108c/ComfyUI-HYPIR", + "files": [ + "https://github.com/yuvraj108c/ComfyUI-HYPIR" + ], + "install_type": "git-clone", + "description": "This project is a ComfyUI wrapper for [a/HYPIR](https://github.com/XPixelGroup/HYPIR) (Harnessing Diffusion-Yielded Score Priors for Image Restoration)" + }, { "author": "miabrahams", "title": "ComfyUI-WebAutomation [UNSAFE]", @@ -2682,16 +2722,6 @@ "install_type": "git-clone", "description": "ComfyUI implementation of the partfield nvidea segmentation models\nNOTE: The files in the repo are not organized." }, - { - "author": "shinich39", - "title": "comfyui-textarea-is-shit", - "reference": "https://github.com/shinich39/comfyui-textarea-is-shit", - "files": [ - "https://github.com/shinich39/comfyui-textarea-is-shit" - ], - "description": "HTML gives me a textarea like piece of shit.", - "install_type": "git-clone" - }, { "author": "shinich39", "title": "comfyui-nothing-happened", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 7a5335c3..af297fe1 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -1321,6 +1321,14 @@ "title_aux": "ComfyUI Node Switcher" } ], + "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": [ + [ + "AspectRatioProcessor" + ], + { + "title_aux": "Comfyui-Aspect-Ratio-Processor [WIP]" + } + ], "https://github.com/DenRakEiw/DenRakEiw_Nodes": [ [ "ColorGeneratorNode", @@ -2407,6 +2415,14 @@ "title_aux": "comfy-tif-support" } ], + "https://github.com/Maff3u/MattiaNodes": [ + [ + "PointsEditorOnCropped" + ], + { + "title_aux": "MattiaNodes - Points Editor On Cropped [WIP]" + } + ], "https://github.com/MakkiShizu/ComfyUI-MakkiTools": [ [ "AnyImageStitch", @@ -8345,6 +8361,8 @@ "CloudreveSignin", "CloudreveUploadFile", "IncrementBatchName", + "InoGetSamplerConfig", + "InoGetSamplerModel", "Ino_BranchImage", "Ino_CalculateLoraConfig", "Ino_CountFiles", @@ -9877,6 +9895,14 @@ "title_aux": "ComfyUI_Toolbox" } ], + "https://github.com/viik420/AdvancedModelDownloader": [ + [ + "AdvancedDownloader" + ], + { + "title_aux": "AdvancedModelDownloader [UNSAFE]" + } + ], "https://github.com/virallover/comfyui-virallover": [ [ "BrightnessCorrectionNode", @@ -10212,7 +10238,8 @@ "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [ [ "CombineVideosFromFolder", - "getSubtitlesFromVideo" + "getSubtitlesFromVideo", + "mergeVideoAndSubtitle" ], { "title_aux": "ComfyUI-CombineVideoAndSubtitle" @@ -10274,12 +10301,14 @@ "FillAlphaNode", "FixUTF8StringNode", "FloatNode", + "FloatToIntNode", "IfNode", "ImageResizeNode", "ImageSizeNode", "ImageToBase64Node", "ImageToVideoNode", "IntNode", + "IntToFloatNode", "LoadImageFromDirectoryNode", "LoadImageFromURLNode", "LoadStringFromDirectoryNode", @@ -10287,6 +10316,7 @@ "MaxNode", "MinNode", "MultiplyNode", + "NumberNode", "OllamaClientNode", "OllamaNode", "OutpaintingPadNode", @@ -10481,6 +10511,15 @@ "title_aux": "ComfyUI-Dropbox-API [WIP]" } ], + "https://github.com/yuvraj108c/ComfyUI-HYPIR": [ + [ + "HYPIRProcess", + "LoadHYPIRModel" + ], + { + "title_aux": "ComfyUI HYPIR [NAME CONFLICT]" + } + ], "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": [ [ "KeySyncAdvanced", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 309d35dd..3b315b45 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, @@ -12,197 +12,197 @@ "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, "last_update": "2025-08-16 14:12:49", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1391 + "author_account_age_days": 1392 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 15, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 161, + "stars": 162, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1879 + "author_account_age_days": 1880 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2896 + "author_account_age_days": 2897 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 6, "last_update": "2025-08-16 11:48:47", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1170 + "author_account_age_days": 1171 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1228 + "author_account_age_days": 1229 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1228 + "author_account_age_days": 1229 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, "last_update": "2025-08-07 11:48:54", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/AlexXi19/ComfyUI-OpenAINode": { "stars": 1, "last_update": "2025-01-13 18:43:22", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2524 + "author_account_age_days": 2525 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, "last_update": "2025-01-11 21:13:41", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2248 + "author_account_age_days": 2249 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4373 + "author_account_age_days": 4374 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4373 + "author_account_age_days": 4374 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2411 + "author_account_age_days": 2412 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4435 + "author_account_age_days": 4436 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, @@ -217,27 +217,27 @@ "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { - "stars": 77, + "stars": 78, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, "last_update": "2024-12-22 18:04:20", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, @@ -247,142 +247,147 @@ "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1217 + "author_account_age_days": 1218 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1291 + "author_account_age_days": 1292 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, "last_update": "2025-08-16 14:12:10", - "author_account_age_days": 597 + "author_account_age_days": 598 }, "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 263 + "author_account_age_days": 264 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, "last_update": "2024-09-08 01:04:38", - "author_account_age_days": 4571 + "author_account_age_days": 4572 }, "https://github.com/BrettMedia/comfyui-bhtools": { "stars": 1, "last_update": "2025-07-24 21:32:37", - "author_account_age_days": 79 + "author_account_age_days": 80 }, "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3332 + "author_account_age_days": 3333 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 19, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, "last_update": "2025-03-25 20:26:18", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2450 + "author_account_age_days": 2451 + }, + "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": { + "stars": 0, + "last_update": "2025-08-18 05:23:24", + "author_account_age_days": 1451 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 10, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 69 + "author_account_age_days": 70 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, @@ -392,142 +397,142 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2275 + "author_account_age_days": 2276 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1286 + "author_account_age_days": 1287 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 447 + "author_account_age_days": 448 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { - "stars": 51, + "stars": 52, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3007 + "author_account_age_days": 3008 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3065 + "author_account_age_days": 3066 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2397 + "author_account_age_days": 2398 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1313 + "author_account_age_days": 1314 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, "last_update": "2025-07-23 18:10:07", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2043 + "author_account_age_days": 2044 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3569 + "author_account_age_days": 3570 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4367 + "author_account_age_days": 4368 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2746 + "author_account_age_days": 2747 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2802 + "author_account_age_days": 2803 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, @@ -537,107 +542,107 @@ "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, "last_update": "2025-01-06 15:18:57", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1805 + "author_account_age_days": 1806 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 1, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 41 + "author_account_age_days": 42 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1750 + "author_account_age_days": 1751 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3715 + "author_account_age_days": 3716 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, "last_update": "2023-12-02 20:51:52", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, - "last_update": "2025-08-17 18:42:34", - "author_account_age_days": 2566 + "last_update": "2025-08-18 17:39:57", + "author_account_age_days": 2567 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3687 + "author_account_age_days": 3688 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1163 + "author_account_age_days": 1164 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1311 + "author_account_age_days": 1312 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, @@ -647,147 +652,147 @@ "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2957 + "author_account_age_days": 2958 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2785 + "author_account_age_days": 2786 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/KohakuBlueleaf/HDM-ext": { - "stars": 18, + "stars": 25, "last_update": "2025-08-16 15:33:47", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3609 + "author_account_age_days": 3610 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 275 + "author_account_age_days": 276 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2072 + "author_account_age_days": 2073 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 49 + "author_account_age_days": 50 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 913 + "author_account_age_days": 914 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4510 + "author_account_age_days": 4511 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3404 + "author_account_age_days": 3405 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 203 + "author_account_age_days": 204 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, "last_update": "2025-07-27 22:04:59", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1916 + "author_account_age_days": 1917 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, @@ -797,37 +802,42 @@ "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3643 + "author_account_age_days": 3644 + }, + "https://github.com/Maff3u/MattiaNodes": { + "stars": 0, + "last_update": "2025-08-18 13:48:17", + "author_account_age_days": 3022 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-17 19:42:09", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2572 + "author_account_age_days": 2573 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, @@ -847,222 +857,222 @@ "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, - "last_update": "2025-08-17 23:53:06", - "author_account_age_days": 3499 + "last_update": "2025-08-18 16:57:39", + "author_account_age_days": 3500 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/MushroomFleet/DJZ-Nodes": { - "stars": 57, + "stars": 58, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4141 + "author_account_age_days": 4142 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1304 + "author_account_age_days": 1305 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2450 + "author_account_age_days": 2451 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, "last_update": "2025-03-01 12:32:29", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2021 + "author_account_age_days": 2022 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, "last_update": "2025-05-18 16:38:09", - "author_account_age_days": 706 + "author_account_age_days": 707 }, "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1248 + "author_account_age_days": 1249 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2444 + "author_account_age_days": 2445 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5694 + "author_account_age_days": 5695 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { - "stars": 16, + "stars": 17, "last_update": "2025-07-01 02:08:55", "author_account_age_days": 4625 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1896 + "author_account_age_days": 1897 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-08-12 03:16:26", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4062 + "author_account_age_days": 4063 }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { "stars": 3, "last_update": "2025-08-17 12:22:13", - "author_account_age_days": 1848 + "author_account_age_days": 1849 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5036 + "author_account_age_days": 5037 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, "last_update": "2025-03-06 19:36:33", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 719 + "author_account_age_days": 720 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3211 + "author_account_age_days": 3212 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1731 + "author_account_age_days": 1732 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-13 07:25:14", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, @@ -1072,7 +1082,7 @@ "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, @@ -1082,47 +1092,47 @@ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 830 + "author_account_age_days": 831 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1444 + "author_account_age_days": 1445 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2880 + "author_account_age_days": 2881 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, "last_update": "2025-04-11 21:32:23", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3943 + "author_account_age_days": 3944 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 284 + "author_account_age_days": 285 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1383 + "author_account_age_days": 1384 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, @@ -1132,57 +1142,57 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1559 + "author_account_age_days": 1560 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3375 + "author_account_age_days": 3376 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, - "last_update": "2025-08-08 13:29:19", - "author_account_age_days": 377 + "last_update": "2025-08-18 07:49:28", + "author_account_age_days": 378 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3359 + "author_account_age_days": 3360 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 232, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3254 + "author_account_age_days": 3255 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 230 + "author_account_age_days": 231 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, @@ -1192,7 +1202,7 @@ "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, @@ -1202,52 +1212,52 @@ "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, "last_update": "2025-05-07 17:07:51", - "author_account_age_days": 3702 + "author_account_age_days": 3703 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4149 + "author_account_age_days": 4150 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3503 + "author_account_age_days": 3504 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, "last_update": "2025-07-11 08:43:08", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1676 + "author_account_age_days": 1677 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, @@ -1257,167 +1267,167 @@ "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 525 + "author_account_age_days": 526 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 431 + "author_account_age_days": 432 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5045 + "author_account_age_days": 5046 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 473 + "author_account_age_days": 474 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1859 + "author_account_age_days": 1860 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1825 + "author_account_age_days": 1826 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 770, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 243, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4673 + "author_account_age_days": 4674 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, @@ -1427,112 +1437,112 @@ "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5434 + "author_account_age_days": 5435 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5434 + "author_account_age_days": 5435 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3705 + "author_account_age_days": 3706 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4944 + "author_account_age_days": 4945 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, "last_update": "2025-05-31 14:14:10", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2160 + "author_account_age_days": 2161 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", - "author_account_age_days": 3517 + "author_account_age_days": 3518 }, "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2764 + "author_account_age_days": 2765 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4791 + "author_account_age_days": 4792 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2695 + "author_account_age_days": 2696 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4368 + "author_account_age_days": 4369 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 439 + "author_account_age_days": 440 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, @@ -1542,42 +1552,42 @@ "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5099 + "author_account_age_days": 5100 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1250 + "author_account_age_days": 1251 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2162 + "author_account_age_days": 2163 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 99 + "author_account_age_days": 100 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3661 + "author_account_age_days": 3662 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, @@ -1587,257 +1597,257 @@ "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 569 + "author_account_age_days": 570 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, "last_update": "2024-11-08 19:42:20", - "author_account_age_days": 4223 + "author_account_age_days": 4224 }, "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1508 + "author_account_age_days": 1509 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1188 + "author_account_age_days": 1189 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4931 + "author_account_age_days": 4932 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3528 + "author_account_age_days": 3529 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 93 + "author_account_age_days": 94 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { - "stars": 1133, + "stars": 1135, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { - "stars": 1, - "last_update": "2025-08-12 09:37:30", - "author_account_age_days": 706 + "stars": 2, + "last_update": "2025-08-18 13:04:22", + "author_account_age_days": 707 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3538 + "author_account_age_days": 3539 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1768 + "author_account_age_days": 1769 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2785 + "author_account_age_days": 2786 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4618 + "author_account_age_days": 4619 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85740, - "last_update": "2025-08-17 23:03:03", - "author_account_age_days": 968 + "stars": 85842, + "last_update": "2025-08-18 22:39:17", + "author_account_age_days": 969 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 412, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2320 + "author_account_age_days": 2321 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2235 + "author_account_age_days": 2236 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 296 + "author_account_age_days": 297 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2407 + "author_account_age_days": 2408 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, @@ -1847,22 +1857,22 @@ "https://github.com/dfl/comfyui-stylegan": { "stars": 0, "last_update": "2024-12-29 18:35:27", - "author_account_age_days": 6394 + "author_account_age_days": 6395 }, "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4716 + "author_account_age_days": 4717 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 52, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, @@ -1872,87 +1882,87 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2958 + "author_account_age_days": 2959 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2666 + "author_account_age_days": 2667 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 466 + "author_account_age_days": 467 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-16 20:31:37", - "author_account_age_days": 268 + "author_account_age_days": 269 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1344 + "author_account_age_days": 1345 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4604 + "author_account_age_days": 4605 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3889 + "author_account_age_days": 3890 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "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": 416 + "author_account_age_days": 417 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, "last_update": "2025-08-16 10:26:19", - "author_account_age_days": 4289 + "author_account_age_days": 4290 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4337 + "author_account_age_days": 4338 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, @@ -1962,27 +1972,27 @@ "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1591 + "author_account_age_days": 1592 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, "last_update": "2025-06-10 10:53:55", - "author_account_age_days": 3896 + "author_account_age_days": 3897 }, "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, @@ -1992,327 +2002,327 @@ "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2432 + "author_account_age_days": 2433 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, "last_update": "2024-01-13 23:22:07", - "author_account_age_days": 4458 + "author_account_age_days": 4459 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5147 + "author_account_age_days": 5148 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2997 + "author_account_age_days": 2998 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2115 + "author_account_age_days": 2116 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, "last_update": "2024-08-06 00:24:56", - "author_account_age_days": 1139 + "author_account_age_days": 1140 }, "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3523 + "author_account_age_days": 3524 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 84 + "author_account_age_days": 85 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4474 + "author_account_age_days": 4475 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3897 + "author_account_age_days": 3898 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2967 + "author_account_age_days": 2968 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, "last_update": "2025-02-27 20:53:33", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 12, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4322 + "author_account_age_days": 4323 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 237 + "author_account_age_days": 238 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2714 + "author_account_age_days": 2715 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1803 + "author_account_age_days": 1804 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1863 + "author_account_age_days": 1864 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3710 + "author_account_age_days": 3711 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, "last_update": "2025-07-27 13:00:23", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 19, "last_update": "2025-08-17 12:36:12", - "author_account_age_days": 723 + "author_account_age_days": 724 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2876 + "author_account_age_days": 2877 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2559 + "author_account_age_days": 2560 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 66, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5086 + "author_account_age_days": 5087 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 18, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1763 + "author_account_age_days": 1764 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5463 + "author_account_age_days": 5464 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2645 + "author_account_age_days": 2646 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2180 + "author_account_age_days": 2181 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4332 + "author_account_age_days": 4333 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4573 + "author_account_age_days": 4574 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5612 + "author_account_age_days": 5613 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, @@ -2327,52 +2337,52 @@ "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 688 + "author_account_age_days": 689 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1058 + "author_account_age_days": 1059 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4897 + "author_account_age_days": 4898 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5269 + "author_account_age_days": 5270 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, "last_update": "2025-07-25 23:32:58", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, "last_update": "2024-07-04 11:44:03", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, @@ -2382,407 +2392,407 @@ "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2484 + "author_account_age_days": 2485 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3488 + "author_account_age_days": 3489 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3959 + "author_account_age_days": 3960 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 17, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 214, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 7, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5172 + "author_account_age_days": 5173 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 554 + "author_account_age_days": 555 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5892 + "author_account_age_days": 5893 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1930 + "author_account_age_days": 1931 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1489, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { "stars": 841, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2521, + "stars": 2520, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 405, + "stars": 406, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "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": 276 + "author_account_age_days": 277 }, "https://github.com/kk8bit/KayTool": { "stars": 195, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1117 + "author_account_age_days": 1118 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-14 17:46:22", - "author_account_age_days": 1684 + "author_account_age_days": 1685 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1607 + "author_account_age_days": 1608 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1360 + "author_account_age_days": 1361 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4975 + "author_account_age_days": 4976 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/leadbreak/comfyui-faceaging": { - "stars": 87, + "stars": 88, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1792 + "author_account_age_days": 1793 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 772 + "author_account_age_days": 773 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, "last_update": "2025-08-09 05:22:36", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1097 + "author_account_age_days": 1098 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, "last_update": "2025-06-04 12:42:47", - "author_account_age_days": 5081 + "author_account_age_days": 5082 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1365, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1938 + "author_account_age_days": 1939 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-08-16 07:55:02", - "author_account_age_days": 1471 + "author_account_age_days": 1472 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4082 + "author_account_age_days": 4083 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 33, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2454 + "author_account_age_days": 2455 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 468 + "author_account_age_days": 469 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1953 + "author_account_age_days": 1954 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 857 + "author_account_age_days": 858 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2225 + "author_account_age_days": 2226 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, "last_update": "2024-02-06 07:57:33", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4834 + "author_account_age_days": 4835 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, @@ -2792,17 +2802,17 @@ "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4497 + "author_account_age_days": 4498 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, "last_update": "2025-05-09 13:18:07", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, @@ -2811,243 +2821,243 @@ }, "https://github.com/miabrahams/ComfyUI-WebAutomation": { "stars": 0, - "last_update": "2025-08-17 16:12:39", - "author_account_age_days": 3838 + "last_update": "2025-08-18 02:35:00", + "author_account_age_days": 3839 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, - "last_update": "2025-08-15 09:55:41", - "author_account_age_days": 291 + "last_update": "2025-08-18 09:04:07", + "author_account_age_days": 292 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2983 + "author_account_age_days": 2984 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2821 + "author_account_age_days": 2822 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1600 + "author_account_age_days": 1601 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 985 + "author_account_age_days": 986 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1912 + "author_account_age_days": 1913 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4316 + "author_account_age_days": 4317 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-08-16 12:10:05", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, "last_update": "2025-03-08 12:12:29", - "author_account_age_days": 2461 + "author_account_age_days": 2462 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, "last_update": "2025-02-05 04:32:29", - "author_account_age_days": 3110 + "author_account_age_days": 3111 }, "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2298 + "author_account_age_days": 2299 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3856 + "author_account_age_days": 3857 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 2, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5287 + "author_account_age_days": 5288 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4968 + "author_account_age_days": 4969 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-08-13 13:40:54", - "author_account_age_days": 1706 + "last_update": "2025-08-18 20:55:43", + "author_account_age_days": 1707 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4758 + "author_account_age_days": 4759 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4449 + "author_account_age_days": 4450 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1529 + "author_account_age_days": 1530 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, "last_update": "2025-04-08 13:12:20", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/oxysoft/ComfyUI-uiapi": { "stars": 0, "last_update": "2025-01-27 18:29:08", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2034 + "author_account_age_days": 2035 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, "last_update": "2025-05-26 12:48:05", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2550 + "author_account_age_days": 2551 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, @@ -3057,47 +3067,47 @@ "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5543 + "author_account_age_days": 5544 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4307 + "author_account_age_days": 4308 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 9, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 208 + "author_account_age_days": 209 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1656 + "author_account_age_days": 1657 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, @@ -3107,417 +3117,412 @@ "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3150 + "author_account_age_days": 3151 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4662 + "author_account_age_days": 4663 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 3, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4407 + "author_account_age_days": 4408 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2518 + "author_account_age_days": 2519 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5997 + "author_account_age_days": 5998 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, "last_update": "2024-12-12 20:21:26", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 416 + "author_account_age_days": 417 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5252 + "author_account_age_days": 5253 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2770 + "author_account_age_days": 2771 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1066 + "author_account_age_days": 1067 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2599 + "author_account_age_days": 2600 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, "last_update": "2025-08-17 13:17:44", - "author_account_age_days": 5873 + "author_account_age_days": 5874 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, "last_update": "2025-05-02 17:38:19", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3595 + "author_account_age_days": 3596 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, "last_update": "2025-04-14 18:53:06", - "author_account_age_days": 3905 + "author_account_age_days": 3906 }, "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, "last_update": "2025-04-21 22:53:14", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI-MineWorld": { "stars": 2, "last_update": "2025-04-16 18:59:09", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": { "stars": 1, "last_update": "2024-12-31 17:43:33", - "author_account_age_days": 4109 + "author_account_age_days": 4110 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5499 + "author_account_age_days": 5500 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2921 + "author_account_age_days": 2922 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3734 + "author_account_age_days": 3735 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, "last_update": "2025-05-25 10:18:24", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shinich39/comfyui-run-js": { "stars": 0, "last_update": "2025-06-05 13:34:15", - "author_account_age_days": 732 - }, - "https://github.com/shinich39/comfyui-textarea-is-shit": { - "stars": 0, - "last_update": "2025-06-03 11:52:52", - "author_account_age_days": 732 + "author_account_age_days": 733 }, "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-15 10:09:40", - "author_account_age_days": 2562 + "author_account_age_days": 2563 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 30 + "author_account_age_days": 31 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5524 + "author_account_age_days": 5525 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 6, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/sofakid/dandy": { "stars": 52, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4080 + "author_account_age_days": 4081 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 75 + "author_account_age_days": 76 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2786 + "author_account_age_days": 2787 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4503 + "author_account_age_days": 4504 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1295 + "author_account_age_days": 1296 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4544 + "author_account_age_days": 4545 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1648 + "author_account_age_days": 1649 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 351 + "author_account_age_days": 352 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2607 + "author_account_age_days": 2608 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1178 + "author_account_age_days": 1179 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 2, @@ -3527,7 +3532,7 @@ "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, @@ -3542,147 +3547,152 @@ "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, - "last_update": "2025-08-14 20:22:32", - "author_account_age_days": 651 + "last_update": "2025-08-18 18:23:00", + "author_account_age_days": 652 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5618 + "author_account_age_days": 5619 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4664 + "author_account_age_days": 4665 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1095 + "author_account_age_days": 1096 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, "last_update": "2025-08-16 02:24:50", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 3964 + "author_account_age_days": 3965 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2241 + "author_account_age_days": 2242 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2242 + "author_account_age_days": 2243 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1956 + "author_account_age_days": 1957 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5183 + "author_account_age_days": 5184 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, "last_update": "2025-03-18 16:12:09", - "author_account_age_days": 4010 + "author_account_age_days": 4011 + }, + "https://github.com/viik420/AdvancedModelDownloader": { + "stars": 0, + "last_update": "2025-08-18 10:31:02", + "author_account_age_days": 2315 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 143, + "stars": 144, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5459 + "author_account_age_days": 5460 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, "last_update": "2025-06-25 17:36:07", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1780 + "author_account_age_days": 1781 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3195 + "author_account_age_days": 3196 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, @@ -3692,87 +3702,87 @@ "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2625 + "author_account_age_days": 2626 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4210 + "author_account_age_days": 4211 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4652 + "author_account_age_days": 4653 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 23, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5011 + "author_account_age_days": 5012 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1107 + "author_account_age_days": 1108 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3802 + "author_account_age_days": 3803 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4677 + "author_account_age_days": 4678 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5421 + "author_account_age_days": 5422 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, @@ -3782,131 +3792,136 @@ "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2120 + "author_account_age_days": 2121 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-15 08:33:25", - "author_account_age_days": 745 + "last_update": "2025-08-18 09:02:39", + "author_account_age_days": 746 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3539 + "author_account_age_days": 3540 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4054 + "author_account_age_days": 4055 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-08-17 17:48:53", - "author_account_age_days": 3981 + "last_update": "2025-08-18 05:32:17", + "author_account_age_days": 3982 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3981 + "author_account_age_days": 3982 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, "last_update": "2025-08-17 02:18:32", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4049 + "author_account_age_days": 4050 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, "last_update": "2024-08-30 05:29:07", - "author_account_age_days": 370 + "author_account_age_days": 371 + }, + "https://github.com/yuvraj108c/ComfyUI-HYPIR": { + "stars": 1, + "last_update": "2025-08-18 06:04:36", + "author_account_age_days": 2573 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, "last_update": "2025-06-21 17:46:04", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2658 + "author_account_age_days": 2659 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2074 + "author_account_age_days": 2075 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 353, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-08-15 09:02:32", - "author_account_age_days": 2672 + "author_account_age_days": 2673 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3576 + "author_account_age_days": 3577 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5948 + "author_account_age_days": 5949 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4043 + "author_account_age_days": 4044 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 139 + "author_account_age_days": 140 } } \ No newline at end of file diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index cdf524f4..9346e1a2 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "shinich39", + "title": "comfyui-textarea-is-shit [REMOVED]", + "reference": "https://github.com/shinich39/comfyui-textarea-is-shit", + "files": [ + "https://github.com/shinich39/comfyui-textarea-is-shit" + ], + "description": "HTML gives me a textarea like piece of shit.", + "install_type": "git-clone" + }, + { + "author": "shinich39", + "title": "comfyui-poor-textarea [REMOVED]", + "reference": "https://github.com/shinich39/comfyui-poor-textarea", + "files": [ + "https://github.com/shinich39/comfyui-poor-textarea" + ], + "install_type": "git-clone", + "description": "Add commentify, indentation, auto-close brackets in textarea." + }, { "author": "InfiniNode", "title": "Comfyui-InfiniNode-Model-Suite [UNSAFE/REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 39924fe9..778a08bf 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "moonwhaler", + "title": "SeedVR2 Tiling Upscaler", + "reference": "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler", + "files": [ + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching." + }, + { + "author": "routhakash", + "title": "AkkiNodes LLM Suite: Your Personal AI Film Studio", + "reference": "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI", + "files": [ + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI" + ], + "install_type": "git-clone", + "description": "A suite of advanced ComfyUI custom nodes for a complete 'Script-to-Screen' workflow, powered by local LLMs." + }, + { + "author": "Maxed-Out-99", + "title": "ComfyUI-SmartModelLoaders-MXD", + "reference": "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD", + "files": [ + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD" + ], + "install_type": "git-clone", + "description": "Smart, unified model loaders for ComfyUI that support both standard .safetensors and quantized .gguf formats — no switching nodes required. Includes flexible UNET and CLIP loaders that work across models like SDXL, SD3, Flux, and more." + }, { "author": "L33chKing", "title": "Tag Frequency Weighter for ComfyUI", @@ -661,56 +691,6 @@ ], "install_type": "git-clone", "description": "A ComfyUI custom node that parses prompt text for LoRA tags and visualizes their metadata, including trigger words, strength values, thumbnail previews, and example images." - }, - { - "author": "HWDigi", - "title": "Factory Prompt Generator", - "reference": "https://github.com/HWDigi/Factory-Prompts_comfyui", - "files": [ - "https://github.com/HWDigi/Factory-Prompts_comfyui" - ], - "install_type": "git-clone", - "description": "A comprehensive ComfyUI custom node suite for advanced Safe for Work prompt generation across all checkpoint types (Pony, SDXL, SD1.5, and more). This SFW edition is specifically designed for professional workflows, educational environments, and GitHub hosting compliance." - }, - { - "author": "BitWalker", - "title": "FlowCV", - "reference": "https://github.com/Koren-cy/FlowCV", - "files": [ - "https://github.com/Koren-cy/FlowCV" - ], - "install_type": "git-clone", - "description": "Visual opencv node package based on comfy ui" - }, - { - "author": "fblissjr", - "title": "ComfyUI-QwenImageWanBridge", - "reference": "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge", - "files": [ - "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge" - ], - "install_type": "git-clone", - "description": "Custom nodes for bridging Qwen-Image and WAN video models in ComfyUI." - }, - { - "author": "jtydhr88", - "title": "ComfyUI-OpenCut", - "reference": "https://github.com/jtydhr88/ComfyUI-OpenCut", - "files": [ - "https://github.com/jtydhr88/ComfyUI-OpenCut" - ], - "install_type": "git-clone", - "description": "This is a ComfyUI plugin that integrated OpenCut into ComfyUI, originally developed by [a/OpenCut](https://github.com/OpenCut-app/OpenCut)" - }, - { - "author": "snomiao", - "title": "ComfyUI Video Crop", - "reference": "https://github.com/snomiao/ComfyUI-Video-Crop", - "files": [ - "https://github.com/snomiao/ComfyUI-Video-Crop" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node for cropping videos using FFmpeg with pixel-precise control." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 8d62d97f..f702218a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -158,6 +158,7 @@ "AILab_MaskPreview", "AILab_Preview", "AILab_ReferenceLatentMask", + "AILab_SDMatte", "BiRefNetRMBG", "BodySegment", "ClothesSegment", @@ -4034,7 +4035,7 @@ "Categorizer", "CollectAndDistributeText", "Coloring", - "ConditionalLoRAApplierCreepybits", + "ConditionalLoRAApplier", "CustomNodeManager", "DelayNode", "DelayTextNode", @@ -4282,9 +4283,11 @@ "https://github.com/DataCTE/prompt_injection": [ [ "AdvancedPromptInjection", + "AdvancedSD15PromptInjection", "PromptInjection", - "SVDPromptInjection", - "SimplePromptInjection" + "SD15PromptInjection", + "SimplePromptInjection", + "SimpleSD15PromptInjection" ], { "title_aux": "Prompt Injection Node for ComfyUI" @@ -4788,6 +4791,9 @@ "JsonPathQuery", "JsonPathQuerySingle", "JsonPathUpdate", + "LaplacianVariance", + "LogicAnd", + "LogicOr", "MaskToBBox", "MergeBBoxes", "ParseBBoxQwenVL", @@ -9249,6 +9255,18 @@ "title_aux": "ComfyUI-MaxedOut" } ], + "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": [ + [ + "CLIPLoaderUnified", + "DualCLIPLoaderUnified", + "QuadrupleCLIPLoaderUnified", + "TripleCLIPLoaderUnified", + "UNETLoaderUnified" + ], + { + "title_aux": "ComfyUI-SmartModelLoaders-MXD" + } + ], "https://github.com/McKlinton2/comfyui-mcklinton-pack": [ [ "ColormaskNode", @@ -18999,7 +19017,6 @@ "Stack_condi", "Stack_latent", "Stack_pre_Mark", - "Stack_pre_Mark_easy", "Stack_sample_data", "Stack_text", "basicIn_Sampler", @@ -19065,6 +19082,7 @@ "create_mulcolor_img", "excel_Prompter", "excel_column_diff", + "excel_imgEditor_helper", "excel_insert_image", "excel_qwen_artistic", "excel_qwen_font", @@ -22896,8 +22914,11 @@ "VaceAdvancedModelPatch", "VaceStrengthTester", "WanVacePhantomDual", + "WanVacePhantomDualV2", "WanVacePhantomExperimental", + "WanVacePhantomExperimentalV2", "WanVacePhantomSimple", + "WanVacePhantomSimpleV2", "WanVaceToVideoLatent" ], { @@ -27687,8 +27708,12 @@ ], "https://github.com/jqy-yo/comfyui-gemini-nodes": [ [ + "GeminiFieldExtractor", "GeminiImageEditor", "GeminiImageGenADV", + "GeminiJSONExtractor", + "GeminiJSONParser", + "GeminiStructuredOutput", "GeminiTextAPI", "GeminiVideoCaptioner" ], @@ -28935,6 +28960,7 @@ "LoadAndResizeImage", "LoadImagesFromFolderKJ", "LoadResAdapterNormalization", + "LoadVideosFromFolder", "LoraExtractKJ", "MaskBatchMulti", "MaskOrImageToWeight", @@ -32843,6 +32869,14 @@ "title_aux": "ComfyUI_BiRefNet_Universal" } ], + "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": [ + [ + "SeedVR2TilingUpscaler" + ], + { + "title_aux": "SeedVR2 Tiling Upscaler" + } + ], "https://github.com/morino-kumasan/comfyui-toml-prompt": [ [ "CheckPointLoaderSimpleFromString", @@ -35851,6 +35885,42 @@ "title_aux": "Mesh Simplifier for ComfyUI" } ], + "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": [ + [ + "AICharacterLookdevBible-Akki", + "AICinematographer_Akki", + "AIQCSupervisor-Akki", + "AISceneChoreographerBible-Akki", + "AIScriptCrafter01FoundationBible-Akki", + "AIScriptCrafter02BeatSheetBible-Akki", + "AIScriptCrafter03ScreenplayBible-Akki", + "AISetLookdevBible-Akki", + "AIShotDurationCalculator-Akki", + "AIVideoPromptEngineerPro-Akki", + "AssetSelector-Akki", + "GenericFileLoader-Akki", + "GenericFileSaver-Akki", + "GenericImageLoader-Akki", + "GenericImageNamer-Akki", + "KeywordLoader-Akki", + "LLMLoader-Akki", + "LLMLoaderLMStudio-Akki", + "LoadTextFileAdvanced-Akki", + "LoadTextFileSimple-Akki", + "LookdevBibleLoader-Akki", + "ProShotListParser-Akki", + "ProjectDirector-Akki", + "SaveTextFile-Akki", + "SceneChoreographyLoader-Akki", + "ShotAssetLoader-Akki", + "ShotSelector-Akki", + "StoryWriter-Akki", + "VideoPromptLoader-Akki" + ], + { + "title_aux": "AkkiNodes LLM Suite: Your Personal AI Film Studio" + } + ], "https://github.com/royceschultz/ComfyUI-Notifications": [ [ "Notif-PlaySound", @@ -37099,6 +37169,7 @@ "https://github.com/slvslvslv/ComfyUI-SmartImageTools": [ [ "SmartBackgroundRemove", + "SmartDrawPoints", "SmartGenerateImage", "SmartImagePaletteConvert", "SmartImagePaletteExtract", @@ -41188,10 +41259,13 @@ "KY_BBoxesToSAM2", "KY_FilePathAnalyzer-", "KY_FileSequenceAnalyzer", + "KY_ImageCropByBBox", + "KY_JSONToBBox", "KY_JoinToString", "KY_LoadImageFrom", "KY_LoadImagesFromFolder", "KY_MathExpression", + "KY_MergeToJSON", "KY_OpenAICaptionImage", "KY_OpenAICaptionImages", "KY_OpenAIChat", @@ -41199,7 +41273,9 @@ "KY_RegexExtractor", "KY_RegexReplace", "KY_SaveImageToPath", - "KY_isNone" + "KY_isNone", + "KY_restoreBBox", + "KY_toBBox" ], { "title_aux": "ComfyUI-KYNode" From 54ed13aadf06933870c78444f159fa67355bae17 Mon Sep 17 00:00:00 2001 From: Saquib Alam Date: Wed, 20 Aug 2025 00:17:56 +0530 Subject: [PATCH 25/35] add nodes for omini-kontext framework (#2087) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0e942cbe..7483aecd 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31589,6 +31589,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "saquib764", + "title": "Omini Kontext", + "id": "omini_kontext_editor", + "reference": "https://github.com/Saquib764/omini-kontext", + "files": [ + "https://github.com/Saquib764/omini-kontext" + ], + "install_type": "git-clone", + "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." } ] } From 561c9f40e5f0df7f01c701d15d85e36d0f8526d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Andr=C3=A9s=20Navarro=20Navarro?= <152553832+YarvixPA@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:49:46 -0500 Subject: [PATCH 26/35] Update custom-node-list.json (#2089) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7483aecd..d1cf266a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17793,6 +17793,16 @@ "install_type": "git-clone", "description": "A set of custom nodes that simplify things." }, + { + "author": "AcademiaSD", + "title": "comfyui_AcademiaSD", + "reference": "https://github.com/AcademiaSD/comfyui_AcademiaSD", + "files": [ + "https://github.com/AcademiaSD/comfyui_AcademiaSD" + ], + "install_type": "git-clone", + "description": "Official set of custom nodes of AcademiaSD." + }, { "author": "SpenserCai", "title": "ComfyUI-FunAudioLLM", From 11aca3513c93378c35ccc117cd99971f05edf898 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 03:53:51 +0900 Subject: [PATCH 27/35] update DB --- custom-node-list.json | 42 +++++++++++++++++++++++-------- node_db/dev/custom-node-list.json | 10 -------- node_db/new/custom-node-list.json | 31 +++++++++++++++++++++++ 3 files changed, 62 insertions(+), 21 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index d1cf266a..f8d6fc50 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31163,6 +31163,37 @@ "install_type": "git-clone", "description": "A ComfyUI custom node for memory-efficient image upscaling using SeedVR2 models with advanced tiling and detail-preserving stitching." }, + { + "author": "saquib764", + "title": "Omini Kontext", + "id": "omini_kontext_editor", + "reference": "https://github.com/Saquib764/omini-kontext", + "files": [ + "https://github.com/Saquib764/omini-kontext" + ], + "install_type": "git-clone", + "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." + }, + { + "author": "obisin", + "title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)", + "reference": "https://github.com/obisin/ComfyUI-DGLS", + "files": [ + "https://github.com/obisin/ComfyUI-DGLS" + ], + "install_type": "git-clone", + "description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups." + }, + { + "author": "Dehypnotic", + "title": "Numbered Text", + "reference": "https://github.com/Dehypnotic/comfyui-numbered-text", + "files": [ + "https://github.com/Dehypnotic/comfyui-numbered-text" + ], + "install_type": "git-clone", + "description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes" + }, @@ -31599,17 +31630,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "saquib764", - "title": "Omini Kontext", - "id": "omini_kontext_editor", - "reference": "https://github.com/Saquib764/omini-kontext", - "files": [ - "https://github.com/Saquib764/omini-kontext" - ], - "install_type": "git-clone", - "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." } ] } diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 868dbc4d..a4a29597 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -311,16 +311,6 @@ "install_type": "git-clone", "description": "A ComfyUI custom node that randomly selects LoRA files by category and automatically applies corresponding trigger words.\nNOTE: The files in the repo are not organized." }, - { - "author": "AcademiaSD", - "title": "comfyui_AcademiaSD", - "reference": "https://github.com/AcademiaSD/comfyui_AcademiaSD", - "files": [ - "https://github.com/AcademiaSD/comfyui_AcademiaSD" - ], - "install_type": "git-clone", - "description": "NODES: Counter (from file), Reset Counter (to file), Padded File Name, Prompt Batch Selector (by line)" - }, { "author": "idoru", "title": "Filestash Upload Node [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 778a08bf..95d9f524 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,36 @@ { "custom_nodes": [ + { + "author": "saquib764", + "title": "Omini Kontext", + "id": "omini_kontext_editor", + "reference": "https://github.com/Saquib764/omini-kontext", + "files": [ + "https://github.com/Saquib764/omini-kontext" + ], + "install_type": "git-clone", + "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." + }, + { + "author": "obisin", + "title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)", + "reference": "https://github.com/obisin/ComfyUI-DGLS", + "files": [ + "https://github.com/obisin/ComfyUI-DGLS" + ], + "install_type": "git-clone", + "description": "Smart dynamic layer swapping between GPU and CPU for optimal inference performance with comprehensive mixed precision handling and copy-compute overlap optimization. Enables running much larger models on limited VRAM setups." + }, + { + "author": "Dehypnotic", + "title": "Numbered Text", + "reference": "https://github.com/Dehypnotic/comfyui-numbered-text", + "files": [ + "https://github.com/Dehypnotic/comfyui-numbered-text" + ], + "install_type": "git-clone", + "description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes" + }, { "author": "moonwhaler", "title": "SeedVR2 Tiling Upscaler", From d63de803a4a9200848d49c4ba03d0f4b9b2dc8ee Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 04:02:02 +0900 Subject: [PATCH 28/35] update DB --- custom-node-list.json | 4 +- extension-node-map.json | 52 + github-stats.json | 3908 ++++++++++++++------------- node_db/new/extension-node-map.json | 52 + 4 files changed, 2070 insertions(+), 1946 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f8d6fc50..3c47656a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1988,7 +1988,7 @@ }, { "author": "badjeff", - "title": "LoRA Tag Loader for ComfyUI", + "title": "badjeff/LoRA Tag Loader for ComfyUI", "id": "lora-tag-loader", "reference": "https://github.com/badjeff/comfyui_lora_tag_loader", "files": [ @@ -30888,7 +30888,7 @@ }, { "author": "shinyakidoguchi301", - "title": "LoRA Tag Loader for ComfyUI", + "title": "shinyakidoguchi301/LoRA Tag Loader for ComfyUI", "reference": "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader", "files": [ "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader" diff --git a/extension-node-map.json b/extension-node-map.json index f702218a..aca6f160 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1777,6 +1777,17 @@ "title_aux": "Kolors Awesome Prompts" } ], + "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ + [ + "LoopCounterToFile", + "PaddedFileName", + "PromptBatchSelector", + "ResetCounterFile" + ], + { + "title_aux": "comfyui_AcademiaSD" + } + ], "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", @@ -1828,6 +1839,9 @@ ], "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [ [ + "Advanced_Color_Correction", + "Advanced_Latent_Noise", + "Advanced_Sharpen", "Advanced_Upscale_Image_Using_Model", "Capped_Float_Positive", "Capped_Int_Positive", @@ -1841,6 +1855,7 @@ "Image_Tiler", "Image_Untiler", "Int_Divide_Rounded", + "SamplerTiledContextAdvanced", "Sampler_Settings", "Smart_Seed", "Triple_Prompt" @@ -4372,6 +4387,14 @@ "title_aux": "ascii-art-comfyui" } ], + "https://github.com/Dehypnotic/comfyui-numbered-text": [ + [ + "NumberedMultilineText" + ], + { + "title_aux": "Numbered Text" + } + ], "https://github.com/DenRakEiw/Latent_Nodes": [ [ "LatentColorMatch", @@ -10647,6 +10670,7 @@ [ "Apply Circular Padding Model", "Apply Circular Padding VAE", + "Create Seam Mask", "Crop 360 to 180 Equirectangular", "Crop Image with Coords", "Crop Stereo to Monoscopic", @@ -11400,6 +11424,17 @@ "title_aux": "Santodan Random LoRA Node" } ], + "https://github.com/Saquib764/omini-kontext": [ + [ + "NunchakuOminiKontextPatch", + "OminiKontextConditioning", + "OminiKontextEditor", + "OminiKontextModelPatch" + ], + { + "title_aux": "Omini Kontext" + } + ], "https://github.com/SaturMars/ComfyUI-NVVFR": [ [ "NVVFR" @@ -16392,6 +16427,7 @@ "Comfly_mj_video_extend", "Comfly_mjstyle", "Comfly_qwen_image", + "Comfly_qwen_image_edit", "Comfly_upload", "Comfly_video_extend" ], @@ -17048,12 +17084,14 @@ "Sage_DualCLIPTextEncode", "Sage_DualCLIPTextEncodeLumina2", "Sage_EmptyLatentImagePassthrough", + "Sage_FloatToStr", "Sage_FreeMemory", "Sage_FreeU2", "Sage_GetFileHash", "Sage_GuessResolutionByRatio", "Sage_Halt", "Sage_HiDreamE1_Instruction", + "Sage_IntToStr", "Sage_JoinText", "Sage_KSampler", "Sage_KSamplerAudioDecoder", @@ -21445,6 +21483,7 @@ "TestWhileLoopOpen", "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", + "TextEncodeQwenImageEdit", "ThresholdMask", "TomePatchModel", "TorchCompileModel", @@ -23606,6 +23645,7 @@ "AdvancedVLMSampler", "AnyTypePassthrough", "AutoMemoryManager", + "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", "LoopAwareResponseIterator", @@ -23621,6 +23661,7 @@ "TextListCleanup", "TextListIndexer", "TextListToString", + "TwoRoundVLMPrompter", "VLMImagePassthrough", "VLMImageProcessor", "VLMImageResizer", @@ -23630,6 +23671,7 @@ "VLMResultCollector", "VLMResultIterator", "VLMResultsToGeneric", + "VLMStyleRewriter", "VideoFramePairExtractor", "VideoSegmentAssembler" ], @@ -33961,6 +34003,15 @@ "title_aux": "Olm LUT Node for ComfyUI" } ], + "https://github.com/obisin/ComfyUI-DGLS": [ + [ + "DGLSModelLoader", + "DynamicSwappingLoader" + ], + { + "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35051,6 +35102,7 @@ "PVL KONTEXT MAX", "PVLCheckIfConnected", "PVL_NoneOutputNode", + "PVL_SaveOrNot", "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", diff --git a/github-stats.json b/github-stats.json index 1b9be10c..0eff7cfb 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,7 +2,7 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, @@ -12,72 +12,72 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 51, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 54, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 40, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1259, + "stars": 1264, "last_update": "2025-08-18 20:50:39", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 60, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { - "stars": 110, + "stars": 111, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1344, @@ -87,72 +87,72 @@ "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 62, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 86, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-16 14:12:49", - "author_account_age_days": 868 + "last_update": "2025-08-19 06:41:53", + "author_account_age_days": 869 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1339 + "author_account_age_days": 1340 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2424 + "author_account_age_days": 2425 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, @@ -162,7 +162,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, @@ -187,22 +187,22 @@ "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, @@ -212,47 +212,47 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { "stars": 0, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 5, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -267,7 +267,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, @@ -297,12 +297,12 @@ "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2421, - "last_update": "2025-08-18 06:57:53", - "author_account_age_days": 431 + "stars": 2426, + "last_update": "2025-08-19 09:42:36", + "author_account_age_days": 432 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, @@ -322,247 +322,247 @@ "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 89, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 243, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 25, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 162, + "stars": 163, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 62, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 630 + "author_account_age_days": 631 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 2309, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 350, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 368, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 106, @@ -572,7 +572,7 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, @@ -602,7 +602,7 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, @@ -637,22 +637,22 @@ "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 295, @@ -662,17 +662,22 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 909 + "author_account_age_days": 910 + }, + "https://github.com/AcademiaSD/comfyui_AcademiaSD": { + "stars": 6, + "last_update": "2025-08-19 10:27:43", + "author_account_age_days": 454 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, @@ -680,7 +685,7 @@ "author_account_age_days": 4225 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 534, + "stars": 535, "last_update": "2025-08-09 15:42:44", "author_account_age_days": 4225 }, @@ -692,7 +697,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -702,17 +707,17 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1229 + "author_account_age_days": 1230 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, @@ -747,57 +752,57 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4121 + "author_account_age_days": 4122 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5632 + "author_account_age_days": 5633 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, @@ -807,7 +812,7 @@ "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1241 + "author_account_age_days": 1242 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, @@ -827,7 +832,7 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -837,32 +842,32 @@ "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3369 + "author_account_age_days": 3370 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 953 + "author_account_age_days": 954 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 15, "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5006 + "author_account_age_days": 5007 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, @@ -882,62 +887,62 @@ "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 142, - "last_update": "2025-08-14 13:04:50", + "stars": 151, + "last_update": "2025-08-19 01:07:50", "author_account_age_days": 3311 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 1, - "last_update": "2025-08-18 21:48:17", + "stars": 32, + "last_update": "2025-08-19 16:36:12", "author_account_age_days": 3311 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 916 + "author_account_age_days": 917 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, @@ -945,9 +950,9 @@ "author_account_age_days": 3657 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 437, + "stars": 438, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, @@ -957,27 +962,27 @@ "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3427 + "author_account_age_days": 3428 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1393, @@ -1037,7 +1042,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1047,12 +1052,12 @@ "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, @@ -1125,7 +1130,7 @@ "author_account_age_days": 264 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 5, + "stars": 7, "last_update": "2025-08-13 06:57:26", "author_account_age_days": 264 }, @@ -1140,14 +1145,14 @@ "author_account_age_days": 2634 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { - "stars": 101, + "stars": 102, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5245 + "author_account_age_days": 5246 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 53, @@ -1167,22 +1172,22 @@ "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, @@ -1192,7 +1197,7 @@ "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, @@ -1200,94 +1205,94 @@ "author_account_age_days": 386 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { - "stars": 19, + "stars": 20, "last_update": "2025-05-08 09:38:09", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { - "stars": 13, + "stars": 14, "last_update": "2025-02-16 16:30:36", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { - "stars": 70, + "stars": 71, "last_update": "2025-04-17 09:51:35", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { - "stars": 220, + "stars": 221, "last_update": "2025-05-08 05:52:02", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { - "stars": 3, + "stars": 4, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { - "stars": 80, + "stars": 81, "last_update": "2025-01-24 16:09:46", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { - "stars": 622, + "stars": 623, "last_update": "2025-01-30 08:08:20", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { - "stars": 23, + "stars": 24, "last_update": "2024-10-09 06:56:04", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { - "stars": 34, + "stars": 35, "last_update": "2025-02-16 18:52:28", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { - "stars": 135, + "stars": 136, "last_update": "2024-10-14 15:06:36", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { - "stars": 6, + "stars": 7, "last_update": "2025-01-24 16:13:13", "author_account_age_days": 618 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { - "stars": 94, + "stars": 95, "last_update": "2025-01-24 15:43:29", "author_account_age_days": 618 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 669 + "author_account_age_days": 670 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 251, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { - "stars": 74, + "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 41, @@ -1297,65 +1302,65 @@ "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5517 + "author_account_age_days": 5518 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 0, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 241, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 526, + "stars": 528, "last_update": "2025-08-14 22:18:56", "author_account_age_days": 450 }, @@ -1377,42 +1382,42 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/Comfy-Org/NIMnodes": { "stars": 37, "last_update": "2025-08-15 02:22:24", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, - "last_update": "2025-08-17 00:49:57", - "author_account_age_days": 86 + "last_update": "2025-08-19 18:54:50", + "author_account_age_days": 87 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 37, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1427,17 +1432,17 @@ "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 126, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4075 + "author_account_age_days": 4076 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, @@ -1447,37 +1452,37 @@ "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1423 + "author_account_age_days": 1424 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-18 16:56:27", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1522 + "author_account_age_days": 1523 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, @@ -1502,22 +1507,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1025 + "author_account_age_days": 1026 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1542,12 +1547,12 @@ "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3897 + "author_account_age_days": 3898 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, @@ -1557,12 +1562,12 @@ "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4635 + "author_account_age_days": 4636 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, @@ -1577,30 +1582,35 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", "author_account_age_days": 175 }, + "https://github.com/Dehypnotic/comfyui-numbered-text": { + "stars": 0, + "last_update": "2025-08-19 17:43:35", + "author_account_age_days": 1513 + }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { "stars": 6, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { - "stars": 420, + "stars": 421, "last_update": "2024-06-22 02:12:19", "author_account_age_days": 2195 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { - "stars": 18, + "stars": 19, "last_update": "2025-06-22 10:33:31", "author_account_age_days": 566 }, @@ -1612,10 +1622,10 @@ "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 6, + "stars": 7, "last_update": "2025-07-02 11:04:14", "author_account_age_days": 621 }, @@ -1642,7 +1652,7 @@ "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, @@ -1672,12 +1682,12 @@ "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 337, - "last_update": "2025-08-04 14:11:12", - "author_account_age_days": 3324 + "stars": 339, + "last_update": "2025-08-19 03:21:52", + "author_account_age_days": 3325 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1697,7 +1707,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 366 + "author_account_age_days": 367 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1722,7 +1732,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1732,7 +1742,7 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 52, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, @@ -1747,22 +1757,22 @@ "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5137 + "author_account_age_days": 5138 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1563 + "author_account_age_days": 1564 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3040 + "author_account_age_days": 3041 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 229, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3198 + "author_account_age_days": 3199 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, @@ -1772,22 +1782,22 @@ "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 5, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 389 + "author_account_age_days": 390 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1795,29 +1805,29 @@ "author_account_age_days": 3691 }, "https://github.com/Erehr/ComfyUI-EreNodes": { - "stars": 38, + "stars": 39, "last_update": "2025-08-11 10:10:28", "author_account_age_days": 3691 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 612, + "stars": 613, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4019 + "author_account_age_days": 4020 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 427 + "author_account_age_days": 428 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, - "last_update": "2025-08-14 08:00:07", - "author_account_age_days": 8 + "last_update": "2025-08-19 08:09:42", + "author_account_age_days": 9 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1840,7 +1850,7 @@ "author_account_age_days": 3628 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 417, + "stars": 418, "last_update": "2024-09-10 17:44:50", "author_account_age_days": 3570 }, @@ -1885,7 +1895,7 @@ "author_account_age_days": 3570 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { - "stars": 51, + "stars": 52, "last_update": "2025-05-24 07:36:22", "author_account_age_days": 3570 }, @@ -1897,7 +1907,7 @@ "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 776, @@ -1920,7 +1930,7 @@ "author_account_age_days": 3552 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3283, + "stars": 3289, "last_update": "2025-06-20 08:57:29", "author_account_age_days": 3552 }, @@ -1932,42 +1942,42 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1260 + "author_account_age_days": 1261 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3175 + "author_account_age_days": 3176 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 16, - "last_update": "2025-08-17 04:02:31", + "last_update": "2025-08-18 22:18:53", "author_account_age_days": 1092 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, @@ -1982,12 +1992,12 @@ "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, @@ -1996,33 +2006,33 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-18 21:57:17", - "author_account_age_days": 1923 + "last_update": "2025-08-19 18:43:22", + "author_account_age_days": 1924 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { - "stars": 5, + "stars": 6, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1097 + "author_account_age_days": 1098 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, @@ -2037,27 +2047,27 @@ "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2101 + "author_account_age_days": 2102 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, @@ -2067,27 +2077,27 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 35, "last_update": "2025-08-15 03:25:07", - "author_account_age_days": 1830 + "author_account_age_days": 1831 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 4, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4037 + "author_account_age_days": 4038 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2589 + "author_account_age_days": 2590 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, @@ -2107,12 +2117,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2127,7 +2137,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2137,22 +2147,22 @@ "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2803 + "author_account_age_days": 2804 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 117 + "author_account_age_days": 118 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, @@ -2162,7 +2172,7 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 157 + "author_account_age_days": 158 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, @@ -2192,22 +2202,22 @@ "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 166 + "author_account_age_days": 167 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3365 + "author_account_age_days": 3366 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2222,7 +2232,7 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, @@ -2232,7 +2242,7 @@ "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, @@ -2242,7 +2252,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 6, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2250,14 +2260,14 @@ "author_account_age_days": 189 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { - "stars": 85, + "stars": 87, "last_update": "2025-07-23 18:53:37", "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { - "stars": 11, + "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, @@ -2265,19 +2275,19 @@ "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 138, + "stars": 139, "last_update": "2024-12-20 08:41:09", "author_account_age_days": 249 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 80, + "stars": 81, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 60, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2292,22 +2302,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 147 + "author_account_age_days": 148 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, - "last_update": "2025-08-16 04:57:17", - "author_account_age_days": 195 + "last_update": "2025-08-19 06:30:10", + "author_account_age_days": 196 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { - "stars": 1, + "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2317,62 +2327,62 @@ "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2658 + "author_account_age_days": 2659 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2334 + "author_account_age_days": 2335 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, @@ -2382,7 +2392,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4395 + "author_account_age_days": 4396 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2402,12 +2412,12 @@ "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, @@ -2417,22 +2427,22 @@ "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2118 + "author_account_age_days": 2119 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-17 11:51:05", - "author_account_age_days": 4163 + "author_account_age_days": 4164 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1055 + "author_account_age_days": 1056 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, @@ -2442,12 +2452,12 @@ "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, @@ -2472,17 +2482,17 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2149 + "author_account_age_days": 2150 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 744 + "author_account_age_days": 745 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2492,17 +2502,17 @@ "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 252 + "author_account_age_days": 253 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 449 + "author_account_age_days": 450 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -2542,17 +2552,17 @@ "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3050 + "author_account_age_days": 3051 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, @@ -2562,7 +2572,7 @@ "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, @@ -2602,32 +2612,32 @@ "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { - "stars": 115, + "stars": 116, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 115, + "stars": 116, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2647,37 +2657,37 @@ "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4419 + "author_account_age_days": 4420 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2692,17 +2702,17 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, @@ -2732,7 +2742,7 @@ "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1268 + "author_account_age_days": 1269 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, @@ -2742,7 +2752,7 @@ "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 16, @@ -2767,12 +2777,12 @@ "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 35, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, @@ -2797,17 +2807,17 @@ "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, @@ -2827,7 +2837,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 368 + "author_account_age_days": 369 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2842,7 +2852,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2107 + "author_account_age_days": 2108 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 19, @@ -2867,7 +2877,7 @@ "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 503, "last_update": "2025-08-16 15:43:32", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 213, @@ -2882,30 +2892,30 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { - "stars": 853, + "stars": 854, "last_update": "2025-08-06 20:02:42", "author_account_age_days": 4137 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3241, + "stars": 3242, "last_update": "2025-08-06 05:23:51", "author_account_age_days": 4137 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1157, + "stars": 1158, "last_update": "2025-08-07 14:53:50", "author_account_age_days": 4137 }, @@ -2917,42 +2927,42 @@ "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5988 + "author_account_age_days": 5989 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 931 + "author_account_age_days": 932 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 136, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2199 + "author_account_age_days": 2200 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2670 + "author_account_age_days": 2671 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, @@ -2965,7 +2975,7 @@ "author_account_age_days": 515 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 154, + "stars": 155, "last_update": "2025-05-31 17:36:04", "author_account_age_days": 515 }, @@ -2992,32 +3002,32 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2909 + "author_account_age_days": 2910 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { - "stars": 6, + "stars": 7, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 321 + "author_account_age_days": 322 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 152 + "author_account_age_days": 153 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1552 + "author_account_age_days": 1553 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3025,19 +3035,19 @@ "author_account_age_days": 584 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 497, + "stars": 498, "last_update": "2024-08-05 11:32:30", "author_account_age_days": 584 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 279 + "author_account_age_days": 280 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, @@ -3047,7 +3057,7 @@ "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 134, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, @@ -3062,27 +3072,27 @@ "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 16, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { - "stars": 8, + "stars": 9, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 402 + "author_account_age_days": 403 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { - "stars": 0, + "stars": 1, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4536 + "author_account_age_days": 4537 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, @@ -3105,24 +3115,24 @@ "author_account_age_days": 404 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2315, + "stars": 2316, "last_update": "2025-07-16 15:41:42", "author_account_age_days": 4611 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, - "last_update": "2025-06-04 00:28:38", - "author_account_age_days": 4249 + "last_update": "2025-08-19 00:14:54", + "author_account_age_days": 4250 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3137,7 +3147,7 @@ "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3162,12 +3172,12 @@ "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2861 + "author_account_age_days": 2862 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { "stars": 37, @@ -3190,7 +3200,7 @@ "author_account_age_days": 1917 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 96, + "stars": 97, "last_update": "2025-03-28 18:39:16", "author_account_age_days": 1917 }, @@ -3202,52 +3212,52 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/Comfy_KepListStuff": { - "stars": 46, + "stars": 47, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2070 + "author_account_age_days": 2071 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, @@ -3277,12 +3287,12 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 802 + "author_account_age_days": 803 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, @@ -3302,17 +3312,17 @@ "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2053 + "author_account_age_days": 2054 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2053 + "author_account_age_days": 2054 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1128 + "author_account_age_days": 1129 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3327,42 +3337,42 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3625 + "author_account_age_days": 3626 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1990 + "author_account_age_days": 1991 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2027 + "author_account_age_days": 2028 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { "stars": 0, "last_update": "2025-08-18 06:00:05", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, @@ -3372,27 +3382,27 @@ "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1669 + "author_account_age_days": 1670 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 91, @@ -3422,12 +3432,12 @@ "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 480 + "author_account_age_days": 481 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, @@ -3472,7 +3482,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3497,7 +3507,7 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, @@ -3507,7 +3517,7 @@ "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 49, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3223 + "author_account_age_days": 3224 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, @@ -3530,39 +3540,39 @@ "author_account_age_days": 349 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 159, + "stars": 160, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 407 + "author_account_age_days": 408 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4814 + "author_account_age_days": 4815 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3317, + "stars": 3318, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 551, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3465 + "author_account_age_days": 3466 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, @@ -3572,17 +3582,17 @@ "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2158 + "author_account_age_days": 2159 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 3, @@ -3597,22 +3607,22 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3622,7 +3632,7 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -3652,7 +3662,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 24, "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3662,7 +3672,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1365 + "author_account_age_days": 1366 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3677,15 +3687,15 @@ "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1199, + "stars": 1200, "last_update": "2025-05-17 18:02:00", "author_account_age_days": 665 }, @@ -3697,7 +3707,7 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, @@ -3707,7 +3717,7 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4251 + "author_account_age_days": 4252 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, @@ -3737,7 +3747,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1733 + "author_account_age_days": 1734 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3745,14 +3755,14 @@ "author_account_age_days": 2537 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { - "stars": 30, + "stars": 31, "last_update": "2025-06-29 03:22:25", "author_account_age_days": 2537 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, @@ -3762,12 +3772,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, @@ -3777,22 +3787,22 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2085 + "author_account_age_days": 2086 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2308 + "author_account_age_days": 2309 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3817,12 +3827,12 @@ "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 57, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, @@ -3837,17 +3847,17 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2263 + "author_account_age_days": 2264 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3872,22 +3882,22 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, @@ -3897,12 +3907,12 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2971 + "author_account_age_days": 2972 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, @@ -3910,24 +3920,24 @@ "author_account_age_days": 3812 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2476, + "stars": 2478, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 67, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 15, "last_update": "2025-08-18 19:47:38", - "author_account_age_days": 3862 + "author_account_age_days": 3863 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, @@ -3937,27 +3947,27 @@ "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 690 + "author_account_age_days": 691 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, @@ -3972,7 +3982,7 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 218 + "author_account_age_days": 219 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, @@ -3980,39 +3990,39 @@ "author_account_age_days": 4352 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { - "stars": 7, + "stars": 8, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 16, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1798 + "author_account_age_days": 1799 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 10, @@ -4027,57 +4037,57 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, "last_update": "2025-08-15 17:55:45", - "author_account_age_days": 1849 + "author_account_age_days": 1850 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 6, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, @@ -4087,7 +4097,7 @@ "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 109, @@ -4100,7 +4110,7 @@ "author_account_age_days": 2833 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { - "stars": 175, + "stars": 176, "last_update": "2025-02-18 09:22:52", "author_account_age_days": 2833 }, @@ -4112,22 +4122,22 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3507 + "author_account_age_days": 3508 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3507 + "author_account_age_days": 3508 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3507 + "author_account_age_days": 3508 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 78, @@ -4177,37 +4187,37 @@ "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { - "stars": 422, + "stars": 423, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1863 + "author_account_age_days": 1864 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 2001 + "author_account_age_days": 2002 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, @@ -4227,17 +4237,22 @@ "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3115 + "author_account_age_days": 3116 + }, + "https://github.com/Saquib764/omini-kontext": { + "stars": 337, + "last_update": "2025-08-18 18:30:55", + "author_account_age_days": 4897 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 18, + "stars": 20, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4247,22 +4262,22 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3616 + "author_account_age_days": 3617 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 14, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 158, @@ -4272,12 +4287,12 @@ "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 56, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 115, @@ -4292,7 +4307,7 @@ "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3028 + "author_account_age_days": 3029 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, @@ -4307,247 +4322,247 @@ "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5305 + "author_account_age_days": 5306 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 427, + "stars": 428, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1717 + "author_account_age_days": 1718 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 535 + "author_account_age_days": 536 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4590 + "author_account_age_days": 4591 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 312, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { - "stars": 18, + "stars": 19, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 29, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 883, + "stars": 884, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 2, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 13, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 27, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 88, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 72, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4557,7 +4572,7 @@ "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2958 + "author_account_age_days": 2959 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 44, @@ -4572,7 +4587,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, @@ -4587,12 +4602,12 @@ "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, "last_update": "2025-08-17 08:53:52", - "author_account_age_days": 3972 + "author_account_age_days": 3973 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, @@ -4602,7 +4617,7 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, @@ -4635,7 +4650,7 @@ "author_account_age_days": 3982 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 247, + "stars": 248, "last_update": "2025-05-07 11:44:27", "author_account_age_days": 1932 }, @@ -4675,9 +4690,9 @@ "author_account_age_days": 257 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { - "stars": 30, + "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4667 + "author_account_age_days": 4668 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -4692,47 +4707,47 @@ "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 17, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2362 + "author_account_age_days": 2363 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, @@ -4757,12 +4772,12 @@ "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3966 + "author_account_age_days": 3967 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, "last_update": "2025-08-15 06:44:08", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, @@ -4772,52 +4787,52 @@ "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 58, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 83, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, @@ -4827,12 +4842,12 @@ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3998 + "author_account_age_days": 3999 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 969, @@ -4842,12 +4857,12 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2459 + "author_account_age_days": 2460 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3792 + "author_account_age_days": 3793 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, @@ -4857,27 +4872,27 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 87, + "stars": 88, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1962 + "author_account_age_days": 1963 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 135, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, @@ -4885,9 +4900,9 @@ "author_account_age_days": 540 }, "https://github.com/TMElyralab/Comfyui-MusePose": { - "stars": 418, + "stars": 417, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, @@ -4902,47 +4917,47 @@ "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 207, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { - "stars": 119, + "stars": 120, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 743, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, @@ -4952,32 +4967,32 @@ "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2635 + "author_account_age_days": 2636 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, @@ -5002,7 +5017,7 @@ "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 383, @@ -5012,7 +5027,7 @@ "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 141, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, @@ -5027,7 +5042,7 @@ "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, @@ -5047,32 +5062,32 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3737 + "author_account_age_days": 3738 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1355 + "author_account_age_days": 1356 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 541, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1041 + "author_account_age_days": 1042 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -5082,7 +5097,7 @@ "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 167, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, @@ -5092,12 +5107,12 @@ "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1280 + "author_account_age_days": 1281 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, @@ -5117,7 +5132,7 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 245, @@ -5137,7 +5152,7 @@ "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 296, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 662 + "author_account_age_days": 663 }, "https://github.com/VK/vk-nodes": { "stars": 0, @@ -5167,7 +5182,7 @@ "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, @@ -5202,7 +5217,7 @@ "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, @@ -5212,7 +5227,7 @@ "https://github.com/VykosX/ControlFlowUtils": { "stars": 125, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, @@ -5247,12 +5262,12 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2632 + "author_account_age_days": 2633 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, @@ -5277,7 +5292,7 @@ "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 24, @@ -5285,24 +5300,24 @@ "author_account_age_days": 209 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 87, - "last_update": "2025-08-18 04:12:59", - "author_account_age_days": 1713 + "stars": 96, + "last_update": "2025-08-19 14:26:22", + "author_account_age_days": 1714 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4172 + "author_account_age_days": 4173 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2712 + "author_account_age_days": 2713 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5310,59 +5325,59 @@ "author_account_age_days": 4064 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { - "stars": 26, + "stars": 27, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 445 + "author_account_age_days": 446 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 138 + "author_account_age_days": 139 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1615, + "stars": 1616, "last_update": "2024-10-30 12:51:21", "author_account_age_days": 378 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 102 + "author_account_age_days": 103 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 357 + "author_account_age_days": 358 }, "https://github.com/Xiangyu-CAS/HandFixer": { "stars": 195, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2194 + "author_account_age_days": 2195 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3899 + "author_account_age_days": 3900 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, @@ -5382,22 +5397,22 @@ "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3115 + "author_account_age_days": 3116 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, @@ -5407,12 +5422,12 @@ "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 419 + "author_account_age_days": 420 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3070 + "author_account_age_days": 3071 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 221, @@ -5437,182 +5452,182 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1206 + "author_account_age_days": 1207 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { "stars": 9, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { - "stars": 18, + "stars": 19, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 6, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 21, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5707,37 +5722,37 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1703 + "author_account_age_days": 1704 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5960 + "author_account_age_days": 5961 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5747,7 +5762,7 @@ "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 216, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5772,32 +5787,32 @@ "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 39, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5222 + "author_account_age_days": 5223 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, @@ -5817,7 +5832,7 @@ "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 37, @@ -5837,32 +5852,32 @@ "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 633 + "author_account_age_days": 634 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2642 + "author_account_age_days": 2643 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 36, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2304 + "author_account_age_days": 2305 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, @@ -5872,27 +5887,27 @@ "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 131, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 324 + "author_account_age_days": 325 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { "stars": 110, - "last_update": "2025-08-18 02:52:53", - "author_account_age_days": 324 + "last_update": "2025-08-19 08:34:40", + "author_account_age_days": 325 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5907,7 +5922,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -5917,22 +5932,22 @@ "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 128, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4968 + "author_account_age_days": 4969 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2193, + "stars": 2192, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1301, - "last_update": "2025-08-13 11:20:11", - "author_account_age_days": 738 + "stars": 1305, + "last_update": "2025-08-19 07:34:30", + "author_account_age_days": 739 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, @@ -5942,27 +5957,27 @@ "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { "stars": 51, - "last_update": "2025-08-14 06:08:02", - "author_account_age_days": 1074 + "last_update": "2025-08-19 07:51:01", + "author_account_age_days": 1075 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 409 + "author_account_age_days": 410 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, @@ -5972,37 +5987,37 @@ "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { "stars": 0, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 231, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 306, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, @@ -6022,32 +6037,32 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2245 + "author_account_age_days": 2246 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-07-06 11:07:34", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, @@ -6092,7 +6107,7 @@ "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 27, "last_update": "2025-08-18 15:23:56", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6107,17 +6122,17 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1264, + "stars": 1265, "last_update": "2025-04-21 06:36:02", "author_account_age_days": 909 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 83, @@ -6137,17 +6152,17 @@ "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2414 + "author_account_age_days": 2415 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, @@ -6157,7 +6172,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3373 + "author_account_age_days": 3374 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, @@ -6172,17 +6187,17 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2170 + "author_account_age_days": 2171 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, @@ -6192,27 +6207,27 @@ "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, - "last_update": "2025-08-12 06:40:30", - "author_account_age_days": 6168 + "last_update": "2025-08-19 00:58:48", + "author_account_age_days": 6169 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 77, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3954 + "author_account_age_days": 3955 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, @@ -6242,17 +6257,17 @@ "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 434 + "author_account_age_days": 435 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5331 + "author_account_age_days": 5332 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, @@ -6262,12 +6277,12 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 148, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4044 + "author_account_age_days": 4045 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, @@ -6282,12 +6297,12 @@ "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, @@ -6307,7 +6322,7 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, @@ -6317,22 +6332,22 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, "last_update": "2025-06-23 16:12:19", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6342,12 +6357,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, @@ -6362,22 +6377,22 @@ "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/banodoco/steerable-motion": { "stars": 923, @@ -6397,22 +6412,22 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4607 + "author_account_age_days": 4608 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { - "stars": 107, + "stars": 108, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 45 + "author_account_age_days": 46 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3385 + "author_account_age_days": 3386 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 71, @@ -6427,12 +6442,12 @@ "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6452,42 +6467,42 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { - "stars": 29, + "stars": 30, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3096 + "author_account_age_days": 3097 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6497,92 +6512,92 @@ "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 164, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 55, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { "stars": 121, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 121, + "stars": 130, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { "stars": 139, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 102, + "stars": 103, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2356 + "author_account_age_days": 2357 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, @@ -6602,32 +6617,32 @@ "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 115, "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, @@ -6637,12 +6652,12 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2757 + "author_account_age_days": 2758 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, @@ -6657,7 +6672,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4987 + "author_account_age_days": 4988 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, @@ -6692,32 +6707,32 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3834 + "author_account_age_days": 3835 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, @@ -6727,37 +6742,37 @@ "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4023 + "author_account_age_days": 4024 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4518 + "author_account_age_days": 4519 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, @@ -6772,7 +6787,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, @@ -6787,12 +6802,12 @@ "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5575 + "author_account_age_days": 5576 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 804 + "author_account_age_days": 805 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6802,12 +6817,12 @@ "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5106 + "author_account_age_days": 5107 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5106 + "author_account_age_days": 5107 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, @@ -6817,17 +6832,17 @@ "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5065 + "author_account_age_days": 5066 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5065 + "author_account_age_days": 5066 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5065 + "author_account_age_days": 5066 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, @@ -6855,19 +6870,19 @@ "author_account_age_days": 1595 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 403, + "stars": 404, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { "stars": 255, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/bytedance/comfyui-lumi-batcher": { "stars": 386, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4508 + "author_account_age_days": 4509 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, @@ -6887,7 +6902,7 @@ "https://github.com/calcuis/gguf": { "stars": 104, "last_update": "2025-08-14 11:39:01", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, @@ -6906,18 +6921,18 @@ }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { "stars": 161, - "last_update": "2025-08-18 16:04:21", + "last_update": "2025-08-19 08:22:04", "author_account_age_days": 824 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, @@ -6927,12 +6942,12 @@ "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, @@ -6940,24 +6955,24 @@ "author_account_age_days": 3716 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { - "stars": 4, + "stars": 5, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4715 + "author_account_age_days": 4716 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -6977,7 +6992,7 @@ "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1885 + "author_account_age_days": 1886 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, @@ -6987,37 +7002,37 @@ "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4256 + "author_account_age_days": 4257 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, @@ -7100,12 +7115,12 @@ "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { - "stars": 273, + "stars": 272, "last_update": "2024-05-22 22:25:07", "author_account_age_days": 5254 }, "https://github.com/chaojie/ComfyUI-MuseV": { - "stars": 159, + "stars": 158, "last_update": "2024-05-22 22:25:31", "author_account_age_days": 5254 }, @@ -7160,14 +7175,14 @@ "author_account_age_days": 5254 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 107, + "stars": 108, "last_update": "2025-05-06 07:15:41", "author_account_age_days": 754 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7190,7 +7205,7 @@ "author_account_age_days": 3598 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 274, + "stars": 277, "last_update": "2025-06-25 14:30:23", "author_account_age_days": 707 }, @@ -7200,14 +7215,14 @@ "author_account_age_days": 707 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { - "stars": 26, + "stars": 27, "last_update": "2025-03-21 07:29:20", "author_account_age_days": 707 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -7222,72 +7237,72 @@ "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 356, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 53, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 17, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2511, + "stars": 2513, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { "stars": 446, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 144, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 111, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3269 + "author_account_age_days": 3270 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5943 + "author_account_age_days": 5944 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2140 + "author_account_age_days": 2141 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, @@ -7302,32 +7317,32 @@ "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 77, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/chrisgoringe/cg-use-everywhere": { "stars": 773, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4485 + "author_account_age_days": 4486 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, @@ -7337,10 +7352,10 @@ "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2475 + "author_account_age_days": 2476 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 281, + "stars": 282, "last_update": "2025-06-16 04:01:47", "author_account_age_days": 1769 }, @@ -7382,12 +7397,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 780 + "author_account_age_days": 781 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7410,7 +7425,7 @@ "author_account_age_days": 5791 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2382, + "stars": 2383, "last_update": "2025-08-05 14:18:16", "author_account_age_days": 918 }, @@ -7447,12 +7462,12 @@ "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 148, @@ -7462,12 +7477,12 @@ "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7477,7 +7492,7 @@ "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2523 + "author_account_age_days": 2524 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, @@ -7492,37 +7507,37 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4966 + "author_account_age_days": 4967 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5904 + "author_account_age_days": 5905 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-18 16:09:16", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3218 + "author_account_age_days": 3219 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6269 + "author_account_age_days": 6270 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, @@ -7530,79 +7545,79 @@ "author_account_age_days": 587 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85841, - "last_update": "2025-08-18 22:04:50", - "author_account_age_days": 969 + "stars": 85945, + "last_update": "2025-08-19 05:01:37", + "author_account_age_days": 970 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 638, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-18 02:02:44", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5029 + "author_account_age_days": 5030 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5083 + "author_account_age_days": 5084 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3476 + "author_account_age_days": 3477 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3476 + "author_account_age_days": 3477 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3362 + "author_account_age_days": 3363 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, @@ -7622,12 +7637,12 @@ "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7637,52 +7652,52 @@ "https://github.com/crystian/ComfyUI-Crystools": { "stars": 1372, "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 45, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 887 + "author_account_age_days": 888 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { "stars": 478, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5388, + "stars": 5391, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cubiq/ComfyUI_InstantID": { "stars": 1696, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 915, + "stars": 916, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 881, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3672 + "author_account_age_days": 3673 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, @@ -7697,7 +7712,7 @@ "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, @@ -7752,12 +7767,12 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 324, @@ -7765,7 +7780,7 @@ "author_account_age_days": 2825 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 60, + "stars": 61, "last_update": "2024-06-29 19:55:42", "author_account_age_days": 3772 }, @@ -7777,7 +7792,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5744 + "author_account_age_days": 5745 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, @@ -7792,17 +7807,17 @@ "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5133 + "author_account_age_days": 5134 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, @@ -7812,37 +7827,37 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-JDCN": { "stars": 122, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, @@ -7862,12 +7877,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5716 + "author_account_age_days": 5717 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5716 + "author_account_age_days": 5717 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, @@ -7877,32 +7892,32 @@ "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6394 + "author_account_age_days": 6395 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6394 + "author_account_age_days": 6395 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1055 + "author_account_age_days": 1056 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4411 + "author_account_age_days": 4412 }, "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, @@ -7915,14 +7930,14 @@ "author_account_age_days": 4785 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 315, + "stars": 316, "last_update": "2025-08-12 11:15:30", "author_account_age_days": 3835 }, "https://github.com/diodiogod/TTS-Audio-Suite": { - "stars": 13, + "stars": 14, "last_update": "2025-08-16 20:06:28", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -7937,17 +7952,17 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1890 + "author_account_age_days": 1891 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 368, @@ -7982,7 +7997,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1011 + "author_account_age_days": 1012 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -8002,32 +8017,32 @@ "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 9, "last_update": "2025-08-18 16:13:30", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 709 + "author_account_age_days": 710 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -8037,12 +8052,12 @@ "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, @@ -8062,7 +8077,7 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2883 + "author_account_age_days": 2884 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, @@ -8072,17 +8087,17 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, @@ -8097,7 +8112,7 @@ "https://github.com/edoardocarmignani/extralinks": { "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2873 + "author_account_age_days": 2874 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, @@ -8107,22 +8122,22 @@ "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2494 + "author_account_age_days": 2495 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2943 + "author_account_age_days": 2944 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, @@ -8130,9 +8145,9 @@ "author_account_age_days": 376 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 30, + "stars": 33, "last_update": "2025-08-16 11:24:55", - "author_account_age_days": 3853 + "author_account_age_days": 3854 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, @@ -8147,7 +8162,7 @@ "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3786 + "author_account_age_days": 3787 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, @@ -8172,7 +8187,7 @@ "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8182,37 +8197,37 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 14, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 220, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2354 + "author_account_age_days": 2355 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, @@ -8227,37 +8242,37 @@ "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5357 + "author_account_age_days": 5358 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 4, "last_update": "2025-08-17 17:24:06", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fblissjr/shrug-prompter": { "stars": 11, "last_update": "2025-08-07 22:06:43", - "author_account_age_days": 3784 + "author_account_age_days": 3785 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, @@ -8267,7 +8282,7 @@ "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8275,9 +8290,9 @@ "author_account_age_days": 982 }, "https://github.com/feffy380/comfyui-chroma-cache": { - "stars": 6, + "stars": 7, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, @@ -8287,52 +8302,52 @@ "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1469 + "author_account_age_days": 1470 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1979 + "author_account_age_days": 1980 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5464 + "author_account_age_days": 5465 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 3, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5464 + "author_account_age_days": 5465 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5464 + "author_account_age_days": 5465 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 68, "last_update": "2025-06-12 07:07:01", - "author_account_age_days": 3896 + "author_account_age_days": 3897 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 169, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 152, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { "stars": 432, - "last_update": "2025-08-07 18:35:19", - "author_account_age_days": 2156 + "last_update": "2025-08-19 03:16:55", + "author_account_age_days": 2157 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, @@ -8342,7 +8357,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8392,12 +8407,12 @@ "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 98, + "stars": 105, "last_update": "2025-08-17 06:24:00", - "author_account_age_days": 3067 + "author_account_age_days": 3068 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, @@ -8407,7 +8422,7 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3915 + "author_account_age_days": 3916 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, @@ -8442,7 +8457,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8452,7 +8467,7 @@ "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 90, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4890 + "author_account_age_days": 4891 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, @@ -8477,22 +8492,22 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { "stars": 51, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2578 + "author_account_age_days": 2579 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, @@ -8502,22 +8517,22 @@ "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 81, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, @@ -8527,37 +8542,37 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 789 + "author_account_age_days": 790 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4414 + "author_account_age_days": 4415 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, @@ -8572,12 +8587,12 @@ "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5372 + "author_account_age_days": 5373 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3968 + "author_account_age_days": 3969 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8587,42 +8602,42 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 287, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4658 + "author_account_age_days": 4659 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5419 + "author_account_age_days": 5420 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 12, + "stars": 14, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, @@ -8642,7 +8657,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8657,12 +8672,12 @@ "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, @@ -8682,7 +8697,7 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3533 + "author_account_age_days": 3534 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, @@ -8717,7 +8732,7 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, @@ -8737,37 +8752,37 @@ "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4689 + "author_account_age_days": 4690 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4689 + "author_account_age_days": 4690 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, @@ -8787,17 +8802,17 @@ "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-17 14:11:57", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8807,22 +8822,22 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5257 + "author_account_age_days": 5258 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2006, - "last_update": "2025-08-18 21:44:57", - "author_account_age_days": 662 + "stars": 2018, + "last_update": "2025-08-19 07:19:42", + "author_account_age_days": 663 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8832,57 +8847,57 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 3, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 990 + "author_account_age_days": 991 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4058 + "author_account_age_days": 4059 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2337 + "author_account_age_days": 2338 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 142, + "stars": 143, "last_update": "2025-08-15 02:17:35", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, @@ -8897,7 +8912,7 @@ "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8910,34 +8925,34 @@ "author_account_age_days": 4584 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1860, + "stars": 1859, "last_update": "2025-08-16 12:00:49", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 927 + "author_account_age_days": 928 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -8947,7 +8962,7 @@ "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 206, @@ -8957,52 +8972,52 @@ "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 6, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/hnmr293/comfyui-savemem": { - "stars": 0, + "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2749 + "author_account_age_days": 2750 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5063 + "author_account_age_days": 5064 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5052 + "author_account_age_days": 5053 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 433, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1658 + "author_account_age_days": 1659 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, @@ -9010,7 +9025,7 @@ "author_account_age_days": 3296 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1714, + "stars": 1715, "last_update": "2025-02-25 16:35:50", "author_account_age_days": 3296 }, @@ -9042,27 +9057,27 @@ "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 255 + "author_account_age_days": 256 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, @@ -9077,12 +9092,12 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3308 + "author_account_age_days": 3309 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, @@ -9107,22 +9122,22 @@ "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3440 + "author_account_age_days": 3441 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9137,7 +9152,7 @@ "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4815 + "author_account_age_days": 4816 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, @@ -9152,72 +9167,72 @@ "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { "stars": 666, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 133, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, @@ -9227,7 +9242,7 @@ "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1049 + "author_account_age_days": 1050 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, @@ -9242,17 +9257,17 @@ "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 564 + "author_account_age_days": 565 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, @@ -9267,7 +9282,7 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4846 + "author_account_age_days": 4847 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, @@ -9292,7 +9307,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 51, "last_update": "2025-08-15 16:33:27", - "author_account_age_days": 4180 + "author_account_age_days": 4181 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, @@ -9307,17 +9322,17 @@ "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/jamesWalker55/comfyui-various": { - "stars": 119, + "stars": 120, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2947 + "author_account_age_days": 2948 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 12, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9357,7 +9372,7 @@ "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, @@ -9367,7 +9382,7 @@ "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, @@ -9377,12 +9392,12 @@ "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2753 + "author_account_age_days": 2754 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 150, @@ -9392,22 +9407,22 @@ "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1319 + "author_account_age_days": 1320 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3457 + "author_account_age_days": 3458 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, @@ -9415,9 +9430,9 @@ "author_account_age_days": 3550 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { - "stars": 289, + "stars": 287, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, @@ -9427,7 +9442,7 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2485 + "author_account_age_days": 2486 }, "https://github.com/jitcoder/lora-info": { "stars": 105, @@ -9437,7 +9452,7 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4069 + "author_account_age_days": 4070 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, @@ -9447,12 +9462,12 @@ "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5017 + "author_account_age_days": 5018 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, @@ -9462,27 +9477,27 @@ "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 619, + "stars": 620, "last_update": "2024-07-31 13:54:32", "author_account_age_days": 628 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5218 + "author_account_age_days": 5219 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5413 + "author_account_age_days": 5414 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, @@ -9497,22 +9512,22 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-18 09:41:32", - "author_account_age_days": 461 + "author_account_age_days": 462 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2284 + "author_account_age_days": 2285 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, @@ -9520,24 +9535,24 @@ "author_account_age_days": 4350 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { - "stars": 28, + "stars": 29, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { - "stars": 99, + "stars": 100, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 68, + "stars": 69, "last_update": "2025-08-18 12:23:20", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9552,7 +9567,7 @@ "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9560,7 +9575,7 @@ "author_account_age_days": 2266 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { - "stars": 44, + "stars": 45, "last_update": "2025-08-02 00:58:09", "author_account_age_days": 2266 }, @@ -9572,42 +9587,42 @@ "https://github.com/juehackr/comfyui_fk_server": { "stars": 450, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-15 18:24:51", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, - "last_update": "2025-08-15 18:20:24", - "author_account_age_days": 170 + "last_update": "2025-08-19 02:40:30", + "author_account_age_days": 171 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, "last_update": "2025-08-15 18:15:31", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-18 04:21:23", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-15 18:31:50", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9615,9 +9630,9 @@ "author_account_age_days": 332 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 414, + "stars": 415, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, @@ -9632,7 +9647,7 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, @@ -9667,27 +9682,27 @@ "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2849 + "author_account_age_days": 2850 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, @@ -9697,7 +9712,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9712,12 +9727,12 @@ "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9737,17 +9752,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, @@ -9757,22 +9772,22 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5309 + "author_account_age_days": 5310 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9787,207 +9802,207 @@ "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1379 + "author_account_age_days": 1380 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4366 + "author_account_age_days": 4367 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1517, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 187, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 346, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1386, + "stars": 1387, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1006, + "stars": 1007, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 351, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 123, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2520, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1082, + "stars": 1083, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1648, + "stars": 1653, "last_update": "2025-08-18 08:55:28", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 231, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2046, + "stars": 2047, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 549, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { - "stars": 503, + "stars": 504, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-SUPIR": { "stars": 2061, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4048, - "last_update": "2025-08-18 22:04:27", - "author_account_age_days": 2603 + "stars": 4060, + "last_update": "2025-08-19 17:31:02", + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 106, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { "stars": 1015, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 17, @@ -10027,42 +10042,42 @@ "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3311 + "author_account_age_days": 3312 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2229 + "author_account_age_days": 2230 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3469 + "author_account_age_days": 3470 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 63 + "author_account_age_days": 64 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, @@ -10072,22 +10087,22 @@ "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 1, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1721 + "author_account_age_days": 1722 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2699 + "author_account_age_days": 2700 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1987 + "author_account_age_days": 1988 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1543 + "author_account_age_days": 1544 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, @@ -10097,7 +10112,7 @@ "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1038 + "author_account_age_days": 1039 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, @@ -10112,52 +10127,52 @@ "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2077 + "author_account_age_days": 2078 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 78, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, @@ -10187,112 +10202,112 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3130 + "author_account_age_days": 3131 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3937 + "author_account_age_days": 3938 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 7, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, @@ -10307,42 +10322,42 @@ "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2290 + "author_account_age_days": 2291 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, @@ -10352,27 +10367,27 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10382,22 +10397,22 @@ "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 845 + "author_account_age_days": 846 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, @@ -10407,7 +10422,7 @@ "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1156 + "author_account_age_days": 1157 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, @@ -10435,7 +10450,7 @@ "author_account_age_days": 4467 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { - "stars": 100, + "stars": 101, "last_update": "2024-08-12 17:38:17", "author_account_age_days": 3628 }, @@ -10482,37 +10497,37 @@ "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 110, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 409, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, @@ -10527,102 +10542,102 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1365, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 309 + "author_account_age_days": 310 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10647,17 +10662,17 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5187 + "author_account_age_days": 5188 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 789, @@ -10695,39 +10710,39 @@ "author_account_age_days": 4083 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2634, - "last_update": "2025-08-13 09:21:54", - "author_account_age_days": 882 + "stars": 2636, + "last_update": "2025-08-18 22:14:04", + "author_account_age_days": 883 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 243, + "stars": 244, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { "stars": 642, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11188, - "last_update": "2025-08-18 03:33:36", - "author_account_age_days": 495 + "stars": 11199, + "last_update": "2025-08-19 09:08:53", + "author_account_age_days": 496 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 34, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { "stars": 67, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1814 + "author_account_age_days": 1815 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, @@ -10742,12 +10757,12 @@ "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3536 + "author_account_age_days": 3537 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 94, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1857 + "author_account_age_days": 1858 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, @@ -10792,7 +10807,7 @@ "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 202, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, @@ -10807,12 +10822,12 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, @@ -10827,42 +10842,42 @@ "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3926 + "author_account_age_days": 3927 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6174 + "author_account_age_days": 6175 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, @@ -10872,22 +10887,22 @@ "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5604 + "author_account_age_days": 5605 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5604 + "author_account_age_days": 5605 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, @@ -10902,7 +10917,7 @@ "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 91, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5195 + "author_account_age_days": 5196 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 9, @@ -10922,32 +10937,32 @@ "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 13, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/martijnat/comfyui-previewlatent": { - "stars": 39, + "stars": 40, "last_update": "2025-08-08 17:52:29", "author_account_age_days": 3252 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2017 + "author_account_age_days": 2018 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1827 + "author_account_age_days": 1828 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, @@ -10962,17 +10977,17 @@ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-08-17 10:33:40", - "author_account_age_days": 4970 + "author_account_age_days": 4971 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 289, + "stars": 291, "last_update": "2025-06-21 08:02:17", "author_account_age_days": 3341 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -10987,10 +11002,10 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-16 18:39:03", - "author_account_age_days": 3406 + "author_account_age_days": 3407 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1220, + "stars": 1221, "last_update": "2025-03-14 09:33:32", "author_account_age_days": 2522 }, @@ -11002,17 +11017,17 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3623 + "author_account_age_days": 3624 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, @@ -11027,12 +11042,12 @@ "https://github.com/melMass/comfy_mtb": { "stars": 604, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, @@ -11077,17 +11092,17 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 422 + "author_account_age_days": 423 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 446, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 28, + "stars": 29, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, @@ -11097,7 +11112,7 @@ "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2428 + "author_account_age_days": 2429 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, @@ -11107,67 +11122,67 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4729 + "author_account_age_days": 4730 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6336 + "author_account_age_days": 6337 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6336 + "author_account_age_days": 6337 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 423, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 341 + "author_account_age_days": 342 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { - "stars": 140, + "stars": 141, "last_update": "2025-08-15 17:16:56", "author_account_age_days": 1641 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1158 + "author_account_age_days": 1159 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1876, + "stars": 1883, "last_update": "2025-08-16 07:22:13", - "author_account_age_days": 35 + "author_account_age_days": 36 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1394 + "author_account_age_days": 1395 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, @@ -11177,12 +11192,12 @@ "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1120 + "author_account_age_days": 1121 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, @@ -11192,7 +11207,7 @@ "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1135 + "author_account_age_days": 1136 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, @@ -11202,7 +11217,7 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, @@ -11210,9 +11225,9 @@ "author_account_age_days": 828 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { - "stars": 0, - "last_update": "2025-08-18 22:34:13", - "author_account_age_days": 4844 + "stars": 2, + "last_update": "2025-08-18 23:45:27", + "author_account_age_days": 4845 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, @@ -11232,12 +11247,12 @@ "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3226 + "author_account_age_days": 3227 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, @@ -11247,7 +11262,7 @@ "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4500 + "author_account_age_days": 4501 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, @@ -11262,22 +11277,22 @@ "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4358 + "author_account_age_days": 4359 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, @@ -11287,12 +11302,12 @@ "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, @@ -11302,17 +11317,17 @@ "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1244 + "author_account_age_days": 1245 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, @@ -11322,22 +11337,22 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 66 + "author_account_age_days": 67 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5054 + "author_account_age_days": 5055 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, @@ -11362,17 +11377,17 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4355 + "author_account_age_days": 4356 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1739 + "author_account_age_days": 1740 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11382,37 +11397,37 @@ "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 165, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 199, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, @@ -11437,7 +11452,7 @@ "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 211, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 216, @@ -11467,7 +11482,7 @@ "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-18 10:10:50", - "author_account_age_days": 635 + "author_account_age_days": 636 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, @@ -11497,7 +11512,7 @@ "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3878 + "author_account_age_days": 3879 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, @@ -11532,7 +11547,7 @@ "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2207 + "author_account_age_days": 2208 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, @@ -11547,12 +11562,12 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3479 + "author_account_age_days": 3480 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, @@ -11572,7 +11587,7 @@ "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, @@ -11582,12 +11597,12 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 908, @@ -11600,7 +11615,7 @@ "author_account_age_days": 5204 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 535, + "stars": 544, "last_update": "2025-08-18 19:27:23", "author_account_age_days": 5204 }, @@ -11617,52 +11632,57 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2893 + "author_account_age_days": 2894 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2893 + "author_account_age_days": 2894 + }, + "https://github.com/obisin/ComfyUI-DGLS": { + "stars": 0, + "last_update": "2025-08-19 10:19:27", + "author_account_age_days": 1435 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, @@ -11672,27 +11692,27 @@ "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 382 + "author_account_age_days": 383 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4421 + "author_account_age_days": 4422 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 159, @@ -11702,17 +11722,17 @@ "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 21, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4516 + "author_account_age_days": 4517 }, "https://github.com/orex2121/comfyui-OreX": { "stars": 7, @@ -11722,40 +11742,40 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 76, + "stars": 77, "last_update": "2025-03-19 12:56:23", "author_account_age_days": 3449 }, @@ -11775,24 +11795,24 @@ "author_account_age_days": 2823 }, "https://github.com/ostris/ostris_nodes_comfyui": { - "stars": 30, + "stars": 31, "last_update": "2025-04-16 17:03:53", "author_account_age_days": 2823 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 116 + "author_account_age_days": 117 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, @@ -11807,17 +11827,17 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2035 + "author_account_age_days": 2036 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5473 + "author_account_age_days": 5474 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5473 + "author_account_age_days": 5474 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, @@ -11837,17 +11857,17 @@ "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11862,7 +11882,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11872,22 +11892,22 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1650 + "author_account_age_days": 1651 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-08-18 15:45:27", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2178 + "author_account_age_days": 2179 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 57, @@ -11907,12 +11927,12 @@ "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, @@ -11932,27 +11952,27 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3473 + "author_account_age_days": 3474 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1007 + "author_account_age_days": 1008 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, @@ -11962,47 +11982,47 @@ "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1920 + "author_account_age_days": 1921 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, @@ -12010,39 +12030,39 @@ "author_account_age_days": 221 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 410, + "stars": 411, "last_update": "2025-08-18 15:50:10", "author_account_age_days": 3927 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5988 + "author_account_age_days": 5989 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, @@ -12052,42 +12072,42 @@ "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3935 + "author_account_age_days": 3936 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2221 + "author_account_age_days": 2222 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5358 + "author_account_age_days": 5359 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5358 + "author_account_age_days": 5359 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, - "last_update": "2025-08-15 08:10:27", - "author_account_age_days": 462 + "last_update": "2025-08-19 12:29:08", + "author_account_age_days": 463 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -12095,17 +12115,17 @@ "author_account_age_days": 306 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1969, + "stars": 1970, "last_update": "2025-07-28 00:10:36", "author_account_age_days": 3117 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2621, + "stars": 2623, "last_update": "2025-08-09 16:18:21", "author_account_age_days": 918 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 940, + "stars": 941, "last_update": "2025-07-11 09:59:23", "author_account_age_days": 918 }, @@ -12122,77 +12142,77 @@ "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3708 + "author_account_age_days": 3709 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 7, "last_update": "2025-08-16 10:19:57", - "author_account_age_days": 92 + "author_account_age_days": 93 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, @@ -12212,12 +12232,12 @@ "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3583 + "author_account_age_days": 3584 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12227,12 +12247,12 @@ "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1742 + "author_account_age_days": 1743 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3637 + "author_account_age_days": 3638 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, @@ -12242,17 +12262,17 @@ "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 239 + "author_account_age_days": 240 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, - "last_update": "2025-08-18 13:50:32", + "last_update": "2025-08-19 11:22:02", "author_account_age_days": 5676 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4914 + "author_account_age_days": 4915 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, @@ -12272,22 +12292,22 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6041 + "author_account_age_days": 6042 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3743 + "author_account_age_days": 3744 }, "https://github.com/reallusion/ComfyUI-Reallusion": { "stars": 2, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2481 + "author_account_age_days": 2482 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, @@ -12302,7 +12322,7 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, @@ -12310,7 +12330,7 @@ "author_account_age_days": 5047 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 33, + "stars": 34, "last_update": "2025-05-12 14:17:10", "author_account_age_days": 5047 }, @@ -12322,16 +12342,16 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 187, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4905 + "author_account_age_days": 4906 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2140, - "last_update": "2025-08-18 12:55:04", + "stars": 2143, + "last_update": "2025-08-19 03:34:48", "author_account_age_days": 5395 }, "https://github.com/rhdunn/comfyui-audio-processing": { @@ -12347,7 +12367,7 @@ "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, @@ -12362,27 +12382,27 @@ "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 13, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, @@ -12397,22 +12417,22 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2233 + "author_account_age_days": 2234 }, "https://github.com/robertvoy/ComfyUI-Distributed": { - "stars": 240, + "stars": 241, "last_update": "2025-08-16 00:49:56", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 218, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4525 + "author_account_age_days": 4526 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12432,7 +12452,7 @@ "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2730 + "author_account_age_days": 2731 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, @@ -12447,12 +12467,12 @@ "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 3, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 177 + "author_account_age_days": 178 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, @@ -12477,7 +12497,7 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3492 + "author_account_age_days": 3493 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12502,7 +12522,7 @@ "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, @@ -12567,22 +12587,22 @@ "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5177 + "author_account_age_days": 5178 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1342 + "author_account_age_days": 1343 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, @@ -12590,9 +12610,9 @@ "author_account_age_days": 371 }, "https://github.com/scraed/LanPaint": { - "stars": 433, + "stars": 437, "last_update": "2025-08-18 15:07:03", - "author_account_age_days": 3883 + "author_account_age_days": 3884 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12602,27 +12622,27 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5725 + "author_account_age_days": 5726 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5725 + "author_account_age_days": 5726 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 82, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1207 + "author_account_age_days": 1208 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, @@ -12647,12 +12667,12 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 225, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, @@ -12675,24 +12695,24 @@ "author_account_age_days": 3735 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 461, + "stars": 462, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1685, + "stars": 1686, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2463 + "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 34, @@ -12712,37 +12732,37 @@ "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5513 + "author_account_age_days": 5514 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1441 + "author_account_age_days": 1442 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 468, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 285, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2185 + "author_account_age_days": 2186 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, @@ -12792,7 +12812,7 @@ "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -12802,10 +12822,10 @@ "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2046 + "author_account_age_days": 2047 }, "https://github.com/siliconflow/BizyAir": { - "stars": 747, + "stars": 748, "last_update": "2025-07-07 07:09:57", "author_account_age_days": 726 }, @@ -12817,47 +12837,47 @@ "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 298, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1527 + "author_account_age_days": 1528 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 217, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, @@ -12867,22 +12887,22 @@ "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4183 + "author_account_age_days": 4184 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2502 + "author_account_age_days": 2503 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, @@ -12902,7 +12922,7 @@ "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12922,247 +12942,247 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { "stars": 183, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 661, - "last_update": "2025-08-18 13:27:18", - "author_account_age_days": 774 + "stars": 663, + "last_update": "2025-08-19 07:01:16", + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { - "stars": 77, + "stars": 78, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 241, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 56, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 22, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 188, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 72, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1080, + "stars": 1081, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { - "stars": 21, - "last_update": "2025-08-18 13:33:46", - "author_account_age_days": 774 + "stars": 26, + "last_update": "2025-08-19 07:06:55", + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 460, "last_update": "2025-08-15 14:07:34", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 151, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, @@ -13182,12 +13202,12 @@ "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4141 + "author_account_age_days": 4142 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 111 + "author_account_age_days": 112 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, @@ -13197,12 +13217,12 @@ "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, @@ -13222,42 +13242,42 @@ "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 246, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13277,27 +13297,27 @@ "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1281, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2109 + "author_account_age_days": 2110 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, @@ -13310,29 +13330,29 @@ "author_account_age_days": 4504 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 613, + "stars": 614, "last_update": "2025-08-04 19:58:04", "author_account_age_days": 4504 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 16, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 3, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 77, + "stars": 80, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, @@ -13342,27 +13362,27 @@ "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { - "stars": 28, + "stars": 29, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 1004, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, @@ -13372,7 +13392,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13417,7 +13437,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 173 + "author_account_age_days": 174 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13432,27 +13452,27 @@ "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1152 + "author_account_age_days": 1153 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13462,52 +13482,52 @@ "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 750 + "author_account_age_days": 751 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-15 13:12:39", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1427 + "author_account_age_days": 1428 }, "https://github.com/taabata/ComfyCanvas": { "stars": 91, @@ -13527,20 +13547,20 @@ "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 58, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 327 + "author_account_age_days": 328 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5341 + "author_account_age_days": 5342 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/talesofai/comfyui-browser": { - "stars": 604, + "stars": 605, "last_update": "2024-11-11 01:42:30", "author_account_age_days": 976 }, @@ -13552,12 +13572,12 @@ "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4841 + "author_account_age_days": 4842 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, @@ -13567,42 +13587,42 @@ "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 57, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2440 + "author_account_age_days": 2441 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5518 + "author_account_age_days": 5519 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5518 + "author_account_age_days": 5519 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, @@ -13627,57 +13647,57 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-08-16 02:27:04", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 34, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, - "last_update": "2025-08-06 19:00:21", - "author_account_age_days": 3634 + "last_update": "2025-08-19 12:29:31", + "author_account_age_days": 3635 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/thoddnn/ComfyUI-MLX": { "stars": 155, @@ -13687,17 +13707,17 @@ "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3745 + "author_account_age_days": 3746 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, @@ -13707,27 +13727,27 @@ "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2391 + "author_account_age_days": 2392 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2531 + "author_account_age_days": 2532 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4795 + "author_account_age_days": 4796 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, @@ -13752,10 +13772,10 @@ "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4790 + "author_account_age_days": 4791 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 105, + "stars": 106, "last_update": "2025-04-03 08:17:10", "author_account_age_days": 4070 }, @@ -13767,22 +13787,22 @@ "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4240 + "author_account_age_days": 4241 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 62, @@ -13802,17 +13822,17 @@ "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13822,12 +13842,12 @@ "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5809 + "author_account_age_days": 5810 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 21, @@ -13837,42 +13857,42 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5177 + "author_account_age_days": 5178 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5177 + "author_account_age_days": 5178 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3169 + "author_account_age_days": 3170 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 57, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 870, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4488 + "author_account_age_days": 4489 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -13887,47 +13907,47 @@ "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5189 + "author_account_age_days": 5190 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1458 + "author_account_age_days": 1459 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 54 + "author_account_age_days": 55 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4174 + "author_account_age_days": 4175 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1736 + "author_account_age_days": 1737 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, @@ -13937,37 +13957,37 @@ "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 1, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 921 + "author_account_age_days": 922 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 8, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 412 + "author_account_age_days": 413 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2807 + "author_account_age_days": 2808 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -13977,17 +13997,17 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1277 + "author_account_age_days": 1278 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -13997,7 +14017,7 @@ "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3520 + "author_account_age_days": 3521 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, @@ -14007,7 +14027,7 @@ "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -14017,22 +14037,22 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3847 + "author_account_age_days": 3848 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4086 + "author_account_age_days": 4087 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1818 + "author_account_age_days": 1819 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -14040,9 +14060,9 @@ "author_account_age_days": 2453 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 144, + "stars": 145, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -14057,47 +14077,47 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4769 + "author_account_age_days": 4770 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 67, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5404 + "author_account_age_days": 5405 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 0, "last_update": "2025-08-17 14:06:22", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { - "stars": 198, + "stars": 199, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, @@ -14122,7 +14142,7 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2640 + "author_account_age_days": 2641 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -14132,27 +14152,27 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -14162,22 +14182,22 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3448 + "author_account_age_days": 3449 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 394 + "author_account_age_days": 395 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4622 + "author_account_age_days": 4623 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14190,9 +14210,9 @@ "author_account_age_days": 2328 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 959, + "stars": 960, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, @@ -14217,7 +14237,7 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5907 + "author_account_age_days": 5908 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, @@ -14237,37 +14257,37 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 36, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3058 + "author_account_age_days": 3059 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { "stars": 555, - "last_update": "2025-08-18 09:21:35", - "author_account_age_days": 3778 + "last_update": "2025-08-19 00:54:20", + "author_account_age_days": 3779 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 508 + "author_account_age_days": 509 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14282,7 +14302,7 @@ "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3343 + "author_account_age_days": 3344 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 36, @@ -14297,22 +14317,22 @@ "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3450 + "author_account_age_days": 3451 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 52, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6141 + "author_account_age_days": 6142 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6141 + "author_account_age_days": 6142 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, @@ -14327,7 +14347,7 @@ "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 83, @@ -14337,12 +14357,12 @@ "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5470 + "author_account_age_days": 5471 }, "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, @@ -14362,22 +14382,22 @@ "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3684 + "author_account_age_days": 3685 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2088 + "author_account_age_days": 2089 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14387,32 +14407,32 @@ "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4919 + "author_account_age_days": 4920 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14427,37 +14447,37 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, "last_update": "2025-08-17 02:18:32", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, @@ -14467,7 +14487,7 @@ "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, @@ -14537,21 +14557,21 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1832, - "last_update": "2025-08-17 05:01:10", + "stars": 1835, + "last_update": "2025-08-19 08:30:16", "author_account_age_days": 1761 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { @@ -14645,7 +14665,7 @@ "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { - "stars": 223, + "stars": 224, "last_update": "2025-07-06 12:15:27", "author_account_age_days": 2573 }, @@ -14665,7 +14685,7 @@ "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { - "stars": 25, + "stars": 26, "last_update": "2024-10-04 10:23:26", "author_account_age_days": 2573 }, @@ -14700,7 +14720,7 @@ "author_account_age_days": 2573 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { - "stars": 230, + "stars": 231, "last_update": "2025-07-06 15:46:55", "author_account_age_days": 2573 }, @@ -14712,22 +14732,22 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2780 + "author_account_age_days": 2781 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, @@ -14737,27 +14757,27 @@ "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2777 + "author_account_age_days": 2778 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14777,7 +14797,7 @@ "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -14787,22 +14807,22 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5283 + "author_account_age_days": 5284 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 88, + "stars": 89, "last_update": "2025-08-15 02:09:57", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, @@ -14817,7 +14837,7 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3879 + "author_account_age_days": 3880 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, @@ -14827,27 +14847,27 @@ "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1431, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3796 + "author_account_age_days": 3797 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3689 + "author_account_age_days": 3690 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, @@ -14867,7 +14887,7 @@ "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 226 + "author_account_age_days": 227 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, @@ -14877,6 +14897,6 @@ "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4562 + "author_account_age_days": 4563 } } \ No newline at end of file diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f702218a..aca6f160 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1777,6 +1777,17 @@ "title_aux": "Kolors Awesome Prompts" } ], + "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ + [ + "LoopCounterToFile", + "PaddedFileName", + "PromptBatchSelector", + "ResetCounterFile" + ], + { + "title_aux": "comfyui_AcademiaSD" + } + ], "https://github.com/Acly/comfyui-inpaint-nodes": [ [ "INPAINT_ApplyFooocusInpaint", @@ -1828,6 +1839,9 @@ ], "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [ [ + "Advanced_Color_Correction", + "Advanced_Latent_Noise", + "Advanced_Sharpen", "Advanced_Upscale_Image_Using_Model", "Capped_Float_Positive", "Capped_Int_Positive", @@ -1841,6 +1855,7 @@ "Image_Tiler", "Image_Untiler", "Int_Divide_Rounded", + "SamplerTiledContextAdvanced", "Sampler_Settings", "Smart_Seed", "Triple_Prompt" @@ -4372,6 +4387,14 @@ "title_aux": "ascii-art-comfyui" } ], + "https://github.com/Dehypnotic/comfyui-numbered-text": [ + [ + "NumberedMultilineText" + ], + { + "title_aux": "Numbered Text" + } + ], "https://github.com/DenRakEiw/Latent_Nodes": [ [ "LatentColorMatch", @@ -10647,6 +10670,7 @@ [ "Apply Circular Padding Model", "Apply Circular Padding VAE", + "Create Seam Mask", "Crop 360 to 180 Equirectangular", "Crop Image with Coords", "Crop Stereo to Monoscopic", @@ -11400,6 +11424,17 @@ "title_aux": "Santodan Random LoRA Node" } ], + "https://github.com/Saquib764/omini-kontext": [ + [ + "NunchakuOminiKontextPatch", + "OminiKontextConditioning", + "OminiKontextEditor", + "OminiKontextModelPatch" + ], + { + "title_aux": "Omini Kontext" + } + ], "https://github.com/SaturMars/ComfyUI-NVVFR": [ [ "NVVFR" @@ -16392,6 +16427,7 @@ "Comfly_mj_video_extend", "Comfly_mjstyle", "Comfly_qwen_image", + "Comfly_qwen_image_edit", "Comfly_upload", "Comfly_video_extend" ], @@ -17048,12 +17084,14 @@ "Sage_DualCLIPTextEncode", "Sage_DualCLIPTextEncodeLumina2", "Sage_EmptyLatentImagePassthrough", + "Sage_FloatToStr", "Sage_FreeMemory", "Sage_FreeU2", "Sage_GetFileHash", "Sage_GuessResolutionByRatio", "Sage_Halt", "Sage_HiDreamE1_Instruction", + "Sage_IntToStr", "Sage_JoinText", "Sage_KSampler", "Sage_KSamplerAudioDecoder", @@ -21445,6 +21483,7 @@ "TestWhileLoopOpen", "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", + "TextEncodeQwenImageEdit", "ThresholdMask", "TomePatchModel", "TorchCompileModel", @@ -23606,6 +23645,7 @@ "AdvancedVLMSampler", "AnyTypePassthrough", "AutoMemoryManager", + "DualProviderConfig", "GlobalMemoryCleanup", "ImageToAny", "LoopAwareResponseIterator", @@ -23621,6 +23661,7 @@ "TextListCleanup", "TextListIndexer", "TextListToString", + "TwoRoundVLMPrompter", "VLMImagePassthrough", "VLMImageProcessor", "VLMImageResizer", @@ -23630,6 +23671,7 @@ "VLMResultCollector", "VLMResultIterator", "VLMResultsToGeneric", + "VLMStyleRewriter", "VideoFramePairExtractor", "VideoSegmentAssembler" ], @@ -33961,6 +34003,15 @@ "title_aux": "Olm LUT Node for ComfyUI" } ], + "https://github.com/obisin/ComfyUI-DGLS": [ + [ + "DGLSModelLoader", + "DynamicSwappingLoader" + ], + { + "title_aux": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)" + } + ], "https://github.com/okgo4/ComfyUI-Mosaic-Mask": [ [ "MosaicMask" @@ -35051,6 +35102,7 @@ "PVL KONTEXT MAX", "PVLCheckIfConnected", "PVL_NoneOutputNode", + "PVL_SaveOrNot", "PVL_Switch_Huge", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", From c2665e3677aef0c299b403bb6ee7fadb41340157 Mon Sep 17 00:00:00 2001 From: renderartist <121735855+rickrender@users.noreply.github.com> Date: Tue, 19 Aug 2025 13:10:13 -0700 Subject: [PATCH 29/35] Update custom-node-list.json (#2091) * Update custom-node-list.json * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3c47656a..99f8fa74 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31630,6 +31630,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "rickrender", + "title": "Vectorizer API", + "reference": "https://github.com/rickrender/ComfyUI-Vectorizer-API", + "files": [ + "https://github.com/rickrender/ComfyUI-Vectorizer-API" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." } ] } From 7fe11594261936a4216294ffa7fcb4e49c6cb141 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 05:23:08 +0900 Subject: [PATCH 30/35] update DB --- custom-node-list.json | 20 +- extension-node-map.json | 13 +- github-stats.json | 5 + node_db/dev/extension-node-map.json | 23 +- node_db/dev/github-stats.json | 1542 +++++++++++++-------------- node_db/new/custom-node-list.json | 51 +- node_db/new/extension-node-map.json | 13 +- 7 files changed, 827 insertions(+), 840 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 99f8fa74..562752ae 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31194,6 +31194,16 @@ "install_type": "git-clone", "description": "Simple node for handling multi-line text with automatic line numbering and extracting a selected line.\nAlways auto-numbers lines (1., 2., 3., …)\nPick a line via 1-based index and output only that line’s content (without the “n. ” prefix)\nRead-only “gutter”-style preview with line numbers on the left, intended for display nodes" }, + { + "author": "rickrender", + "title": "Vectorizer API", + "reference": "https://github.com/rickrender/ComfyUI-Vectorizer-API", + "files": [ + "https://github.com/rickrender/ComfyUI-Vectorizer-API" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." + }, @@ -31630,16 +31640,6 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - }, - { - "author": "rickrender", - "title": "Vectorizer API", - "reference": "https://github.com/rickrender/ComfyUI-Vectorizer-API", - "files": [ - "https://github.com/rickrender/ComfyUI-Vectorizer-API" - ], - "install_type": "git-clone", - "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." } ] } diff --git a/extension-node-map.json b/extension-node-map.json index aca6f160..4eae23db 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -17534,7 +17534,7 @@ "LoraTagLoader" ], { - "title_aux": "LoRA Tag Loader for ComfyUI" + "title_aux": "badjeff/LoRA Tag Loader for ComfyUI" } ], "https://github.com/badxprogramm/ComfyUI-GradientBlur": [ @@ -35717,6 +35717,15 @@ "title_aux": "comfyui-ricklove" } ], + "https://github.com/rickrender/ComfyUI-Vectorizer-API": [ + [ + "BackgroundRemoverNode", + "VectorizerAINode" + ], + { + "title_aux": "Vectorizer API" + } + ], "https://github.com/rickyars/comfyui-llm-tile": [ [ "TiledImageGenerator", @@ -36980,7 +36989,7 @@ "LoRA_TagLoader" ], { - "title_aux": "LoRA Tag Loader for ComfyUI" + "title_aux": "shinyakidoguchi301/LoRA Tag Loader for ComfyUI" } ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ diff --git a/github-stats.json b/github-stats.json index 0eff7cfb..8497bc58 100644 --- a/github-stats.json +++ b/github-stats.json @@ -12379,6 +12379,11 @@ "last_update": "2024-10-05 03:12:28", "author_account_age_days": 5253 }, + "https://github.com/rickrender/ComfyUI-Vectorizer-API": { + "stars": 0, + "last_update": "2025-08-19 19:47:32", + "author_account_age_days": 961 + }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index af297fe1..f05c3f6b 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -579,17 +579,6 @@ "title_aux": "comfyui-textools [WIP]" } ], - "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ - [ - "LoopCounterToFile", - "PaddedFileName", - "PromptBatchSelector", - "ResetCounterFile" - ], - { - "title_aux": "comfyui_AcademiaSD" - } - ], "https://github.com/Aero-Ex/comfyui_diffswap": [ [ "DiffSwapNode" @@ -2804,6 +2793,7 @@ "FullBodyDetection", "HighlightIndexSelector", "MaskCoverageAnalysis", + "RegexTextExtractor", "StringSplit", "StringStrip" ], @@ -3453,6 +3443,7 @@ "SDVN Pipe Out All", "SDVN QuadrupleCLIP Download", "SDVN Quick Menu", + "SDVN Qwen Reference", "SDVN RGBA to RGB", "SDVN Run Python Code", "SDVN Run Test", @@ -5445,6 +5436,7 @@ "TestWhileLoopOpen", "TextEncodeAceStepAudio", "TextEncodeHunyuanVideo_ImageToVideo", + "TextEncodeQwenImageEdit", "ThresholdMask", "TomePatchModel", "TorchCompileModel", @@ -8361,8 +8353,10 @@ "CloudreveSignin", "CloudreveUploadFile", "IncrementBatchName", + "InoGetConditioning", "InoGetSamplerConfig", - "InoGetSamplerModel", + "InoLoadModels", + "Ino_BoolToSwitch", "Ino_BranchImage", "Ino_CalculateLoraConfig", "Ino_CountFiles", @@ -10238,8 +10232,8 @@ "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": [ [ "CombineVideosFromFolder", - "getSubtitlesFromVideo", - "mergeVideoAndSubtitle" + "GetSubtitlesFromVideo", + "MergeVideoAndSubtitle" ], { "title_aux": "ComfyUI-CombineVideoAndSubtitle" @@ -10313,6 +10307,7 @@ "LoadImageFromURLNode", "LoadStringFromDirectoryNode", "LoadStringNode", + "LoraLoaderDualNode", "MaxNode", "MinNode", "MultiplyNode", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 3b315b45..1bce1422 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -2,157 +2,157 @@ "https://github.com/123jimin/ComfyUI-MobileForm": { "stars": 9, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5186 + "author_account_age_days": 5187 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, "last_update": "2024-02-24 07:33:29", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, - "last_update": "2025-08-04 09:09:01", - "author_account_age_days": 347 + "last_update": "2025-08-19 02:16:42", + "author_account_age_days": 348 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-16 14:12:49", - "author_account_age_days": 868 + "last_update": "2025-08-19 06:41:53", + "author_account_age_days": 869 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 1, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 31, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 33, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 824 + "author_account_age_days": 825 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 29, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 834 + "author_account_age_days": 835 }, "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 1, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, "last_update": "2025-08-05 06:46:11", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/7BEII/Comfyui_PDuse": { "stars": 15, "last_update": "2025-07-30 13:18:10", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, "last_update": "2024-12-30 10:45:23", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-VAELoaderSDXLmod": { "stars": 0, "last_update": "2025-06-23 23:42:45", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-07-25 12:51:58", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-08-06 06:26:11", - "author_account_age_days": 735 + "author_account_age_days": 736 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 488 + "author_account_age_days": 489 }, "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { - "stars": 162, + "stars": 163, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 651 + "author_account_age_days": 652 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 5, "last_update": "2025-07-13 18:44:11", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 6, - "last_update": "2025-08-16 11:48:47", - "author_account_age_days": 453 + "last_update": "2025-08-19 10:27:43", + "author_account_age_days": 454 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1171 + "author_account_age_days": 1172 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1229 + "author_account_age_days": 1230 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1229 + "author_account_age_days": 1230 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1207 + "author_account_age_days": 1208 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, @@ -167,12 +167,12 @@ "https://github.com/AlexYez/comfyui-timesaver": { "stars": 0, "last_update": "2025-06-30 14:57:46", - "author_account_age_days": 1575 + "author_account_age_days": 1576 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2525 + "author_account_age_days": 2526 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, @@ -182,47 +182,47 @@ "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 8, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4374 + "author_account_age_days": 4375 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4374 + "author_account_age_days": 4375 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2412 + "author_account_age_days": 2413 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 4, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4436 + "author_account_age_days": 4437 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4494 + "author_account_age_days": 4495 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3891 + "author_account_age_days": 3892 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 78, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, @@ -232,37 +232,37 @@ "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 43, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, "last_update": "2024-11-20 06:17:53", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/BetaDoggo/ComfyUI-LogicGates": { "stars": 3, "last_update": "2024-07-21 06:31:25", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/Big-Idea-Technology/ComfyUI-Movie-Tools": { "stars": 3, "last_update": "2024-11-29 11:13:57", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2105 + "author_account_age_days": 2106 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, @@ -272,7 +272,7 @@ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 667 + "author_account_age_days": 668 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, @@ -292,27 +292,27 @@ "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-05-21 02:59:22", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 3, "last_update": "2025-06-19 06:47:25", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { - "stars": 19, + "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, @@ -322,157 +322,157 @@ "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-08-12 22:13:58", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 414 + "author_account_age_days": 415 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2832 + "author_account_age_days": 2833 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 20, "last_update": "2025-05-10 16:23:35", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 1923 + "author_account_age_days": 1924 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, "last_update": "2024-11-20 14:20:31", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": { "stars": 0, "last_update": "2025-08-18 05:23:24", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { - "stars": 10, + "stars": 11, "last_update": "2025-08-13 14:50:45", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, "last_update": "2025-06-29 23:55:17", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/DoctorDiffusion/ComfyUI-Flashback": { "stars": 0, "last_update": "2024-11-11 01:37:43", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/DonutsDelivery/ComfyUI-DonutNodes": { "stars": 7, "last_update": "2025-07-26 02:15:08", - "author_account_age_days": 145 + "author_account_age_days": 146 }, "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, "last_update": "2025-06-09 19:31:11", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2276 + "author_account_age_days": 2277 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, "last_update": "2025-06-14 06:14:05", - "author_account_age_days": 1287 + "author_account_age_days": 1288 }, "https://github.com/Dreamshot-io/ComfyUI-Extend-Resolution": { "stars": 0, "last_update": "2025-06-02 07:15:00", - "author_account_age_days": 273 + "author_account_age_days": 274 }, "https://github.com/ELiZswe/ComfyUI-ELiZTools": { "stars": 0, "last_update": "2025-06-24 06:14:44", - "author_account_age_days": 2244 + "author_account_age_days": 2245 }, "https://github.com/EQXai/ComfyUI_EQX": { "stars": 0, "last_update": "2025-06-27 21:55:53", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 52, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/Elawphant/ComfyUI-MusicGen": { "stars": 6, "last_update": "2024-05-11 13:33:24", - "author_account_age_days": 3008 + "author_account_age_days": 3009 }, "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 1, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-03-03 21:42:14", - "author_account_age_days": 2952 + "author_account_age_days": 2953 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3066 + "author_account_age_days": 3067 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2398 + "author_account_age_days": 2399 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 2, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1314 + "author_account_age_days": 1315 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, @@ -482,67 +482,67 @@ "https://github.com/ExponentialML/ComfyUI_LiveDirector": { "stars": 37, "last_update": "2024-04-09 19:01:49", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4368 + "author_account_age_days": 4369 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 441 + "author_account_age_days": 442 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, "last_update": "2024-06-25 13:35:18", - "author_account_age_days": 1299 + "author_account_age_days": 1300 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 4, "last_update": "2025-06-13 20:53:11", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2803 + "author_account_age_days": 2804 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, "last_update": "2025-05-19 14:18:22", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, "last_update": "2024-07-11 22:04:16", - "author_account_age_days": 1594 + "author_account_age_days": 1595 }, "https://github.com/Grey3016/Save2Icon": { "stars": 2, @@ -552,47 +552,47 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1806 + "author_account_age_days": 1807 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { - "stars": 1, + "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1751 + "author_account_age_days": 1752 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, "last_update": "2025-06-03 20:26:27", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/Huangcj2005/comfyui-HandDetect": { "stars": 0, "last_update": "2025-07-29 11:41:58", - "author_account_age_days": 648 + "author_account_age_days": 649 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, "last_update": "2025-02-05 08:51:23", - "author_account_age_days": 5005 + "author_account_age_days": 5006 }, "https://github.com/IgPoly/ComfyUI-igTools": { "stars": 0, "last_update": "2024-09-11 08:48:57", - "author_account_age_days": 348 + "author_account_age_days": 349 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -602,7 +602,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { "stars": 192, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -612,172 +612,172 @@ "https://github.com/JasonW146/ComfyUI-Manual-Openpose": { "stars": 1, "last_update": "2025-08-18 17:39:57", - "author_account_age_days": 2567 + "author_account_age_days": 2568 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3688 + "author_account_age_days": 3689 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 0, "last_update": "2024-04-01 10:52:59", - "author_account_age_days": 1312 + "author_account_age_days": 1313 }, "https://github.com/Jingwen-genies/comfyui-genies-nodes": { "stars": 0, "last_update": "2025-05-13 19:36:45", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/JioJe/comfyui_video_BC": { "stars": 9, "last_update": "2025-07-21 07:41:37", - "author_account_age_days": 444 + "author_account_age_days": 445 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/Jpzz/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 2958 + "author_account_age_days": 2959 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/KY-2000/comfyui-ksampler-tester-loop": { "stars": 1, "last_update": "2025-08-06 14:43:43", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2786 + "author_account_age_days": 2787 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, "last_update": "2025-01-29 02:33:25", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/KohakuBlueleaf/HDM-ext": { "stars": 25, "last_update": "2025-08-16 15:33:47", - "author_account_age_days": 2048 + "author_account_age_days": 2049 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3610 + "author_account_age_days": 3611 }, "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 276 + "author_account_age_days": 277 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2073 + "author_account_age_days": 2074 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 245 + "author_account_age_days": 246 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 49, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 50 + "author_account_age_days": 51 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2399 + "author_account_age_days": 2400 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/Laser-one/ComfyUI-align-pose": { "stars": 0, "last_update": "2024-11-01 09:34:31", - "author_account_age_days": 1253 + "author_account_age_days": 1254 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 0, "last_update": "2025-07-10 13:46:04", - "author_account_age_days": 758 + "author_account_age_days": 759 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 1, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-08-04 05:04:40", - "author_account_age_days": 4511 + "author_account_age_days": 4512 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3405 + "author_account_age_days": 3406 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, @@ -787,122 +787,122 @@ "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 35, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3277 + "author_account_age_days": 3278 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { "stars": 36, "last_update": "2025-04-05 22:22:31", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3644 + "author_account_age_days": 3645 }, "https://github.com/Maff3u/MattiaNodes": { "stars": 0, "last_update": "2025-08-18 13:48:17", - "author_account_age_days": 3022 + "author_account_age_days": 3023 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 5, "last_update": "2025-08-17 19:42:09", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 68 + "author_account_age_days": 69 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 0, "last_update": "2025-08-13 20:53:39", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": { "stars": 3, "last_update": "2025-02-08 08:04:03", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/Mervent/comfyui-telegram-send": { "stars": 0, "last_update": "2025-07-12 07:22:09", - "author_account_age_days": 3239 + "author_account_age_days": 3240 }, "https://github.com/Mervent/comfyui-yaml-prompt": { "stars": 0, "last_update": "2025-06-01 06:55:16", - "author_account_age_days": 3239 + "author_account_age_days": 3240 }, "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 0, "last_update": "2025-08-18 16:57:39", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3140 + "author_account_age_days": 3141 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/MushroomFleet/DJZ-Nodes": { "stars": 58, "last_update": "2025-08-13 12:31:44", - "author_account_age_days": 4142 + "author_account_age_days": 4143 }, "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 32, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 1914 + "author_account_age_days": 1915 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 1, "last_update": "2025-07-30 18:32:39", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1305 + "author_account_age_days": 1306 }, "https://github.com/NicholasKao1029/comfyui-hook": { "stars": 0, "last_update": "2024-03-07 05:50:56", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 840 + "author_account_age_days": 841 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, @@ -911,33 +911,33 @@ }, "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, - "last_update": "2025-06-12 03:27:13", - "author_account_age_days": 88 + "last_update": "2025-08-19 09:14:19", + "author_account_age_days": 89 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 1, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 867 + "author_account_age_days": 868 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-08-11 22:40:42", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 3, "last_update": "2025-03-27 22:58:39", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/PabloGrant/comfyui-giraffe-test-panel": { "stars": 0, @@ -947,82 +947,82 @@ "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1249 + "author_account_age_days": 1250 }, "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-06-30 20:41:45", - "author_account_age_days": 653 + "author_account_age_days": 654 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": { "stars": 4, "last_update": "2025-08-01 04:07:20", - "author_account_age_days": 742 + "author_account_age_days": 743 }, "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2445 + "author_account_age_days": 2446 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5695 + "author_account_age_days": 5696 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 17, "last_update": "2025-07-01 02:08:55", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1897 + "author_account_age_days": 1898 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 21, "last_update": "2025-07-29 16:10:27", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-08-12 03:16:26", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4063 + "author_account_age_days": 4064 }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { "stars": 3, - "last_update": "2025-08-17 12:22:13", - "author_account_age_days": 1849 + "last_update": "2025-08-19 19:18:46", + "author_account_age_days": 1850 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, "last_update": "2025-06-14 10:29:07", - "author_account_age_days": 5037 + "author_account_age_days": 5038 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, @@ -1032,87 +1032,87 @@ "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 4, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3212 + "author_account_age_days": 3213 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 24, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1732 + "author_account_age_days": 1733 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, "last_update": "2025-05-09 15:17:23", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/SaulQcy/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-13 07:25:14", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/Scaryplasmon/ComfTrellis": { "stars": 7, "last_update": "2025-02-18 11:34:33", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-04-25 07:37:36", - "author_account_age_days": 1546 + "author_account_age_days": 1547 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, "last_update": "2025-06-02 19:16:34", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, "last_update": "2025-03-15 00:02:11", - "author_account_age_days": 1445 + "author_account_age_days": 1446 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 111, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2602 + "author_account_age_days": 2603 }, "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-05-03 19:46:49", - "author_account_age_days": 2881 + "author_account_age_days": 2882 }, "https://github.com/Slix-M-Lestragg/comfyui-enhanced": { "stars": 0, @@ -1122,102 +1122,102 @@ "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 285 + "author_account_age_days": 286 }, "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 3, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1384 + "author_account_age_days": 1385 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, "last_update": "2025-04-30 21:48:18", - "author_account_age_days": 4365 + "author_account_age_days": 4366 }, "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1560 + "author_account_age_days": 1561 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3376 + "author_account_age_days": 3377 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 168, "last_update": "2025-04-04 03:48:36", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 59, - "last_update": "2025-08-18 07:49:28", - "author_account_age_days": 378 + "last_update": "2025-08-19 17:50:55", + "author_account_age_days": 379 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3360 + "author_account_age_days": 3361 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 597, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StartHua/Comfyui_leffa": { - "stars": 232, + "stars": 234, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3255 + "author_account_age_days": 3256 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, "last_update": "2025-04-28 02:49:48", - "author_account_age_days": 231 + "author_account_age_days": 232 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, "last_update": "2025-04-22 22:24:00", - "author_account_age_days": 2594 + "author_account_age_days": 2595 }, "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, "last_update": "2025-04-20 22:23:11", - "author_account_age_days": 1691 + "author_account_age_days": 1692 }, "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 13, "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3265 + "author_account_age_days": 3266 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, @@ -1227,12 +1227,12 @@ "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 8, "last_update": "2024-08-20 00:30:24", - "author_account_age_days": 4150 + "author_account_age_days": 4151 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, "last_update": "2025-08-13 15:13:15", - "author_account_age_days": 3504 + "author_account_age_days": 3505 }, "https://github.com/TinyBeeman/ComfyUI-TinyBee": { "stars": 0, @@ -1242,232 +1242,232 @@ "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": { "stars": 0, "last_update": "2025-07-09 17:19:56", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, "last_update": "2025-04-12 22:36:51", - "author_account_age_days": 1677 + "author_account_age_days": 1678 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 7, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1381 + "author_account_age_days": 1382 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 2, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 432 + "author_account_age_days": 433 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, "last_update": "2024-10-27 01:48:56", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WSJUSA/Comfyui-StableSR": { "stars": 53, "last_update": "2023-10-18 12:40:30", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4529 + "author_account_age_days": 4530 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 8, "last_update": "2025-07-02 21:15:07", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/XiaoHeiziGGG/ComfyUI-GeminiTranslator": { "stars": 0, "last_update": "2025-06-30 05:43:17", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1860 + "author_account_age_days": 1861 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1826 + "author_account_age_days": 1827 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 94, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 362, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 770, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 18, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 236, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 10, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 243, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 5, "last_update": "2025-08-03 00:04:30", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-07-09 08:45:49", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 14, "last_update": "2025-06-20 04:31:48", - "author_account_age_days": 4276 + "author_account_age_days": 4277 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2294 + "author_account_age_days": 2295 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3353 + "author_account_age_days": 3354 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, "last_update": "2025-01-11 08:31:32", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4674 + "author_account_age_days": 4675 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2693 + "author_account_age_days": 2694 }, "https://github.com/alexgenovese/ComfyUI-Diffusion-4k": { "stars": 6, "last_update": "2025-05-22 20:48:23", - "author_account_age_days": 5435 + "author_account_age_days": 5436 }, "https://github.com/alexgenovese/ComfyUI-Reica": { "stars": 0, "last_update": "2025-07-17 08:21:13", - "author_account_age_days": 5435 + "author_account_age_days": 5436 }, "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-04-01 14:20:42", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 4945 + "author_account_age_days": 4946 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, @@ -1477,17 +1477,17 @@ "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-03-15 07:26:17", - "author_account_age_days": 1362 + "author_account_age_days": 1363 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 2, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 266 + "author_account_age_days": 267 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2161 + "author_account_age_days": 2162 }, "https://github.com/apetitbois/nova_utils": { "stars": 0, @@ -1497,152 +1497,152 @@ "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2765 + "author_account_age_days": 2766 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 3, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4792 + "author_account_age_days": 4793 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 511 + "author_account_age_days": 512 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, "last_update": "2024-10-13 05:55:33", - "author_account_age_days": 2696 + "author_account_age_days": 2697 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, "last_update": "2024-09-23 19:09:15", - "author_account_age_days": 4369 + "author_account_age_days": 4370 }, "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4390 + "author_account_age_days": 4391 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, "last_update": "2025-07-18 19:10:49", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 672 + "author_account_age_days": 673 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5100 + "author_account_age_days": 5101 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1251 + "author_account_age_days": 1252 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 2, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, "last_update": "2025-04-23 16:20:30", - "author_account_age_days": 2163 + "author_account_age_days": 2164 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 100 + "author_account_age_days": 101 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, "last_update": "2024-05-26 22:44:55", - "author_account_age_days": 4706 + "author_account_age_days": 4707 }, "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, "last_update": "2024-03-25 01:25:23", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/bleash-dev/ComfyUI-Auth-Manager": { "stars": 0, "last_update": "2025-08-10 13:13:23", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/bleash-dev/Comfyui-FileSytem-Manager": { "stars": 0, "last_update": "2025-08-10 17:27:02", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/bleash-dev/Comfyui-Idle-Checker": { "stars": 0, "last_update": "2025-08-07 21:04:58", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, "last_update": "2024-05-17 23:27:25", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/blueraincoatli/ComfyUI-Model-Cleaner": { "stars": 1, "last_update": "2025-05-29 08:55:38", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/blurymind/cozy-fireplace": { "stars": 4, @@ -1652,207 +1652,207 @@ "https://github.com/bmad4ever/comfyui_bmad_nodes": { "stars": 64, "last_update": "2025-03-17 14:50:46", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 6, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-07-06 23:58:45", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-07-25 18:50:32", - "author_account_age_days": 1189 + "author_account_age_days": 1190 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 4932 + "author_account_age_days": 4933 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3529 + "author_account_age_days": 3530 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-07-16 16:04:06", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 94 + "author_account_age_days": 95 }, "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { "stars": 1135, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3197 + "author_account_age_days": 3198 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 2, "last_update": "2025-08-18 13:04:22", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, "last_update": "2024-08-29 03:54:28", - "author_account_age_days": 3539 + "author_account_age_days": 3540 }, "https://github.com/christian-byrne/infinite-zoom-parallax-nodes": { "stars": 5, "last_update": "2024-07-08 15:07:05", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/python-interpreter-node": { "stars": 61, "last_update": "2025-04-02 02:06:27", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2786 + "author_account_age_days": 2787 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85842, - "last_update": "2025-08-18 22:39:17", - "author_account_age_days": 969 + "stars": 85954, + "last_update": "2025-08-19 05:01:37", + "author_account_age_days": 970 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { - "stars": 412, + "stars": 413, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, "last_update": "2025-01-28 21:28:11", - "author_account_age_days": 311 + "author_account_age_days": 312 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2321 + "author_account_age_days": 2322 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, "last_update": "2024-06-12 17:45:21", - "author_account_age_days": 2236 + "author_account_age_days": 2237 }, "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 297 + "author_account_age_days": 298 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/cubiq/Comfy_Dungeon": { "stars": 266, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5431 + "author_account_age_days": 5432 }, "https://github.com/cwebbi1/VoidCustomNodes": { "stars": 0, "last_update": "2024-10-07 02:23:02", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2379 + "author_account_age_days": 2380 }, "https://github.com/denislov/Comfyui_AutoSurvey": { "stars": 1, "last_update": "2024-08-03 06:50:57", - "author_account_age_days": 2408 + "author_account_age_days": 2409 }, "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, @@ -1862,132 +1862,132 @@ "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 3, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4717 + "author_account_age_days": 4718 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { - "stars": 52, + "stars": 53, "last_update": "2025-07-08 01:15:58", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/dogcomplex/ComfyUI-LOKI": { "stars": 1, "last_update": "2025-05-07 08:10:12", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 2959 + "author_account_age_days": 2960 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2667 + "author_account_age_days": 2668 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 1, "last_update": "2025-08-14 07:56:30", - "author_account_age_days": 467 + "author_account_age_days": 468 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 1, "last_update": "2025-08-16 20:31:37", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 88, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1345 + "author_account_age_days": 1346 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, "last_update": "2024-07-03 09:35:02", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/endman100/ComfyUI-augmentation": { "stars": 0, "last_update": "2024-07-23 09:06:24", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3890 + "author_account_age_days": 3891 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3015 + "author_account_age_days": 3016 }, "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": 417 + "author_account_age_days": 418 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, "last_update": "2025-08-16 10:26:19", - "author_account_age_days": 4290 + "author_account_age_days": 4291 }, "https://github.com/esciron/ComfyUI-HunyuanVideoWrapper-Extended": { "stars": 4, "last_update": "2025-01-04 22:27:09", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1484 + "author_account_age_days": 1485 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, "last_update": "2025-01-27 06:59:45", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/facok/ComfyUI-FokToolset": { "stars": 5, "last_update": "2025-04-24 19:29:57", - "author_account_age_days": 878 + "author_account_age_days": 879 }, "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 0, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 848 + "author_account_age_days": 849 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1592 + "author_account_age_days": 1593 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, @@ -1997,17 +1997,17 @@ "https://github.com/filliptm/ComfyUI_Fill-Node-Loader": { "stars": 6, "last_update": "2025-06-25 01:25:38", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/flowtyone/comfyui-flowty-lcm": { "stars": 63, "last_update": "2023-10-23 12:08:55", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2433 + "author_account_age_days": 2434 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, @@ -2017,27 +2017,27 @@ "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 697 + "author_account_age_days": 698 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5148 + "author_account_age_days": 5149 }, "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2116 + "author_account_age_days": 2117 }, "https://github.com/futureversecom/ComfyUI-JEN": { "stars": 1, @@ -2047,67 +2047,67 @@ "https://github.com/fuzr0dah/comfyui-sceneassembly": { "stars": 0, "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3524 + "author_account_age_days": 3525 }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, "last_update": "2025-05-26 22:10:36", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gabe-init/ComfyUI-Repo-Eater": { "stars": 0, "last_update": "2025-05-27 01:09:24", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gabe-init/comfyui_ui_render": { "stars": 3, "last_update": "2025-05-27 00:27:32", - "author_account_age_days": 85 + "author_account_age_days": 86 }, "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, "last_update": "2025-05-08 19:08:30", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 3, "last_update": "2025-07-03 07:19:49", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 2968 + "author_account_age_days": 2969 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, @@ -2115,64 +2115,64 @@ "author_account_age_days": 3381 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 12, + "stars": 14, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3462 + "author_account_age_days": 3463 }, "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4323 + "author_account_age_days": 4324 }, "https://github.com/gitmylo/FlowNodes": { "stars": 11, "last_update": "2025-04-03 08:17:47", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 238 + "author_account_age_days": 239 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2715 + "author_account_age_days": 2716 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1804 + "author_account_age_days": 1805 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1864 + "author_account_age_days": 1865 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, "last_update": "2025-02-07 01:55:07", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/gondar-software/ComfyUI-Affine-Transform": { "stars": 3, "last_update": "2024-10-05 17:42:40", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/gondar-software/ComfyUI-Simple-Image-Tools": { "stars": 0, "last_update": "2024-10-12 18:29:58", - "author_account_age_days": 380 + "author_account_age_days": 381 }, "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 3, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5515 + "author_account_age_days": 5516 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, @@ -2182,192 +2182,192 @@ "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { - "stars": 19, + "stars": 20, "last_update": "2025-08-17 12:36:12", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 1, "last_update": "2025-06-28 21:14:43", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 3, "last_update": "2025-07-22 17:00:48", - "author_account_age_days": 2877 + "author_account_age_days": 2878 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2560 + "author_account_age_days": 2561 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3398 + "author_account_age_days": 3399 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-07-03 03:47:14", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 66, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5087 + "author_account_age_days": 5088 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 18, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 4, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1764 + "author_account_age_days": 1765 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 975 + "author_account_age_days": 976 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5464 + "author_account_age_days": 5465 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2646 + "author_account_age_days": 2647 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 3940 + "author_account_age_days": 3941 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 14, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2181 + "author_account_age_days": 2182 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 26, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4333 + "author_account_age_days": 4334 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5613 + "author_account_age_days": 5614 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3282 + "author_account_age_days": 3283 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, "last_update": "2024-11-26 03:39:33", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1059 + "author_account_age_days": 1060 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 12, + "stars": 13, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4898 + "author_account_age_days": 4899 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 67, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5270 + "author_account_age_days": 5271 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-04-19 10:54:34", - "author_account_age_days": 3699 + "author_account_age_days": 3700 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 876 + "author_account_age_days": 877 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, @@ -2377,7 +2377,7 @@ "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 228, @@ -2387,247 +2387,247 @@ "https://github.com/jimstudt/ComfyUI-Jims-Nodes": { "stars": 0, "last_update": "2025-01-21 17:36:29", - "author_account_age_days": 5367 + "author_account_age_days": 5368 }, "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2485 + "author_account_age_days": 2486 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4404 + "author_account_age_days": 4405 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3489 + "author_account_age_days": 3490 }, "https://github.com/jordancoult/ComfyUI_HelpfulNodes": { "stars": 0, "last_update": "2025-05-17 01:04:37", - "author_account_age_days": 2846 + "author_account_age_days": 2847 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, "last_update": "2025-02-05 08:34:17", - "author_account_age_days": 3960 + "author_account_age_days": 3961 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 301, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { - "stars": 17, + "stars": 18, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { - "stars": 214, + "stars": 215, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { - "stars": 7, + "stars": 8, "last_update": "2025-08-10 01:53:38", - "author_account_age_days": 5173 + "author_account_age_days": 5174 }, "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, "last_update": "2024-04-03 12:05:39", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-04-08 01:42:33", - "author_account_age_days": 5893 + "author_account_age_days": 5894 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2553 + "author_account_age_days": 2554 }, "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 85, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 63, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { - "stars": 1489, + "stars": 1493, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { - "stars": 841, + "stars": 843, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2520, + "stars": 2521, "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-MMAudio": { - "stars": 406, + "stars": 407, "last_update": "2025-06-30 09:33:55", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 789, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 72, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 157, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 17, + "stars": 18, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "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": 277 + "author_account_age_days": 278 }, "https://github.com/kk8bit/KayTool": { - "stars": 195, + "stars": 197, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 1, "last_update": "2025-07-30 09:58:09", - "author_account_age_days": 1118 + "author_account_age_days": 1119 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 1, "last_update": "2025-08-14 17:46:22", - "author_account_age_days": 1685 + "author_account_age_days": 1686 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1608 + "author_account_age_days": 1609 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1802 + "author_account_age_days": 1803 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 1, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3072 + "author_account_age_days": 3073 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 4976 + "author_account_age_days": 4977 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 0, "last_update": "2025-07-30 00:59:41", - "author_account_age_days": 2172 + "author_account_age_days": 2173 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 7, "last_update": "2024-11-14 08:21:40", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 88, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3214 + "author_account_age_days": 3215 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 24, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 2, @@ -2637,17 +2637,17 @@ "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4787 + "author_account_age_days": 4788 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 107, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, @@ -2657,122 +2657,122 @@ "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1673 + "author_account_age_days": 1674 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1365, + "stars": 1366, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 489, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 1939 + "author_account_age_days": 1940 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 0, "last_update": "2025-08-16 07:55:02", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 6, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 243, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 33, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/lu64k/SK-Nodes": { "stars": 0, "last_update": "2024-11-18 03:47:34", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 16, "last_update": "2025-07-22 05:43:11", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, "last_update": "2025-06-01 18:46:56", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 469 + "author_account_age_days": 470 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, "last_update": "2025-05-03 21:22:23", - "author_account_age_days": 1954 + "author_account_age_days": 1955 }, "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3490 + "author_account_age_days": 3491 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, "last_update": "2025-08-06 00:28:10", - "author_account_age_days": 858 + "author_account_age_days": 859 }, "https://github.com/majorsauce/comfyui_indieTools": { "stars": 0, "last_update": "2024-06-25 08:59:57", - "author_account_age_days": 2226 + "author_account_age_days": 2227 }, "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 929 + "author_account_age_days": 930 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, @@ -2782,27 +2782,27 @@ "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/maruhidd/ComfyUI_Transparent-Background": { "stars": 4, "last_update": "2024-06-14 07:02:56", - "author_account_age_days": 2676 + "author_account_age_days": 2677 }, "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 3956 + "author_account_age_days": 3957 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, "last_update": "2025-05-21 13:12:40", - "author_account_age_days": 4498 + "author_account_age_days": 4499 }, "https://github.com/maurorilla/ComfyUI-MisterMR-Nodes": { "stars": 0, @@ -2812,72 +2812,72 @@ "https://github.com/mehbebe/ComfyLoraGallery": { "stars": 1, "last_update": "2024-12-29 12:44:29", - "author_account_age_days": 779 + "author_account_age_days": 780 }, "https://github.com/melMass/ComfyUI-Lygia": { "stars": 0, "last_update": "2024-07-14 09:59:10", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/miabrahams/ComfyUI-WebAutomation": { "stars": 0, - "last_update": "2025-08-18 02:35:00", + "last_update": "2025-08-19 02:10:09", "author_account_age_days": 3839 }, "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, "last_update": "2025-08-18 09:04:07", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/mikeymcfish/FishTools": { "stars": 27, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, "last_update": "2025-06-21 15:35:56", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1601 + "author_account_age_days": 1602 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 986 + "author_account_age_days": 987 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 1913 + "author_account_age_days": 1914 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2840 + "author_account_age_days": 2841 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4317 + "author_account_age_days": 4318 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 0, "last_update": "2025-08-16 12:10:05", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, @@ -2887,17 +2887,17 @@ "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 50, "last_update": "2024-02-28 02:46:05", - "author_account_age_days": 3279 + "author_account_age_days": 3280 }, "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, @@ -2907,122 +2907,122 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3413 + "author_account_age_days": 3414 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4302 + "author_account_age_days": 4303 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3857 + "author_account_age_days": 3858 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 2, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5288 + "author_account_age_days": 5289 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, - "last_update": "2025-08-18 20:55:43", - "author_account_age_days": 1707 + "last_update": "2025-08-19 15:20:45", + "author_account_age_days": 1708 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, "last_update": "2025-05-28 03:57:01", - "author_account_age_days": 4759 + "author_account_age_days": 4760 }, "https://github.com/norgeous/ComfyUI-UI-Builder": { "stars": 9, "last_update": "2024-08-11 22:22:04", - "author_account_age_days": 4450 + "author_account_age_days": 4451 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1530 + "author_account_age_days": 1531 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, @@ -3037,17 +3037,17 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/oztrkoguz/ComfyUI_Kosmos2_BBox_Cutter": { "stars": 16, "last_update": "2024-07-25 05:50:01", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2035 + "author_account_age_days": 2036 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, @@ -3057,107 +3057,107 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, "last_update": "2025-05-28 09:31:23", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5544 + "author_account_age_days": 5545 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, "last_update": "2025-01-09 04:02:54", - "author_account_age_days": 4308 + "author_account_age_days": 4309 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 96 + "author_account_age_days": 97 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 9, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/pixixai/ComfyUI_Pixix-Tools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 170 + "author_account_age_days": 171 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 1, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1657 + "author_account_age_days": 1658 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4675 + "author_account_age_days": 4676 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3151 + "author_account_age_days": 3152 }, "https://github.com/prabinpebam/anyPython": { "stars": 17, "last_update": "2025-02-15 06:56:01", - "author_account_age_days": 4663 + "author_account_age_days": 4664 }, "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 60, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { - "stars": 3, + "stars": 4, "last_update": "2025-08-13 22:22:23", - "author_account_age_days": 3731 + "author_account_age_days": 3732 }, "https://github.com/pschroedl/ComfyUI-StreamDiffusion": { "stars": 6, "last_update": "2025-05-21 01:33:15", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2519 + "author_account_age_days": 2520 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1449 + "author_account_age_days": 1450 }, "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-07-22 21:48:34", - "author_account_age_days": 5998 + "author_account_age_days": 5999 }, "https://github.com/rakki194/ComfyUI_WolfSigmas": { "stars": 5, "last_update": "2025-05-21 13:02:21", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, @@ -3167,67 +3167,67 @@ "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 52, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 559 + "author_account_age_days": 560 }, "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4624 + "author_account_age_days": 4625 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, "last_update": "2025-06-09 21:51:46", - "author_account_age_days": 2771 + "author_account_age_days": 2772 }, "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-05-14 07:13:26", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1067 + "author_account_age_days": 1068 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, "last_update": "2025-08-17 13:17:44", - "author_account_age_days": 5874 + "author_account_age_days": 5875 }, "https://github.com/romeobuilderotti/ComfyUI-EZ-Pipes": { "stars": 3, "last_update": "2023-11-15 22:00:49", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/ronalds-eu/comfyui-plus-integrations": { "stars": 0, @@ -3237,7 +3237,7 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3596 + "author_account_age_days": 3597 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, @@ -3247,7 +3247,7 @@ "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, @@ -3267,47 +3267,47 @@ "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5500 + "author_account_age_days": 5501 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4358 + "author_account_age_days": 4359 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 2, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 2922 + "author_account_age_days": 2923 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, @@ -3322,322 +3322,322 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4382 + "author_account_age_days": 4383 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 2, "last_update": "2025-08-15 10:09:40", - "author_account_age_days": 2563 + "author_account_age_days": 2564 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 2, "last_update": "2025-07-16 04:31:05", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 31 + "author_account_age_days": 32 }, "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-08-03 18:27:23", - "author_account_age_days": 5525 + "author_account_age_days": 5526 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 6, "last_update": "2025-03-17 06:45:58", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 56, + "stars": 57, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/sofakid/dandy": { "stars": 52, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4473 + "author_account_age_days": 4474 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1666 + "author_account_age_days": 1667 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/spawner1145/comfyui-spawner-nodes": { "stars": 2, "last_update": "2025-07-27 14:54:54", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4081 + "author_account_age_days": 4082 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, "last_update": "2025-08-07 17:38:57", - "author_account_age_days": 76 + "author_account_age_days": 77 }, "https://github.com/sschleis/sschl-comfyui-notes": { "stars": 1, "last_update": "2025-08-10 10:54:25", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 2956 + "author_account_age_days": 2957 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, "last_update": "2025-08-09 05:08:24", - "author_account_age_days": 2787 + "author_account_age_days": 2788 }, "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 13, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1274 + "author_account_age_days": 1275 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4258 + "author_account_age_days": 4259 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-07-14 07:57:56", - "author_account_age_days": 43 + "author_account_age_days": 44 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 0, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4545 + "author_account_age_days": 4546 }, "https://github.com/system-out-cho/displayHistory_ComfyUI": { "stars": 1, "last_update": "2025-08-01 19:26:59", - "author_account_age_days": 1649 + "author_account_age_days": 1650 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-06-05 07:01:24", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2023-12-27 02:05:53", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 838 + "author_account_age_days": 839 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 0, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 224 + "author_account_age_days": 225 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 352 + "author_account_age_days": 353 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2680 + "author_account_age_days": 2681 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2608 + "author_account_age_days": 2609 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, "last_update": "2025-04-06 02:57:20", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 590 + "author_account_age_days": 591 }, "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1179 + "author_account_age_days": 1180 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { - "stars": 2, + "stars": 3, "last_update": "2025-08-05 06:54:27", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, "last_update": "2024-07-03 14:39:28", - "author_account_age_days": 3286 + "author_account_age_days": 3287 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1371 + "author_account_age_days": 1372 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4385 + "author_account_age_days": 4386 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 0, "last_update": "2025-08-18 18:23:00", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 194, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3200 + "author_account_age_days": 3201 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 38, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5619 + "author_account_age_days": 5620 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 4, "last_update": "2024-12-04 23:50:38", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 0, "last_update": "2025-08-16 02:24:50", - "author_account_age_days": 191 + "author_account_age_days": 192 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, "last_update": "2025-05-29 14:43:38", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3358 + "author_account_age_days": 3359 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, "last_update": "2025-04-23 22:46:46", - "author_account_age_days": 5038 + "author_account_age_days": 5039 }, "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 3965 + "author_account_age_days": 3966 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2242 + "author_account_age_days": 2243 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2243 + "author_account_age_days": 2244 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3318 + "author_account_age_days": 3319 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/usman2003/ComfyUI-RaceDetect": { "stars": 0, "last_update": "2025-05-23 12:23:39", - "author_account_age_days": 1957 + "author_account_age_days": 1958 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/vchopine/ComfyUI_Toolbox": { "stars": 2, @@ -3647,27 +3647,27 @@ "https://github.com/viik420/AdvancedModelDownloader": { "stars": 0, "last_update": "2025-08-18 10:31:02", - "author_account_age_days": 2315 + "author_account_age_days": 2316 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-06-02 13:49:38", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 144, + "stars": 145, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 4, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5460 + "author_account_age_days": 5461 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, "last_update": "2025-04-18 08:58:04", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/vovler/ComfyUI-vovlerTools": { "stars": 0, @@ -3677,182 +3677,182 @@ "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3196 + "author_account_age_days": 3197 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, "last_update": "2025-01-26 03:39:09", - "author_account_age_days": 3903 + "author_account_age_days": 3904 }, "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, "last_update": "2025-04-22 14:16:27", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-01-05 03:24:05", - "author_account_age_days": 2153 + "author_account_age_days": 2154 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4211 + "author_account_age_days": 4212 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { "stars": 10, "last_update": "2025-07-18 11:33:21", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 6, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4653 + "author_account_age_days": 4654 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { - "stars": 23, + "stars": 24, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5012 + "author_account_age_days": 5013 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1033 + "author_account_age_days": 1034 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, "last_update": "2023-11-12 19:05:11", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 2, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3803 + "author_account_age_days": 3804 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4678 + "author_account_age_days": 4679 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4437 + "author_account_age_days": 4438 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 871 + "author_account_age_days": 872 }, "https://github.com/xl0/q_tools": { "stars": 0, "last_update": "2025-05-28 06:09:00", - "author_account_age_days": 5422 + "author_account_age_days": 5423 }, "https://github.com/xmarked-ai/ComfyUI_misc": { "stars": 2, "last_update": "2025-06-07 16:26:56", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2121 + "author_account_age_days": 2122 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 0, - "last_update": "2025-08-18 09:02:39", - "author_account_age_days": 746 + "last_update": "2025-08-19 12:58:37", + "author_account_age_days": 747 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-07-23 20:07:16", - "author_account_age_days": 3540 + "author_account_age_days": 3541 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, "last_update": "2025-06-01 04:29:47", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1740 + "author_account_age_days": 1741 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, - "last_update": "2025-08-18 05:32:17", - "author_account_age_days": 3982 + "last_update": "2025-08-19 03:20:02", + "author_account_age_days": 3983 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, "last_update": "2025-08-17 02:18:32", - "author_account_age_days": 3228 + "author_account_age_days": 3229 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, "last_update": "2025-07-12 07:15:38", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/ComfyUI-YCNodes_Advance": { "stars": 5, "last_update": "2025-06-25 15:08:18", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/Comfyui-NodeSpark": { "stars": 5, "last_update": "2025-01-20 14:20:36", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4050 + "author_account_age_days": 4051 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, @@ -3860,9 +3860,9 @@ "author_account_age_days": 371 }, "https://github.com/yuvraj108c/ComfyUI-HYPIR": { - "stars": 1, + "stars": 2, "last_update": "2025-08-18 06:04:36", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/zackabrams/ComfyUI-KeySyncWrapper": { "stars": 3, @@ -3872,56 +3872,56 @@ "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 2, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 2, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2075 + "author_account_age_days": 2076 }, "https://github.com/zhongpei/Comfyui_image2prompt": { - "stars": 353, + "stars": 354, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3879 + "author_account_age_days": 3880 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-08-15 09:02:32", - "author_account_age_days": 2673 + "author_account_age_days": 2674 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-08-09 14:14:56", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 1001 + "author_account_age_days": 1002 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2403 + "author_account_age_days": 2404 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, "last_update": "2025-07-27 02:50:44", - "author_account_age_days": 5949 + "author_account_age_days": 5950 }, "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 0, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4044 + "author_account_age_days": 4045 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 140 + "author_account_age_days": 141 } } \ 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 95d9f524..6425cbee 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -11,6 +11,16 @@ "install_type": "git-clone", "description": "Nodes to use Omini Kontext framework for multi-image reference using Flux Kontext model. It has node to for Nunchaku compatibility. The is an editor node to place the character/product on the image for spatial control." }, + { + "author": "rickrender", + "title": "Vectorizer API", + "reference": "https://github.com/rickrender/ComfyUI-Vectorizer-API", + "files": [ + "https://github.com/rickrender/ComfyUI-Vectorizer-API" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." + }, { "author": "obisin", "title": "ComfyUI - DGLS (Dynamic GPU Layer Swapping)", @@ -681,47 +691,6 @@ ], "install_type": "git-clone", "description": "Advanced/Experimental VACE nodes for WAN video models in ComfyUI." - }, - { - "author": "Ferocit", - "title": "comfyui-feroccustomnodes", - "reference": "https://github.com/Ferocit/comfyui-feroccustomnodes", - "files": [ - "https://github.com/Ferocit/comfyui-feroccustomnodes" - ], - "install_type": "git-clone", - "description": "This repository contains custom nodes for ComfyUI, designed to enhance your workflow with text-based operations, particularly for managing and utilizing descriptive texts." - }, - { - "author": "CY-CHENYUE", - "title": "ComfyUI-ImageCompositionCy", - "id": "ComfyUI-ImageCompositionCy", - "reference": "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy", - "files": [ - "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy.git" - ], - "description": "A powerful ComfyUI multi-image composition node that supports real-time adjustment of image position, size, and rotation angle on an interactive Canvas, with freehand drawing capabilities and real-time preview of composition effects.", - "install_type": "git-clone" - }, - { - "author": "diogod", - "title": "TTS Audio Suite", - "reference": "https://github.com/diodiogod/TTS-Audio-Suite", - "files": [ - "https://github.com/diodiogod/TTS-Audio-Suite" - ], - "install_type": "git-clone", - "description": "TTS Audio Suite - Universal multi-engine TTS extension for ComfyUI with unified architecture supporting ChatterBox, F5-TTS, and future engines like RVC. Features modular engine adapters, character voice management, comprehensive SRT subtitle support, and advanced audio processing capabilities." - }, - { - "author": "switzerswish", - "title": "LoRA Visualizer", - "reference": "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer", - "files": [ - "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer" - ], - "install_type": "git-clone", - "description": "A ComfyUI custom node that parses prompt text for LoRA tags and visualizes their metadata, including trigger words, strength values, thumbnail previews, and example images." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index aca6f160..4eae23db 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -17534,7 +17534,7 @@ "LoraTagLoader" ], { - "title_aux": "LoRA Tag Loader for ComfyUI" + "title_aux": "badjeff/LoRA Tag Loader for ComfyUI" } ], "https://github.com/badxprogramm/ComfyUI-GradientBlur": [ @@ -35717,6 +35717,15 @@ "title_aux": "comfyui-ricklove" } ], + "https://github.com/rickrender/ComfyUI-Vectorizer-API": [ + [ + "BackgroundRemoverNode", + "VectorizerAINode" + ], + { + "title_aux": "Vectorizer API" + } + ], "https://github.com/rickyars/comfyui-llm-tile": [ [ "TiledImageGenerator", @@ -36980,7 +36989,7 @@ "LoRA_TagLoader" ], { - "title_aux": "LoRA Tag Loader for ComfyUI" + "title_aux": "shinyakidoguchi301/LoRA Tag Loader for ComfyUI" } ], "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ From 7457d91f646976c69a75e473a005d1726565c289 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 07:44:09 +0900 Subject: [PATCH 31/35] update DB --- extension-node-map.json | 4 +- github-stats.json | 2694 +++++++++++++-------------- node_db/dev/extension-node-map.json | 1 + node_db/new/extension-node-map.json | 4 +- 4 files changed, 1354 insertions(+), 1349 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 4eae23db..723fe6a3 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -4389,7 +4389,7 @@ ], "https://github.com/Dehypnotic/comfyui-numbered-text": [ [ - "NumberedMultilineText" + "NumberedText" ], { "title_aux": "Numbered Text" @@ -21255,6 +21255,7 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", "MinimaxImageToVideoNode", "MinimaxSubjectToVideoNode", "MinimaxTextToVideoNode", @@ -35720,6 +35721,7 @@ "https://github.com/rickrender/ComfyUI-Vectorizer-API": [ [ "BackgroundRemoverNode", + "BackgroundRemoverSVGNode", "VectorizerAINode" ], { diff --git a/github-stats.json b/github-stats.json index 8497bc58..e416c417 100644 --- a/github-stats.json +++ b/github-stats.json @@ -7,7 +7,7 @@ "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, @@ -55,7 +55,7 @@ "author_account_age_days": 873 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1264, + "stars": 1265, "last_update": "2025-08-18 20:50:39", "author_account_age_days": 873 }, @@ -82,7 +82,7 @@ "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1344, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, @@ -157,7 +157,7 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, @@ -167,22 +167,22 @@ "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2723 + "author_account_age_days": 2724 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1392 + "author_account_age_days": 1393 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, @@ -207,7 +207,7 @@ "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -257,12 +257,12 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 893 + "author_account_age_days": 894 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, @@ -272,27 +272,27 @@ "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 40, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, @@ -300,24 +300,24 @@ "author_account_age_days": 613 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2426, - "last_update": "2025-08-19 09:42:36", + "stars": 2443, + "last_update": "2025-08-19 12:32:48", "author_account_age_days": 432 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3887 + "author_account_age_days": 3888 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, @@ -567,7 +567,7 @@ "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 106, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, @@ -582,22 +582,22 @@ "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 298 + "author_account_age_days": 299 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 863 + "author_account_age_days": 864 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,42 +612,42 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 14, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1880 + "author_account_age_days": 1881 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2897 + "author_account_age_days": 2898 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2187 + "author_account_age_days": 2188 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, @@ -657,7 +657,7 @@ "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 295, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, @@ -682,17 +682,17 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 535, + "stars": 536, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4225 + "author_account_age_days": 4226 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, - "last_update": "2025-05-14 08:38:12", - "author_account_age_days": 1901 + "last_update": "2025-08-19 18:40:24", + "author_account_age_days": 1902 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -702,7 +702,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -722,17 +722,17 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2173 + "author_account_age_days": 2174 }, "https://github.com/Aksaz/comfyui-seamless-clone": { "stars": 10, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, @@ -740,14 +740,14 @@ "author_account_age_days": 4886 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { - "stars": 1326, - "last_update": "2025-08-16 10:19:08", - "author_account_age_days": 3120 + "stars": 1327, + "last_update": "2025-08-19 20:17:50", + "author_account_age_days": 3121 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2541 + "author_account_age_days": 2542 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -807,7 +807,7 @@ "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 692 + "author_account_age_days": 693 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, @@ -817,17 +817,17 @@ "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, @@ -837,7 +837,7 @@ "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 547 + "author_account_age_days": 548 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, @@ -872,17 +872,17 @@ "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, @@ -947,7 +947,7 @@ "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3657 + "author_account_age_days": 3658 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 438, @@ -957,7 +957,7 @@ "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, @@ -986,58 +986,58 @@ }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1393, - "last_update": "2025-08-17 16:19:57", - "author_account_age_days": 3416 + "last_update": "2025-08-19 14:40:04", + "author_account_age_days": 3417 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1218 + "author_account_age_days": 1219 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1292 + "author_account_age_days": 1293 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, - "last_update": "2025-08-05 18:27:44", - "author_account_age_days": 106 + "last_update": "2025-08-19 12:05:35", + "author_account_age_days": 107 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1047,7 +1047,7 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, @@ -1062,72 +1062,72 @@ "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2953 + "author_account_age_days": 2954 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 389, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 898 + "author_account_age_days": 899 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1143 + "author_account_age_days": 1144 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 264 + "author_account_age_days": 265 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 7, @@ -1155,19 +1155,19 @@ "author_account_age_days": 5246 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { - "stars": 53, + "stars": 54, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1898 + "author_account_age_days": 1899 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3333 + "author_account_age_days": 3334 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, @@ -1192,7 +1192,7 @@ "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, @@ -1202,27 +1202,27 @@ "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 14, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 71, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 221, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 4, @@ -1232,37 +1232,37 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 81, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 623, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 24, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 35, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 136, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 95, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, @@ -1297,7 +1297,7 @@ "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 41, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2299 + "author_account_age_days": 2300 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, @@ -1330,7 +1330,7 @@ "author_account_age_days": 2867 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 241, + "stars": 242, "last_update": "2025-07-06 22:39:57", "author_account_age_days": 2322 }, @@ -1362,22 +1362,22 @@ "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 528, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 89, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1422,17 +1422,17 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 243 + "author_account_age_days": 244 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, "last_update": "2025-03-31 15:37:25", - "author_account_age_days": 4844 + "author_account_age_days": 4845 }, "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, @@ -1447,7 +1447,7 @@ "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, @@ -1487,22 +1487,22 @@ "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5578 + "author_account_age_days": 5579 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1527,22 +1527,22 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4004 + "author_account_age_days": 4005 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, @@ -1557,7 +1557,7 @@ "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1572,12 +1572,12 @@ "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3411 + "author_account_age_days": 3412 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1587,7 +1587,7 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 175 + "author_account_age_days": 176 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, @@ -1607,17 +1607,17 @@ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 421, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 19, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 566 + "author_account_age_days": 567 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, @@ -1632,22 +1632,22 @@ "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 142 + "author_account_age_days": 143 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 200 + "author_account_age_days": 201 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, @@ -1657,27 +1657,27 @@ "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 762 + "author_account_age_days": 763 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, @@ -1692,17 +1692,17 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1712,22 +1712,22 @@ "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1737,7 +1737,7 @@ "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, "last_update": "2025-08-18 12:20:10", - "author_account_age_days": 3153 + "author_account_age_days": 3154 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 52, @@ -1747,12 +1747,12 @@ "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, @@ -1777,7 +1777,7 @@ "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2009 + "author_account_age_days": 2010 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 5, @@ -1810,7 +1810,7 @@ "author_account_age_days": 3691 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { - "stars": 613, + "stars": 614, "last_update": "2025-06-18 23:00:26", "author_account_age_days": 4020 }, @@ -1832,77 +1832,77 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 418, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 207, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 52, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3570 + "author_account_age_days": 3571 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, @@ -1910,34 +1910,34 @@ "author_account_age_days": 2192 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { - "stars": 776, + "stars": 778, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 205, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { "stars": 3289, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3552 + "author_account_age_days": 3553 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 956 + "author_account_age_days": 957 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1967,7 +1967,7 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 16, "last_update": "2025-08-18 22:18:53", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, @@ -1982,12 +1982,12 @@ "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, @@ -1997,12 +1997,12 @@ "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -2037,12 +2037,12 @@ "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 996 + "author_account_age_days": 997 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, @@ -2072,7 +2072,7 @@ "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1583 + "author_account_age_days": 1584 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, @@ -2102,17 +2102,17 @@ "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2127,12 +2127,12 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 34, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, @@ -2142,7 +2142,7 @@ "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1090 + "author_account_age_days": 1091 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, @@ -2162,12 +2162,12 @@ "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, "last_update": "2025-07-07 10:31:15", - "author_account_age_days": 1086 + "author_account_age_days": 1087 }, "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5352 + "author_account_age_days": 5353 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, @@ -2177,27 +2177,27 @@ "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 727, + "stars": 730, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, @@ -2222,12 +2222,12 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 293 + "author_account_age_days": 294 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2504 + "author_account_age_days": 2505 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, @@ -2237,7 +2237,7 @@ "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, @@ -2247,7 +2247,7 @@ "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 6, @@ -2257,12 +2257,12 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 87, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, @@ -2272,12 +2272,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { "stars": 139, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 81, @@ -2292,12 +2292,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2322,12 +2322,12 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1420 + "author_account_age_days": 1421 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, @@ -2387,7 +2387,7 @@ "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2662 + "author_account_age_days": 2663 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2397,17 +2397,17 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 774 + "author_account_age_days": 775 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2744 + "author_account_age_days": 2745 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4748 + "author_account_age_days": 4749 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, @@ -2422,7 +2422,7 @@ "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3505 + "author_account_age_days": 3506 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, @@ -2447,7 +2447,7 @@ "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, @@ -2462,22 +2462,22 @@ "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 39, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5901 + "author_account_age_days": 5902 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5901 + "author_account_age_days": 5902 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5901 + "author_account_age_days": 5902 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2497,7 +2497,7 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4129 + "author_account_age_days": 4130 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, @@ -2517,37 +2517,37 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2650 + "author_account_age_days": 2651 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1973 + "author_account_age_days": 1974 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, @@ -2567,7 +2567,7 @@ "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4330 + "author_account_age_days": 4331 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, @@ -2577,7 +2577,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2587,27 +2587,27 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1512 + "author_account_age_days": 1513 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, @@ -2642,17 +2642,17 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2987 + "author_account_age_days": 2988 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { - "stars": 81, + "stars": 82, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 979 + "author_account_age_days": 980 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, @@ -2692,12 +2692,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3992 + "author_account_age_days": 3993 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 831 + "author_account_age_days": 832 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2717,27 +2717,27 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1164 + "author_account_age_days": 1165 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 471 + "author_account_age_days": 472 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, @@ -2747,7 +2747,7 @@ "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, @@ -2755,24 +2755,24 @@ "author_account_age_days": 205 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { - "stars": 16, + "stars": 17, "last_update": "2025-08-16 20:20:30", - "author_account_age_days": 4801 + "author_account_age_days": 4802 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 776, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2600 + "author_account_age_days": 2601 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4933 + "author_account_age_days": 4934 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3775 + "author_account_age_days": 3776 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { "stars": 35, @@ -2787,22 +2787,22 @@ "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 301 + "author_account_age_days": 302 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4551 + "author_account_age_days": 4552 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4551 + "author_account_age_days": 4552 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, @@ -2822,17 +2822,17 @@ "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1334 + "author_account_age_days": 1335 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2842,12 +2842,12 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, @@ -2857,22 +2857,22 @@ "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 19, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5022 + "author_account_age_days": 5023 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5311 + "author_account_age_days": 5312 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 503, @@ -2882,12 +2882,12 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 213, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, @@ -2907,22 +2907,22 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 854, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { "stars": 3242, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { "stars": 1158, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4137 + "author_account_age_days": 4138 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, @@ -2952,12 +2952,12 @@ "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, "last_update": "2024-05-23 00:21:43", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/KytraScript/ComfyUI_MatAnyone_Kytra": { "stars": 136, "last_update": "2025-03-16 18:58:58", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, @@ -2967,37 +2967,37 @@ "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { "stars": 155, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { "stars": 164, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { "stars": 223, "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -3032,12 +3032,12 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 498, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, @@ -3052,7 +3052,7 @@ "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3288 + "author_account_age_days": 3289 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 134, @@ -3062,22 +3062,22 @@ "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3790 + "author_account_age_days": 3791 }, "https://github.com/Lerc/canvas_tab": { "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5788 + "author_account_age_days": 5789 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 16, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 9, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, @@ -3097,27 +3097,27 @@ "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3822 + "author_account_age_days": 3823 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2316, + "stars": 2317, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4611 + "author_account_age_days": 4612 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3137,12 +3137,12 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, @@ -3157,17 +3157,17 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 891 + "author_account_age_days": 892 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1396 + "author_account_age_days": 1397 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, @@ -3192,22 +3192,22 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { "stars": 97, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1917 + "author_account_age_days": 1918 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, @@ -3262,27 +3262,27 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, "last_update": "2025-08-17 14:18:17", - "author_account_age_days": 2025 + "author_account_age_days": 2026 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 11, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, @@ -3297,17 +3297,17 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5390 + "author_account_age_days": 5391 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1843 + "author_account_age_days": 1844 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2651 + "author_account_age_days": 2652 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, @@ -3332,7 +3332,7 @@ "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4001 + "author_account_age_days": 4002 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, @@ -3377,7 +3377,7 @@ "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5752 + "author_account_age_days": 5753 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, @@ -3407,27 +3407,27 @@ "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 91, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { "stars": 106, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 969 + "author_account_age_days": 970 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, @@ -3442,42 +3442,42 @@ "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 336, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 486 + "author_account_age_days": 487 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 30, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2936 + "author_account_age_days": 2937 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3487,22 +3487,22 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4388 + "author_account_age_days": 4389 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3345 + "author_account_age_days": 3346 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { - "stars": 170, + "stars": 171, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1447 + "author_account_age_days": 1448 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, @@ -3512,7 +3512,7 @@ "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/MoonGoblinDev/Civicomfy": { "stars": 49, @@ -3522,22 +3522,22 @@ "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { "stars": 324, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { "stars": 97, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/Moooonet/ComfyUI-Align": { "stars": 160, @@ -3550,7 +3550,7 @@ "author_account_age_days": 4815 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3318, + "stars": 3319, "last_update": "2025-08-07 10:48:28", "author_account_age_days": 1982 }, @@ -3577,12 +3577,12 @@ "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, "last_update": "2025-06-01 16:34:55", - "author_account_age_days": 2159 + "author_account_age_days": 2160 }, "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, @@ -3595,14 +3595,14 @@ "author_account_age_days": 2675 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { - "stars": 3, + "stars": 4, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 46, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4101 + "author_account_age_days": 4102 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, @@ -3627,7 +3627,7 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4709 + "author_account_age_days": 4710 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, @@ -3637,27 +3637,27 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 514 + "author_account_age_days": 515 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 24, @@ -3667,7 +3667,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 947 + "author_account_age_days": 948 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3677,12 +3677,12 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5570 + "author_account_age_days": 5571 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, @@ -3695,14 +3695,14 @@ "author_account_age_days": 2697 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1200, + "stars": 1201, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 665 + "author_account_age_days": 666 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, @@ -3712,7 +3712,7 @@ "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, @@ -3722,27 +3722,27 @@ "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3240 + "author_account_age_days": 3241 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2404 + "author_account_age_days": 2405 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3266 + "author_account_age_days": 3267 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { - "stars": 226, + "stars": 227, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { "stars": 558, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3752,12 +3752,12 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 31, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2537 + "author_account_age_days": 2538 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, @@ -3767,7 +3767,7 @@ "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, @@ -3782,7 +3782,7 @@ "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, @@ -3807,22 +3807,22 @@ "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3221 + "author_account_age_days": 3222 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, @@ -3837,12 +3837,12 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5190 + "author_account_age_days": 5191 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, @@ -3862,22 +3862,22 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5646 + "author_account_age_days": 5647 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 454 + "author_account_age_days": 455 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2807 + "author_account_age_days": 2808 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3902,7 +3902,7 @@ "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 531 + "author_account_age_days": 532 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, @@ -3917,10 +3917,10 @@ "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3812 + "author_account_age_days": 3813 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2478, + "stars": 2477, "last_update": "2024-08-21 06:14:24", "author_account_age_days": 384 }, @@ -3930,19 +3930,19 @@ "author_account_age_days": 246 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { - "stars": 67, + "stars": 68, "last_update": "2025-05-25 19:26:43", "author_account_age_days": 3863 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { - "stars": 15, - "last_update": "2025-08-18 19:47:38", + "stars": 16, + "last_update": "2025-08-19 21:24:18", "author_account_age_days": 3863 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1069 + "author_account_age_days": 1070 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, @@ -3972,12 +3972,12 @@ "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1671 + "author_account_age_days": 1672 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, @@ -3987,7 +3987,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 8, @@ -4027,12 +4027,12 @@ "https://github.com/Reithan/negative_rejection_steering": { "stars": 10, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, @@ -4075,7 +4075,7 @@ "author_account_age_days": 877 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { - "stars": 6, + "stars": 7, "last_update": "2025-06-09 23:34:07", "author_account_age_days": 1169 }, @@ -4092,7 +4092,7 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1802 + "author_account_age_days": 1803 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, @@ -4102,22 +4102,22 @@ "https://github.com/Runware/ComfyUI-Runware": { "stars": 109, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 620 + "author_account_age_days": 621 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 176, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4142,47 +4142,47 @@ "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 78, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1976 + "author_account_age_days": 1977 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4118 + "author_account_age_days": 4119 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 720 + "author_account_age_days": 721 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, @@ -4222,17 +4222,17 @@ "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, @@ -4257,7 +4257,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3024 + "author_account_age_days": 3025 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4282,7 +4282,7 @@ "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 158, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { "stars": 75, @@ -4297,12 +4297,12 @@ "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 115, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 852, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4592 + "author_account_age_days": 4593 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, @@ -4312,12 +4312,12 @@ "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, @@ -4475,7 +4475,7 @@ "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { - "stars": 2, + "stars": 3, "last_update": "2025-03-20 11:23:20", "author_account_age_days": 1626 }, @@ -4545,7 +4545,7 @@ "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { - "stars": 72, + "stars": 73, "last_update": "2025-06-10 17:07:05", "author_account_age_days": 1626 }, @@ -4567,7 +4567,7 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2737 + "author_account_age_days": 2738 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, @@ -4577,12 +4577,12 @@ "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 44, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, @@ -4592,12 +4592,12 @@ "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 130 + "author_account_age_days": 131 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2332 + "author_account_age_days": 2333 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, @@ -4622,72 +4622,72 @@ "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2596 + "author_account_age_days": 2597 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3982 + "author_account_age_days": 3983 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 248, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1112 + "author_account_age_days": 1113 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3944 + "author_account_age_days": 3945 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 257 + "author_account_age_days": 258 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, @@ -4697,12 +4697,12 @@ "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 500 + "author_account_age_days": 501 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, @@ -4752,22 +4752,22 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 230, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 599 + "author_account_age_days": 600 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3429 + "author_account_age_days": 3430 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, @@ -4782,7 +4782,7 @@ "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, @@ -4837,7 +4837,7 @@ "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, @@ -4852,7 +4852,7 @@ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { "stars": 969, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2570 + "author_account_age_days": 2571 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4867,7 +4867,7 @@ "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 816 + "author_account_age_days": 817 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4897,7 +4897,7 @@ "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 540 + "author_account_age_days": 541 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 417, @@ -4907,12 +4907,12 @@ "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, @@ -4940,7 +4940,7 @@ "author_account_age_days": 624 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 743, + "stars": 744, "last_update": "2025-06-15 11:21:35", "author_account_age_days": 624 }, @@ -4962,7 +4962,7 @@ "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3987 + "author_account_age_days": 3988 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, @@ -4997,22 +4997,22 @@ "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3585 + "author_account_age_days": 3586 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3638 + "author_account_age_days": 3639 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1289 + "author_account_age_days": 1290 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, @@ -5022,7 +5022,7 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 383, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 141, @@ -5032,7 +5032,7 @@ "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 820 + "author_account_age_days": 821 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, @@ -5042,17 +5042,17 @@ "https://github.com/TheBarret/ZSuite": { "stars": 9, "last_update": "2024-08-10 13:31:03", - "author_account_age_days": 3133 + "author_account_age_days": 3134 }, "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1862 + "author_account_age_days": 1863 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1862 + "author_account_age_days": 1863 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -5082,7 +5082,7 @@ "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 421 + "author_account_age_days": 422 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 541, @@ -5092,7 +5092,7 @@ "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3090 + "author_account_age_days": 3091 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 167, @@ -5102,7 +5102,7 @@ "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, @@ -5112,17 +5112,17 @@ "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1281 + "author_account_age_days": 1282 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5137,17 +5137,17 @@ "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 245, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5342 + "author_account_age_days": 5343 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1706 + "author_account_age_days": 1707 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 639 + "author_account_age_days": 640 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 296, @@ -5157,27 +5157,27 @@ "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5766 + "author_account_age_days": 5767 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5259 + "author_account_age_days": 5260 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, @@ -5187,32 +5187,32 @@ "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1776 + "author_account_age_days": 1777 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 17, "last_update": "2025-08-18 20:13:06", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, @@ -5222,37 +5222,37 @@ "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, "last_update": "2025-08-15 20:18:38", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/VykosX/ControlFlowUtils": { - "stars": 125, + "stars": 126, "last_update": "2024-12-09 17:24:48", "author_account_age_days": 2331 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5272,22 +5272,22 @@ "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3043 + "author_account_age_days": 3044 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 747 + "author_account_age_days": 748 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { "stars": 6, @@ -5297,7 +5297,7 @@ "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 24, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 209 + "author_account_age_days": 210 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { "stars": 96, @@ -5322,7 +5322,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 27, @@ -5347,7 +5347,7 @@ "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1616, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 378 + "author_account_age_days": 379 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5382,17 +5382,17 @@ "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4745 + "author_account_age_days": 4746 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, @@ -5417,7 +5417,7 @@ "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4176 + "author_account_age_days": 4177 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { "stars": 21, @@ -5432,12 +5432,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 221, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1234 + "author_account_age_days": 1235 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, @@ -5632,92 +5632,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 519, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { "stars": 814, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1428, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { "stars": 762, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5757,7 +5757,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 216, @@ -5767,22 +5767,22 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5041 + "author_account_age_days": 5042 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 943 + "author_account_age_days": 944 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, @@ -5817,37 +5817,37 @@ "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 573 + "author_account_age_days": 574 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/abyz22/image_control": { "stars": 16, "last_update": "2024-08-31 08:39:44", - "author_account_age_days": 583 + "author_account_age_days": 584 }, "https://github.com/acorderob/sd-webui-prompt-postprocessor": { - "stars": 37, + "stars": 36, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4248 + "author_account_age_days": 4249 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1124 + "author_account_age_days": 1125 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5437 + "author_account_age_days": 5438 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, @@ -5867,12 +5867,12 @@ "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 36, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, @@ -5882,7 +5882,7 @@ "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4416 + "author_account_age_days": 4417 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, @@ -5912,12 +5912,12 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, @@ -5927,7 +5927,7 @@ "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, @@ -5945,14 +5945,14 @@ "author_account_age_days": 739 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1305, - "last_update": "2025-08-19 07:34:30", + "stars": 1309, + "last_update": "2025-08-19 13:06:01", "author_account_age_days": 739 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, @@ -5965,7 +5965,7 @@ "author_account_age_days": 1075 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 51, + "stars": 52, "last_update": "2025-08-19 07:51:01", "author_account_age_days": 1075 }, @@ -5982,7 +5982,7 @@ "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2203 + "author_account_age_days": 2204 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, @@ -6000,7 +6000,7 @@ "author_account_age_days": 456 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 306, + "stars": 307, "last_update": "2025-07-09 22:44:36", "author_account_age_days": 456 }, @@ -6022,17 +6022,17 @@ "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, @@ -6042,7 +6042,7 @@ "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4470 + "author_account_age_days": 4471 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, @@ -6061,48 +6061,48 @@ }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, - "last_update": "2025-07-06 11:07:34", + "last_update": "2025-08-19 12:00:58", "author_account_age_days": 3929 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1617 + "author_account_age_days": 1618 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 82, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4007 + "author_account_age_days": 4008 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5435 + "author_account_age_days": 5436 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5435 + "author_account_age_days": 5436 }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 27, @@ -6112,12 +6112,12 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3706 + "author_account_age_days": 3707 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { - "stars": 116, + "stars": 117, "last_update": "2025-08-17 16:50:59", - "author_account_age_days": 3100 + "author_account_age_days": 3101 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6125,9 +6125,9 @@ "author_account_age_days": 3101 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1265, + "stars": 1266, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 909 + "author_account_age_days": 910 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, @@ -6137,17 +6137,17 @@ "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { "stars": 83, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 104, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, @@ -6167,7 +6167,7 @@ "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 609 + "author_account_age_days": 610 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, @@ -6177,12 +6177,12 @@ "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6213 + "author_account_age_days": 6214 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2249 + "author_account_age_days": 2250 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6202,7 +6202,7 @@ "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, @@ -6232,27 +6232,27 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 312, - "last_update": "2025-06-21 10:17:42", - "author_account_age_days": 861 + "last_update": "2025-08-19 16:56:01", + "author_account_age_days": 862 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, @@ -6262,7 +6262,7 @@ "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5332 + "author_account_age_days": 5333 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 165, @@ -6272,12 +6272,12 @@ "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3447 + "author_account_age_days": 3448 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 148, "last_update": "2024-10-09 08:44:54", - "author_account_age_days": 2769 + "author_account_age_days": 2770 }, "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, @@ -6287,12 +6287,12 @@ "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 106, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4541 + "author_account_age_days": 4542 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, @@ -6307,17 +6307,17 @@ "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6327,7 +6327,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3979 + "author_account_age_days": 3980 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6352,7 +6352,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2165 + "author_account_age_days": 2166 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6367,12 +6367,12 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { - "stars": 83, + "stars": 84, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5783 + "author_account_age_days": 5784 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, @@ -6397,17 +6397,17 @@ "https://github.com/banodoco/steerable-motion": { "stars": 923, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2719 + "author_account_age_days": 2720 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4547 + "author_account_age_days": 4548 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, @@ -6432,12 +6432,12 @@ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 71, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, @@ -6457,12 +6457,12 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { "stars": 59, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6507,7 +6507,7 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3928 + "author_account_age_days": 3929 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { "stars": 164, @@ -6525,7 +6525,7 @@ "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 121, + "stars": 122, "last_update": "2025-05-30 12:12:57", "author_account_age_days": 2357 }, @@ -6535,7 +6535,7 @@ "author_account_age_days": 2357 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 130, + "stars": 132, "last_update": "2025-06-02 13:54:19", "author_account_age_days": 2357 }, @@ -6595,24 +6595,24 @@ "author_account_age_days": 2357 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 103, + "stars": 104, "last_update": "2025-06-02 14:14:35", "author_account_age_days": 2357 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 477 + "author_account_age_days": 478 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3294 + "author_account_age_days": 3295 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, @@ -6647,7 +6647,7 @@ "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6662,12 +6662,12 @@ "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, @@ -6677,32 +6677,32 @@ "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3957 + "author_account_age_days": 3958 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5165 + "author_account_age_days": 5166 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6737,7 +6737,7 @@ "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4979 + "author_account_age_days": 4980 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, @@ -6777,12 +6777,12 @@ "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4665 + "author_account_age_days": 4666 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6792,12 +6792,12 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, @@ -6812,7 +6812,7 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2786 + "author_account_age_days": 2787 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, @@ -6827,7 +6827,7 @@ "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 220 + "author_account_age_days": 221 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, @@ -6847,27 +6847,27 @@ "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 13, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1595 + "author_account_age_days": 1596 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { "stars": 404, @@ -6875,7 +6875,7 @@ "author_account_age_days": 4509 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 255, + "stars": 257, "last_update": "2025-07-25 04:53:32", "author_account_age_days": 4509 }, @@ -6887,42 +6887,42 @@ "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4935 + "author_account_age_days": 4936 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/calcuis/gguf": { - "stars": 104, - "last_update": "2025-08-14 11:39:01", + "stars": 106, + "last_update": "2025-08-19 21:54:23", "author_account_age_days": 1068 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3723 + "author_account_age_days": 3724 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3723 + "author_account_age_days": 3724 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2189 + "author_account_age_days": 2190 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { "stars": 161, - "last_update": "2025-08-19 08:22:04", - "author_account_age_days": 824 + "last_update": "2025-08-19 11:59:30", + "author_account_age_days": 825 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6937,22 +6937,22 @@ "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, "last_update": "2024-09-12 06:55:50", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/cdb-boop/comfyui-image-round": { "stars": 10, "last_update": "2025-05-10 13:32:13", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3716 + "author_account_age_days": 3717 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 5, @@ -6977,17 +6977,17 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 3, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3819 + "author_account_age_days": 3820 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, @@ -6997,7 +6997,7 @@ "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, @@ -7037,147 +7037,147 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 108, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7187,37 +7187,37 @@ "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 277, + "stars": 279, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 27, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 707 + "author_account_age_days": 708 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, @@ -7227,12 +7227,12 @@ "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 517 + "author_account_age_days": 518 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 356, @@ -7250,12 +7250,12 @@ "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { - "stars": 17, + "stars": 18, "last_update": "2025-03-12 02:00:43", "author_account_age_days": 865 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2513, + "stars": 2514, "last_update": "2025-08-09 12:53:15", "author_account_age_days": 865 }, @@ -7307,12 +7307,12 @@ "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4393 + "author_account_age_days": 4394 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2217 + "author_account_age_days": 2218 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, @@ -7347,7 +7347,7 @@ "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1021 + "author_account_age_days": 1022 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, @@ -7357,42 +7357,42 @@ "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { "stars": 282, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1769 + "author_account_age_days": 1770 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7407,57 +7407,57 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4619 + "author_account_age_days": 4620 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5791 + "author_account_age_days": 5792 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2383, - "last_update": "2025-08-05 14:18:16", - "author_account_age_days": 918 + "stars": 2389, + "last_update": "2025-08-19 15:53:30", + "author_account_age_days": 919 }, "https://github.com/city96/ComfyUI_ColorMod": { "stars": 98, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/city96/ComfyUI_ExtraModels": { "stars": 517, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 299, + "stars": 300, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/city96/SD-Latent-Upscaler": { - "stars": 161, + "stars": 162, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, @@ -7472,7 +7472,7 @@ "https://github.com/civitai/civitai_comfy_nodes": { "stars": 148, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7487,7 +7487,7 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3121 + "author_account_age_days": 3122 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, @@ -7497,12 +7497,12 @@ "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2013 + "author_account_age_days": 2014 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7541,8 +7541,8 @@ }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, - "last_update": "2025-08-14 13:42:42", - "author_account_age_days": 587 + "last_update": "2025-08-19 11:41:02", + "author_account_age_days": 588 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85945, @@ -7622,17 +7622,17 @@ "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 109, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 83, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 529 + "author_account_age_days": 530 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, @@ -7647,10 +7647,10 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 187 + "author_account_age_days": 188 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1372, + "stars": 1375, "last_update": "2025-08-17 11:39:44", "author_account_age_days": 4538 }, @@ -7675,7 +7675,7 @@ "author_account_age_days": 5432 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5391, + "stars": 5392, "last_update": "2025-04-14 07:29:17", "author_account_age_days": 5432 }, @@ -7690,7 +7690,7 @@ "author_account_age_days": 5432 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 881, + "stars": 882, "last_update": "2025-04-14 07:47:23", "author_account_age_days": 5432 }, @@ -7702,12 +7702,12 @@ "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, @@ -7717,52 +7717,52 @@ "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 39, "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 260, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4492 + "author_account_age_days": 4493 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7775,19 +7775,19 @@ "author_account_age_days": 811 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { - "stars": 324, + "stars": 323, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2825 + "author_account_age_days": 2826 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 61, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3772 + "author_account_age_days": 3773 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3772 + "author_account_age_days": 3773 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, @@ -7797,12 +7797,12 @@ "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4849 + "author_account_age_days": 4850 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4885 + "author_account_age_days": 4886 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, @@ -7822,7 +7822,7 @@ "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, @@ -7862,17 +7862,17 @@ "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4956 + "author_account_age_days": 4957 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 146, + "stars": 147, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4956 + "author_account_age_days": 4957 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, @@ -7887,7 +7887,7 @@ "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 330 + "author_account_age_days": 331 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, @@ -7922,17 +7922,17 @@ "https://github.com/digitaljohn/comfyui-propost": { "stars": 179, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4785 + "author_account_age_days": 4786 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 316, + "stars": 317, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 14, @@ -7942,12 +7942,12 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 766 + "author_account_age_days": 767 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, @@ -7965,34 +7965,34 @@ "author_account_age_days": 1891 }, "https://github.com/djbielejeski/a-person-mask-generator": { - "stars": 368, + "stars": 369, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4704 + "author_account_age_days": 4705 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2270 + "author_account_age_days": 2271 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4925 + "author_account_age_days": 4926 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 680 + "author_account_age_days": 681 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, @@ -8002,17 +8002,17 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4190 + "author_account_age_days": 4191 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 904 + "author_account_age_days": 905 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 9, @@ -8047,7 +8047,7 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, @@ -8062,7 +8062,7 @@ "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3435 + "author_account_age_days": 3436 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -8072,7 +8072,7 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5224 + "author_account_age_days": 5225 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, @@ -8082,7 +8082,7 @@ "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3138 + "author_account_age_days": 3139 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -8102,12 +8102,12 @@ "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, @@ -8117,7 +8117,7 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 622 + "author_account_age_days": 623 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, @@ -8142,7 +8142,7 @@ "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/eric183/ComfyUI-Only": { "stars": 33, @@ -8152,12 +8152,12 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 417 + "author_account_age_days": 418 }, "https://github.com/evanspearman/ComfyMath": { "stars": 130, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, @@ -8167,22 +8167,22 @@ "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1416 + "author_account_age_days": 1417 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, @@ -8232,12 +8232,12 @@ "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1509 + "author_account_age_days": 1510 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 776 + "author_account_age_days": 777 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, @@ -8271,7 +8271,7 @@ }, "https://github.com/fblissjr/shrug-prompter": { "stars": 11, - "last_update": "2025-08-07 22:06:43", + "last_update": "2025-08-19 17:51:35", "author_account_age_days": 3785 }, "https://github.com/fcanfora/comfyui-camera-tools": { @@ -8287,7 +8287,7 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/feffy380/comfyui-chroma-cache": { "stars": 7, @@ -8297,7 +8297,7 @@ "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4383 + "author_account_age_days": 4384 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, @@ -8330,8 +8330,8 @@ "author_account_age_days": 3415 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 68, - "last_update": "2025-06-12 07:07:01", + "stars": 69, + "last_update": "2025-08-19 21:29:55", "author_account_age_days": 3897 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { @@ -8352,7 +8352,7 @@ "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8362,47 +8362,47 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/florestefano1975/comfyui-portrait-master": { "stars": 1101, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { - "stars": 282, + "stars": 283, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, @@ -8417,7 +8417,7 @@ "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5280 + "author_account_age_days": 5281 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, @@ -8427,32 +8427,32 @@ "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4042 + "author_account_age_days": 4043 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5528 + "author_account_age_days": 5529 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 75, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5528 + "author_account_age_days": 5529 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5528 + "author_account_age_days": 5529 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5528 + "author_account_age_days": 5529 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8462,7 +8462,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 90, @@ -8477,17 +8477,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 579, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8512,7 +8512,7 @@ "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, @@ -8537,7 +8537,7 @@ "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, @@ -8577,12 +8577,12 @@ "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/gemell1/ComfyUI_GMIC": { - "stars": 8, + "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, @@ -8597,10 +8597,10 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4279 + "author_account_age_days": 4280 }, "https://github.com/giriss/comfy-image-saver": { - "stars": 287, + "stars": 288, "last_update": "2024-05-22 20:40:55", "author_account_age_days": 4659 }, @@ -8642,17 +8642,17 @@ "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 179, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2918 + "author_account_age_days": 2919 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 56, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8662,12 +8662,12 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, @@ -8682,17 +8682,17 @@ "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/godmt/ComfyUI-List-Utils": { "stars": 9, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, @@ -8702,32 +8702,32 @@ "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 518, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1478 + "author_account_age_days": 1479 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1996 + "author_account_age_days": 1997 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, @@ -8737,17 +8737,17 @@ "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3209 + "author_account_age_days": 3210 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 654 + "author_account_age_days": 655 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, @@ -8787,17 +8787,17 @@ "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1576 + "author_account_age_days": 1577 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, @@ -8817,7 +8817,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8842,7 +8842,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 3, @@ -8895,19 +8895,19 @@ "author_account_age_days": 3147 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { - "stars": 143, + "stars": 144, "last_update": "2025-08-15 02:17:35", "author_account_age_days": 2358 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, @@ -8917,12 +8917,12 @@ "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4584 + "author_account_age_days": 4585 }, "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 1859, @@ -8957,7 +8957,7 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2945 + "author_account_age_days": 2946 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, @@ -8967,7 +8967,7 @@ "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 206, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 6, @@ -9022,37 +9022,37 @@ "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { "stars": 1715, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 108, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 137, + "stars": 138, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6061 + "author_account_age_days": 6062 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, @@ -9082,12 +9082,12 @@ "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -9102,22 +9102,22 @@ "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1347 + "author_account_age_days": 1348 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3531 + "author_account_age_days": 3532 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 160 + "author_account_age_days": 161 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, @@ -9142,27 +9142,27 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4816 + "author_account_age_days": 4817 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { "stars": 218, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5712 + "author_account_age_days": 5713 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, @@ -9200,7 +9200,7 @@ "author_account_age_days": 3283 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { - "stars": 133, + "stars": 134, "last_update": "2025-04-09 09:23:21", "author_account_age_days": 3283 }, @@ -9237,7 +9237,7 @@ "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, @@ -9247,12 +9247,12 @@ "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 164 + "author_account_age_days": 165 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1309 + "author_account_age_days": 1310 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, @@ -9272,12 +9272,12 @@ "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3306 + "author_account_age_days": 3307 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, @@ -9287,22 +9287,22 @@ "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 403 + "author_account_age_days": 404 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 80, + "stars": 81, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1315, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 51, @@ -9312,12 +9312,12 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, "last_update": "2025-08-16 06:10:48", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, @@ -9330,7 +9330,7 @@ "author_account_age_days": 2948 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { - "stars": 12, + "stars": 13, "last_update": "2025-02-26 05:03:05", "author_account_age_days": 4899 }, @@ -9340,34 +9340,34 @@ "author_account_age_days": 4799 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { - "stars": 185, + "stars": 186, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, @@ -9377,7 +9377,7 @@ "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3351 + "author_account_age_days": 3352 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, @@ -9387,22 +9387,22 @@ "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2754 + "author_account_age_days": 2755 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 150, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, @@ -9427,7 +9427,7 @@ "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3550 + "author_account_age_days": 3551 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 287, @@ -9437,7 +9437,7 @@ "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4997 + "author_account_age_days": 4998 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9447,7 +9447,7 @@ "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4461 + "author_account_age_days": 4462 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, @@ -9457,7 +9457,7 @@ "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4632 + "author_account_age_days": 4633 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, @@ -9472,7 +9472,7 @@ "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, @@ -9482,7 +9482,7 @@ "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 620, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 628 + "author_account_age_days": 629 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 137, @@ -9497,17 +9497,17 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5414 + "author_account_age_days": 5415 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4534 + "author_account_age_days": 4535 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9532,7 +9532,7 @@ "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4350 + "author_account_age_days": 4351 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 29, @@ -9562,7 +9562,7 @@ "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, @@ -9572,17 +9572,17 @@ "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 45, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 7, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/juehackr/comfyui_fk_server": { "stars": 450, @@ -9627,22 +9627,22 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 332 + "author_account_age_days": 333 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 415, + "stars": 417, "last_update": "2025-06-11 12:32:38", "author_account_age_days": 3210 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3895 + "author_account_age_days": 3896 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, @@ -9652,7 +9652,7 @@ "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1687 + "author_account_age_days": 1688 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, @@ -9662,12 +9662,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, @@ -9677,7 +9677,7 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5102 + "author_account_age_days": 5103 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, @@ -9707,7 +9707,7 @@ "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5955 + "author_account_age_days": 5956 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9717,12 +9717,12 @@ "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4306 + "author_account_age_days": 4307 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1931 + "author_account_age_days": 1932 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, @@ -9737,17 +9737,17 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1148 + "author_account_age_days": 1149 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, @@ -9767,7 +9767,7 @@ "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, @@ -9792,12 +9792,12 @@ "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1174 + "author_account_age_days": 1175 }, "https://github.com/kft334/Knodes": { "stars": 4, @@ -9830,7 +9830,7 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1517, + "stars": 1518, "last_update": "2025-08-07 11:03:37", "author_account_age_days": 2604 }, @@ -9870,7 +9870,7 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1007, + "stars": 1009, "last_update": "2025-04-02 07:35:46", "author_account_age_days": 2604 }, @@ -9880,7 +9880,7 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Geowizard": { - "stars": 123, + "stars": 124, "last_update": "2024-12-16 19:33:54", "author_account_age_days": 2604 }, @@ -9890,17 +9890,17 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2520, + "stars": 2521, "last_update": "2025-05-12 13:31:36", "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1083, + "stars": 1084, "last_update": "2025-05-30 19:21:20", "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1653, + "stars": 1656, "last_update": "2025-08-18 08:55:28", "author_account_age_days": 2604 }, @@ -9945,7 +9945,7 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-Marigold": { - "stars": 549, + "stars": 550, "last_update": "2025-05-16 10:22:16", "author_account_age_days": 2604 }, @@ -9995,49 +9995,49 @@ "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-moondream": { - "stars": 106, + "stars": 107, "last_update": "2024-08-12 16:30:11", "author_account_age_days": 2604 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1015, + "stars": 1017, "last_update": "2025-03-19 09:40:37", "author_account_age_days": 2604 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { - "stars": 17, + "stars": 18, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/kk8bit/KayTool": { - "stars": 195, + "stars": 198, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -10082,7 +10082,7 @@ "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2878 + "author_account_age_days": 2879 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 1, @@ -10107,7 +10107,7 @@ "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2940 + "author_account_age_days": 2941 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, @@ -10117,12 +10117,12 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1361 + "author_account_age_days": 1362 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, @@ -10165,7 +10165,7 @@ "author_account_age_days": 3252 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { - "stars": 78, + "stars": 79, "last_update": "2025-04-30 14:52:29", "author_account_age_days": 3252 }, @@ -10177,27 +10177,27 @@ "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3496 + "author_account_age_days": 3497 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2702 + "author_account_age_days": 2703 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, @@ -10312,12 +10312,12 @@ "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3917 + "author_account_age_days": 3918 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, @@ -10362,7 +10362,7 @@ "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4479 + "author_account_age_days": 4480 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, @@ -10392,7 +10392,7 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3330 + "author_account_age_days": 3331 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, @@ -10417,7 +10417,7 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, @@ -10427,72 +10427,72 @@ "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 607 + "author_account_age_days": 608 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4467 + "author_account_age_days": 4468 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 101, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-18 15:17:34", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2884 + "author_account_age_days": 2885 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 520 + "author_account_age_days": 521 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, @@ -10510,7 +10510,7 @@ "author_account_age_days": 2514 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { - "stars": 409, + "stars": 410, "last_update": "2025-04-08 06:21:55", "author_account_age_days": 2514 }, @@ -10532,12 +10532,12 @@ "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4900 + "author_account_age_days": 4901 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 115, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, @@ -10560,7 +10560,7 @@ "author_account_age_days": 543 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1365, + "stars": 1366, "last_update": "2025-01-09 02:38:40", "author_account_age_days": 543 }, @@ -10642,22 +10642,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10677,41 +10677,41 @@ "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 789, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { - "stars": 41, + "stars": 42, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2636, - "last_update": "2025-08-18 22:14:04", + "stars": 2638, + "last_update": "2025-08-19 20:08:39", "author_account_age_days": 883 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { @@ -10725,8 +10725,8 @@ "author_account_age_days": 883 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11199, - "last_update": "2025-08-19 09:08:53", + "stars": 11202, + "last_update": "2025-08-19 20:23:13", "author_account_age_days": 496 }, "https://github.com/ltdrdata/comfyui-connection-helper": { @@ -10747,7 +10747,7 @@ "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4228 + "author_account_age_days": 4229 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10772,27 +10772,27 @@ "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 48, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 1, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, @@ -10802,7 +10802,7 @@ "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 202, @@ -10812,7 +10812,7 @@ "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1663 + "author_account_age_days": 1664 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, @@ -10822,7 +10822,7 @@ "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, "last_update": "2025-07-27 13:38:05", - "author_account_age_days": 736 + "author_account_age_days": 737 }, "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, @@ -10832,12 +10832,12 @@ "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, @@ -10857,7 +10857,7 @@ "https://github.com/mang01010/MangoNodePack": { "stars": 3, "last_update": "2025-07-11 17:10:27", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, @@ -10882,7 +10882,7 @@ "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1587 + "author_account_age_days": 1588 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, @@ -10907,12 +10907,12 @@ "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4835 + "author_account_age_days": 4836 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 91, @@ -10922,20 +10922,20 @@ "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 9, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { - "stars": 13, + "stars": 14, "last_update": "2024-10-30 10:25:15", "author_account_age_days": 3299 }, @@ -10952,7 +10952,7 @@ "https://github.com/martijnat/comfyui-previewlatent": { "stars": 40, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, @@ -10967,12 +10967,12 @@ "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3160 + "author_account_age_days": 3161 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, @@ -10982,7 +10982,7 @@ "https://github.com/mav-rik/facerestore_cf": { "stars": 291, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3341 + "author_account_age_days": 3342 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10992,12 +10992,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4742 + "author_account_age_days": 4743 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4742 + "author_account_age_days": 4743 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -11007,12 +11007,12 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1221, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2522 + "author_account_age_days": 2523 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, @@ -11032,15 +11032,15 @@ "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4860 + "author_account_age_days": 4861 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1622 + "author_account_age_days": 1623 }, "https://github.com/melMass/comfy_mtb": { - "stars": 604, + "stars": 605, "last_update": "2025-08-02 01:01:14", "author_account_age_days": 4166 }, @@ -11052,42 +11052,42 @@ "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5894 + "author_account_age_days": 5895 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5894 + "author_account_age_days": 5895 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, @@ -11095,7 +11095,7 @@ "author_account_age_days": 423 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 446, + "stars": 447, "last_update": "2025-04-26 02:32:18", "author_account_age_days": 889 }, @@ -11106,8 +11106,8 @@ }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, - "last_update": "2025-08-14 09:43:33", - "author_account_age_days": 5777 + "last_update": "2025-08-19 11:46:23", + "author_account_age_days": 5778 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, @@ -11117,7 +11117,7 @@ "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, @@ -11132,12 +11132,12 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6337 + "author_account_age_days": 6338 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6337 + "author_account_age_days": 6338 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { "stars": 423, @@ -11152,7 +11152,7 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 141, "last_update": "2025-08-15 17:16:56", - "author_account_age_days": 1641 + "author_account_age_days": 1642 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, @@ -11160,7 +11160,7 @@ "author_account_age_days": 1159 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1883, + "stars": 1887, "last_update": "2025-08-16 07:22:13", "author_account_age_days": 36 }, @@ -11187,7 +11187,7 @@ "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/modelscope/comfyscope": { "stars": 4, @@ -11202,7 +11202,7 @@ "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5024 + "author_account_age_days": 5025 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, @@ -11212,7 +11212,7 @@ "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11222,7 +11222,7 @@ "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { "stars": 2, @@ -11232,17 +11232,17 @@ "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3605 + "author_account_age_days": 3606 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1744 + "author_account_age_days": 1745 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, @@ -11257,7 +11257,7 @@ "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2721 + "author_account_age_days": 2722 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, @@ -11267,12 +11267,12 @@ "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, @@ -11297,7 +11297,7 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, @@ -11312,7 +11312,7 @@ "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, @@ -11332,7 +11332,7 @@ "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 136 + "author_account_age_days": 137 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11357,22 +11357,22 @@ "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 698 + "author_account_age_days": 699 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, @@ -11392,7 +11392,7 @@ "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4072 + "author_account_age_days": 4073 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 165, @@ -11437,17 +11437,17 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4742 + "author_account_age_days": 4743 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4430 + "author_account_age_days": 4431 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4449 + "author_account_age_days": 4450 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 211, @@ -11457,27 +11457,27 @@ "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 216, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/niknah/quick-connections": { "stars": 318, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5140 + "author_account_age_days": 5141 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, @@ -11487,27 +11487,27 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3408 + "author_account_age_days": 3409 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3923 + "author_account_age_days": 3924 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3628 + "author_account_age_days": 3629 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4727 + "author_account_age_days": 4728 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, @@ -11517,32 +11517,32 @@ "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 92, + "stars": 93, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 580 + "author_account_age_days": 581 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, @@ -11552,12 +11552,12 @@ "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3163 + "author_account_age_days": 3164 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1633 + "author_account_age_days": 1634 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, @@ -11572,17 +11572,17 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 247, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4325 + "author_account_age_days": 4326 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2981 + "author_account_age_days": 2982 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, @@ -11592,7 +11592,7 @@ "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2138 + "author_account_age_days": 2139 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, @@ -11607,27 +11607,27 @@ "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 908, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1597 + "author_account_age_days": 1598 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5204 + "author_account_age_days": 5205 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 544, - "last_update": "2025-08-18 19:27:23", - "author_account_age_days": 5204 + "stars": 547, + "last_update": "2025-08-19 19:10:09", + "author_account_age_days": 5205 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5204 + "author_account_age_days": 5205 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, @@ -11687,7 +11687,7 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, @@ -11717,7 +11717,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 159, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 21, @@ -11737,7 +11737,7 @@ "https://github.com/orex2121/comfyui-OreX": { "stars": 7, "last_update": "2025-08-17 22:51:30", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, @@ -11775,29 +11775,29 @@ "author_account_age_days": 1003 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 77, + "stars": 78, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3449 + "author_account_age_days": 3450 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1497 + "author_account_age_days": 1498 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 31, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2823 + "author_account_age_days": 2824 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11812,17 +11812,17 @@ "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4532 + "author_account_age_days": 4533 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1262 + "author_account_age_days": 1263 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11842,17 +11842,17 @@ "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 271, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2551 + "author_account_age_days": 2552 }, "https://github.com/pants007/comfy-pants": { "stars": 2, @@ -11872,12 +11872,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 223, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5500 + "author_account_age_days": 5501 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, @@ -11887,7 +11887,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3107 + "author_account_age_days": 3108 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11912,17 +11912,17 @@ "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 57, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { "stars": 20, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5429 + "author_account_age_days": 5430 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, @@ -11937,17 +11937,17 @@ "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1084 + "author_account_age_days": 1085 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 52, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2094 + "author_account_age_days": 2095 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, @@ -11977,7 +11977,7 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, @@ -12027,12 +12027,12 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 411, + "stars": 413, "last_update": "2025-08-18 15:50:10", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, @@ -12067,7 +12067,7 @@ "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4408 + "author_account_age_days": 4409 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, @@ -12112,32 +12112,32 @@ "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { "stars": 1970, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3117 + "author_account_age_days": 3118 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { "stars": 2623, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 941, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, @@ -12212,22 +12212,22 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 561 + "author_account_age_days": 562 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 367, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1486 + "author_account_age_days": 1487 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, @@ -12242,7 +12242,7 @@ "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 198 + "author_account_age_days": 199 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, @@ -12257,7 +12257,7 @@ "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, @@ -12277,17 +12277,17 @@ "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2343 + "author_account_age_days": 2344 }, "https://github.com/raysers/Mflux-ComfyUI": { "stars": 106, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3845 + "author_account_age_days": 3846 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, @@ -12312,12 +12312,12 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3013 + "author_account_age_days": 3014 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1143 + "author_account_age_days": 1144 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, @@ -12327,17 +12327,17 @@ "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { "stars": 34, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/replicate/comfyui-replicate": { "stars": 187, @@ -12350,19 +12350,19 @@ "author_account_age_days": 4906 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2143, + "stars": 2148, "last_update": "2025-08-19 03:34:48", - "author_account_age_days": 5395 + "author_account_age_days": 5396 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6057 + "author_account_age_days": 6058 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6057 + "author_account_age_days": 6058 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, @@ -12372,12 +12372,12 @@ "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5253 + "author_account_age_days": 5254 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { "stars": 0, @@ -12400,7 +12400,7 @@ "author_account_age_days": 1068 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 13, + "stars": 14, "last_update": "2025-08-04 16:23:03", "author_account_age_days": 1068 }, @@ -12412,12 +12412,12 @@ "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5692 + "author_account_age_days": 5693 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12442,17 +12442,17 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 711 + "author_account_age_days": 712 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, @@ -12460,14 +12460,14 @@ "author_account_age_days": 2731 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { - "stars": 108, + "stars": 109, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4575 + "author_account_age_days": 4576 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1438 + "author_account_age_days": 1439 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, @@ -12482,22 +12482,22 @@ "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { "stars": 0, - "last_update": "2025-08-18 20:44:32", - "author_account_age_days": 791 + "last_update": "2025-08-19 13:53:35", + "author_account_age_days": 792 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2950 + "author_account_age_days": 2951 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12507,22 +12507,22 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 602 + "author_account_age_days": 603 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, @@ -12532,57 +12532,57 @@ "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2841 + "author_account_age_days": 2842 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 543, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4110 + "author_account_age_days": 4111 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, @@ -12597,7 +12597,7 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, @@ -12612,7 +12612,7 @@ "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 371 + "author_account_age_days": 372 }, "https://github.com/scraed/LanPaint": { "stars": 437, @@ -12622,7 +12622,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12652,7 +12652,7 @@ "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3753 + "author_account_age_days": 3754 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12682,22 +12682,22 @@ "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 462, @@ -12705,7 +12705,7 @@ "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1686, + "stars": 1687, "last_update": "2025-07-22 01:44:28", "author_account_age_days": 2464 }, @@ -12720,19 +12720,19 @@ "author_account_age_days": 2464 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { - "stars": 34, + "stars": 35, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, @@ -12772,22 +12772,22 @@ "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12797,22 +12797,22 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-08-18 20:23:12", - "author_account_age_days": 733 + "last_update": "2025-08-19 20:41:14", + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 733 + "author_account_age_days": 734 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, @@ -12822,7 +12822,7 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4728 + "author_account_age_days": 4729 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, @@ -12832,12 +12832,12 @@ "https://github.com/siliconflow/BizyAir": { "stars": 748, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, @@ -12875,7 +12875,7 @@ "author_account_age_days": 1922 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 298, + "stars": 299, "last_update": "2025-08-11 14:28:18", "author_account_age_days": 1528 }, @@ -12887,7 +12887,7 @@ "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12912,17 +12912,17 @@ "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, "last_update": "2025-08-18 11:13:20", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4360 + "author_account_age_days": 4361 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12932,17 +12932,17 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3135 + "author_account_age_days": 3136 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3142 + "author_account_age_days": 3143 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, @@ -13065,7 +13065,7 @@ "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { - "stars": 56, + "stars": 57, "last_update": "2025-04-09 14:21:57", "author_account_age_days": 775 }, @@ -13145,7 +13145,7 @@ "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1081, + "stars": 1082, "last_update": "2025-05-22 00:46:49", "author_account_age_days": 775 }, @@ -13165,7 +13165,7 @@ "author_account_age_days": 775 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { - "stars": 460, + "stars": 462, "last_update": "2025-08-15 14:07:34", "author_account_age_days": 775 }, @@ -13192,17 +13192,17 @@ "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1194 + "author_account_age_days": 1195 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, @@ -13217,7 +13217,7 @@ "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3680 + "author_account_age_days": 3681 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, @@ -13232,17 +13232,17 @@ "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 218, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3145 + "author_account_age_days": 3146 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, @@ -13287,17 +13287,17 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5161 + "author_account_age_days": 5162 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5652 + "author_account_age_days": 5653 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13305,7 +13305,7 @@ "author_account_age_days": 223 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { - "stars": 1281, + "stars": 1282, "last_update": "2025-07-18 19:54:57", "author_account_age_days": 2110 }, @@ -13327,17 +13327,17 @@ "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 614, + "stars": 615, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4504 + "author_account_age_days": 4505 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 16, @@ -13362,7 +13362,7 @@ "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3719 + "author_account_age_days": 3720 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, @@ -13392,7 +13392,7 @@ "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, @@ -13402,42 +13402,42 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3047 + "author_account_age_days": 3048 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2266 + "author_account_age_days": 2267 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6351 + "author_account_age_days": 6352 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13447,12 +13447,12 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 869 + "author_account_age_days": 870 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 3, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4937 + "author_account_age_days": 4938 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, @@ -13482,7 +13482,7 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3556 + "author_account_age_days": 3557 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, @@ -13537,17 +13537,17 @@ "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2103 + "author_account_age_days": 2104 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 58, @@ -13567,12 +13567,12 @@ "https://github.com/talesofai/comfyui-browser": { "stars": 605, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, @@ -13587,7 +13587,7 @@ "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2520 + "author_account_age_days": 2521 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, @@ -13632,22 +13632,22 @@ "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2843 + "author_account_age_days": 2844 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13705,9 +13705,9 @@ "author_account_age_days": 3635 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 155, + "stars": 157, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, @@ -13727,7 +13727,7 @@ "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3613 + "author_account_age_days": 3614 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, @@ -13757,22 +13757,22 @@ "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3323 + "author_account_age_days": 3324 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4738 + "author_account_age_days": 4739 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, @@ -13780,14 +13780,14 @@ "author_account_age_days": 4791 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { - "stars": 106, + "stars": 107, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, @@ -13810,19 +13810,19 @@ "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { - "stars": 62, + "stars": 63, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3561 + "author_account_age_days": 3562 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13842,7 +13842,7 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2678 + "author_account_age_days": 2679 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, @@ -13857,7 +13857,7 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 21, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1949 + "author_account_age_days": 1950 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, @@ -13902,12 +13902,12 @@ "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4123 + "author_account_age_days": 4124 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, @@ -13957,7 +13957,7 @@ "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13997,7 +13997,7 @@ "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1804 + "author_account_age_days": 1805 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, @@ -14017,7 +14017,7 @@ "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3034 + "author_account_age_days": 3035 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, @@ -14027,7 +14027,7 @@ "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, @@ -14037,7 +14037,7 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, @@ -14062,7 +14062,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2453 + "author_account_age_days": 2454 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 145, @@ -14072,12 +14072,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2259 + "author_account_age_days": 2260 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -14127,22 +14127,22 @@ "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 3, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1781 + "author_account_age_days": 1782 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 105 + "author_account_age_days": 106 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, @@ -14152,7 +14152,7 @@ "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3804 + "author_account_age_days": 3805 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -14182,7 +14182,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1388 + "author_account_age_days": 1389 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -14207,12 +14207,12 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 215, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2328 + "author_account_age_days": 2329 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { "stars": 960, @@ -14222,22 +14222,22 @@ "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2200 + "author_account_age_days": 2201 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 74, "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, @@ -14247,17 +14247,17 @@ "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 40, "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 872 + "author_account_age_days": 873 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14280,8 +14280,8 @@ "author_account_age_days": 3059 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 555, - "last_update": "2025-08-19 00:54:20", + "stars": 556, + "last_update": "2025-08-19 14:39:24", "author_account_age_days": 3779 }, "https://github.com/windfancy/zsq_prompt": { @@ -14297,12 +14297,12 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1644 + "author_account_age_days": 1645 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 150 + "author_account_age_days": 151 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, @@ -14310,14 +14310,14 @@ "author_account_age_days": 3344 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 36, + "stars": 37, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, @@ -14342,12 +14342,12 @@ "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3354 + "author_account_age_days": 3355 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, @@ -14357,7 +14357,7 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 83, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2683 + "author_account_age_days": 2684 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, @@ -14372,17 +14372,17 @@ "https://github.com/wywywywy/ComfyUI-pause": { "stars": 19, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1853 + "author_account_age_days": 1854 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 351, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, @@ -14407,7 +14407,7 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, @@ -14432,7 +14432,7 @@ "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14442,12 +14442,12 @@ "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, @@ -14487,7 +14487,7 @@ "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1817 + "author_account_age_days": 1818 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, @@ -14497,67 +14497,67 @@ "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3845 + "author_account_age_days": 3846 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4142 + "author_account_age_days": 4143 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { "stars": 301, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, @@ -14575,164 +14575,164 @@ "author_account_age_days": 3251 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1835, + "stars": 1836, "last_update": "2025-08-19 08:30:16", - "author_account_age_days": 1761 + "author_account_age_days": 1762 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4296 + "author_account_age_days": 4297 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, "last_update": "2025-08-18 06:04:54", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2215 + "author_account_age_days": 2216 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 849 + "author_account_age_days": 850 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2863 + "author_account_age_days": 2864 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 938 + "author_account_age_days": 939 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 110, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 38, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 224, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 25, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 26, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 160, + "stars": 163, "last_update": "2025-08-16 13:30:57", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 126, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 15, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 231, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2573 + "author_account_age_days": 2574 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { - "stars": 463, + "stars": 464, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, @@ -14757,7 +14757,7 @@ "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4197 + "author_account_age_days": 4198 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, @@ -14787,17 +14787,17 @@ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, @@ -14807,7 +14807,7 @@ "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 537 + "author_account_age_days": 538 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, @@ -14832,12 +14832,12 @@ "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3770 + "author_account_age_days": 3771 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, @@ -14847,7 +14847,7 @@ "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1431, @@ -14877,17 +14877,17 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3082 + "author_account_age_days": 3083 }, "https://github.com/zombieyang/sd-ppp": { "stars": 1641, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4338 + "author_account_age_days": 4339 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5382 + "author_account_age_days": 5383 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, @@ -14897,7 +14897,7 @@ "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index f05c3f6b..302e1c8f 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -5208,6 +5208,7 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", "MinimaxImageToVideoNode", "MinimaxSubjectToVideoNode", "MinimaxTextToVideoNode", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 4eae23db..723fe6a3 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -4389,7 +4389,7 @@ ], "https://github.com/Dehypnotic/comfyui-numbered-text": [ [ - "NumberedMultilineText" + "NumberedText" ], { "title_aux": "Numbered Text" @@ -21255,6 +21255,7 @@ "MaskComposite", "MaskPreview", "MaskToImage", + "MinimaxHailuoVideoNode", "MinimaxImageToVideoNode", "MinimaxSubjectToVideoNode", "MinimaxTextToVideoNode", @@ -35720,6 +35721,7 @@ "https://github.com/rickrender/ComfyUI-Vectorizer-API": [ [ "BackgroundRemoverNode", + "BackgroundRemoverSVGNode", "VectorizerAINode" ], { From 0b013adb34872a6d99f6da16ed25a8845b26be09 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 Aug 2025 12:24:39 +0900 Subject: [PATCH 32/35] update DB --- extension-node-map.json | 8 +++++++- node_db/dev/custom-node-list.json | 10 ++++++++++ node_db/dev/extension-node-map.json | 8 ++++++++ node_db/dev/github-stats.json | 5 +++++ node_db/new/extension-node-map.json | 8 +++++++- 5 files changed, 37 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 723fe6a3..f2940b58 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9269,10 +9269,15 @@ "FluxResolutionMatcher", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", + "Load Image Batch MXD", + "LoadLatent_WithParams", + "LoadLatents_FromFolder_WithParams", "Place Image By Mask", "Prompt With Guidance (Flux)", + "SaveLatentMXD", "Sdxl Empty Latent Image", - "Sdxl Resolution Selector" + "Sdxl Resolution Selector", + "Wan2_2EmptyLatentImageMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -24004,6 +24009,7 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", "GradientImageGenerator", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a4a29597..a3e829b8 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "viik420", + "title": "Model Copy Node for ComfyUI [UNSAFE]", + "reference": "https://github.com/apeirography/ModelCopyNode", + "files": [ + "https://github.com/apeirography/ModelCopyNode" + ], + "install_type": "git-clone", + "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This node pack has a vulnerability that allows writing files to arbitrary paths.]" + }, { "author": "Maff3u", "title": "MattiaNodes - Points Editor On Cropped [WIP]", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 302e1c8f..490f1694 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -4300,6 +4300,14 @@ "title_aux": "ComfyUI-Animemory-Loader" } ], + "https://github.com/apeirography/ModelCopyNode": [ + [ + "ModelCopyNode" + ], + { + "title_aux": "Model Copy Node for ComfyUI [UNSAFE]" + } + ], "https://github.com/apetitbois/nova_utils": [ [ "floatList2Float", diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 1bce1422..6f04e128 100644 --- a/node_db/dev/github-stats.json +++ b/node_db/dev/github-stats.json @@ -1489,6 +1489,11 @@ "last_update": "2025-08-15 03:21:01", "author_account_age_days": 2162 }, + "https://github.com/apeirography/ModelCopyNode": { + "stars": 0, + "last_update": "2025-08-20 02:39:14", + "author_account_age_days": 2162 + }, "https://github.com/apetitbois/nova_utils": { "stars": 0, "last_update": "2025-04-02 20:01:49", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 723fe6a3..f2940b58 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9269,10 +9269,15 @@ "FluxResolutionMatcher", "Image Scale To Total Pixels (SDXL Safe)", "LatentHalfMasks", + "Load Image Batch MXD", + "LoadLatent_WithParams", + "LoadLatents_FromFolder_WithParams", "Place Image By Mask", "Prompt With Guidance (Flux)", + "SaveLatentMXD", "Sdxl Empty Latent Image", - "Sdxl Resolution Selector" + "Sdxl Resolution Selector", + "Wan2_2EmptyLatentImageMXD" ], { "title_aux": "ComfyUI-MaxedOut" @@ -24004,6 +24009,7 @@ "FL_VideoTrim", "FL_WF_Agent", "FL_WanFirstLastFrameToVideo", + "FL_WordFrequencyGraph", "FL_ZipDirectory", "FL_ZipSave", "GradientImageGenerator", From cf45c51dfbd0ab91c99423d7ce1fcab3e54ec0aa Mon Sep 17 00:00:00 2001 From: licyk <76895225+licyk@users.noreply.github.com> Date: Thu, 21 Aug 2025 05:52:09 +0800 Subject: [PATCH 33/35] Add HDM-ext to custom-node-list (#2094) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 562752ae..f8115039 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31204,6 +31204,17 @@ "install_type": "git-clone", "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." }, + { + "author": "KohakuBlueleaf", + "title": "HDM-ext", + "id": "HDM", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM model loader for ComfyUI" + }, From 72a109f10968343bc06f818237536a80b93a823e Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Aug 2025 07:29:53 +0900 Subject: [PATCH 34/35] update DB --- custom-node-list.json | 63 +- extension-node-map.json | 101 + github-stats.json | 5382 ++++++++++++++------------- node_db/dev/custom-node-list.json | 114 +- node_db/dev/extension-node-map.json | 34 +- node_db/new/custom-node-list.json | 61 + node_db/new/extension-node-map.json | 101 + 7 files changed, 3100 insertions(+), 2756 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f8115039..0b5a530b 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15315,6 +15315,16 @@ "install_type": "git-clone", "description": "Unofficial optimized and enhanced fork of [a/LatentSync 1.5](https://github.com/bytedance/LatentSync) implementation for ComfyUI on Windows and WSL 2.0." }, + { + "author": "GeekyGhost", + "title": "ComfyUI-Image-Segmenting-Loader", + "reference": "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader", + "files": [ + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader" + ], + "install_type": "git-clone", + "description": "Lets you send a section of an image to qwen edit or kontext to help isolate areas in need of change" + }, { "author": "Dobidop", "title": "Dobidop ComfyStereo", @@ -18814,6 +18824,17 @@ "install_type": "git-clone", "description": "A general extension to utilize TIPO or DanTagGen to do 'text-presampling' based on KGen library: [a/https://github.com/KohakuBlueleaf/KGen](https://github.com/KohakuBlueleaf/KGen)" }, + { + "author": "KohakuBlueleaf", + "title": "HDM-ext", + "id": "HDM", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM model loader for ComfyUI" + }, { "author": "hanoixan", "title": "ComfyUI DataBeast", @@ -26325,6 +26346,16 @@ "install_type": "git-clone", "description": "This node displays the positive and negative prompts of a loaded ComfyUi image." }, + { + "author": "BigStationW", + "title": "ComfyUi-Scale-Image-to-Total-Pixels-Advanced", + "reference": "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced", + "files": [ + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced" + ], + "install_type": "git-clone", + "description": "A more advanced version of the original ImageScaleToTotalPixels node" + }, { "author": "rakki194", "title": "ComfyUI-ImageCompare", @@ -31205,17 +31236,35 @@ "description": "A collection of ComfyUI nodes for interfacing with the Vectorizer.ai API. Manipulate the results with options for scaling the SVG result back to raster image with increased resolution. Includes a background remover node to remove a prevalent background color from raster images. Enter credentials in config.json or directly within the node." }, { - "author": "KohakuBlueleaf", - "title": "HDM-ext", - "id": "HDM", - "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "author": "TinyBeeman", + "title": "ComfyUI-TinyBee", + "reference": "https://github.com/TinyBeeman/ComfyUI-TinyBee", "files": [ - "https://github.com/KohakuBlueleaf/HDM-ext" + "https://github.com/TinyBeeman/ComfyUI-TinyBee" ], "install_type": "git-clone", - "description": "HDM model loader for ComfyUI" + "description": "A collection of custom nodes for ComfyUI, designed to provide utility functions for list processing, file management, and more." + }, + { + "author": "Hangover3832", + "title": "ComfyUI_Hangover-Utils", + "reference": "https://github.com/Hangover3832/ComfyUI_Hangover-Utils", + "files": [ + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils" + ], + "install_type": "git-clone", + "description": "This repository fully replaces and extends the previous Hangover Nodes" + }, + { + "author": "Onionman61", + "title": "ComfyUI ModelScope Kontext API Node", + "reference": "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext", + "files": [ + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that allows users to perform Image-to-Image generation by calling the FLUX.1-Kontext-Dev model via the official ModelScope API." }, - diff --git a/extension-node-map.json b/extension-node-map.json index f2940b58..3b8ecd54 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2868,6 +2868,14 @@ "title_aux": "ComfyUi-RescaleCFGAdvanced" } ], + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": [ + [ + "ImageScaleToTotalPixelsX" + ], + { + "title_aux": "ComfyUi-Scale-Image-to-Total-Pixels-Advanced" + } + ], "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": [ [ "ImageConcatenateBatchWithTxt" @@ -6040,6 +6048,15 @@ "title_aux": "ComfyUI-GeekyRemB" } ], + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [ + [ + "GeekyQwenCompositor", + "GeekyQwenSegmentLoader" + ], + { + "title_aux": "ComfyUI-Image-Segmenting-Loader" + } + ], "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": [ [ "GeekyAudioMixer" @@ -6440,6 +6457,22 @@ "title_aux": "ComfyUI-HaiperAI-API" } ], + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": [ + [ + "Image Clipboard Paster", + "Image Scale Bounding Box", + "Make Inpaint Model", + "Save Image w/o Metadata", + "Sympy Math Interpreter" + ], + { + "author": "AlexL", + "description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.", + "nickname": "Hangover-Image_Scale_Bouning_Box", + "title": "ComfyUI-Hangover-Image_Scale_Bouning_Box", + "title_aux": "ComfyUI_Hangover-Utils" + } + ], "https://github.com/HannibalP/comfyui-HannibalPack": [ [ "HannibalLoraLoader" @@ -7743,6 +7776,16 @@ "title_aux": "ComfyUI Fisheye Effects Nodes" } ], + "https://github.com/KohakuBlueleaf/HDM-ext": [ + [ + "HDMCameraParam", + "HDMLoader", + "HDMTreadGamma" + ], + { + "title_aux": "HDM-ext" + } + ], "https://github.com/KohakuBlueleaf/z-tipo-extension": [ [ "TIPO", @@ -10341,6 +10384,14 @@ "title_aux": "ComfyUI OneThing AI Node" } ], + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ + [ + "ModelScopeKontextAPI" + ], + { + "title_aux": "ComfyUI ModelScope Kontext API Node" + } + ], "https://github.com/OpalSky-AI/OpalSky_Nodes": [ [ "PromptAssistantOpalSky", @@ -10675,6 +10726,7 @@ [ "Apply Circular Padding Model", "Apply Circular Padding VAE", + "Create Pole Mask", "Create Seam Mask", "Crop 360 to 180 Equirectangular", "Crop Image with Coords", @@ -10682,7 +10734,9 @@ "Cubemap to Equirectangular", "Equirectangular Rotation", "Equirectangular to Cubemap", + "Equirectangular to Face", "Equirectangular to Perspective", + "Face to Equirectangular", "Masked Diff C2E", "Merge Monoscopic into Stereo", "Pad 180 to 360 Equirectangular", @@ -13061,6 +13115,8 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", + "StarQwenEditEncoder", + "StarQwenImageEditInputs", "StarQwenImageRatio", "StarQwenWanRatio" ], @@ -14048,6 +14104,24 @@ "title_aux": "RisuTools" } ], + "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ + [ + "Filter List", + "Filter Words", + "Get File List", + "Get List From File", + "Incrementer", + "Indexed Entry", + "List Count", + "Process Path Name", + "Random Entry", + "Randomize List", + "Sort List" + ], + { + "title_aux": "ComfyUI-TinyBee" + } + ], "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ [ "ttN KSampler_v2", @@ -15152,6 +15226,28 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], + "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ + [ + "ApplyStyleModelEnhanced", + "ApplyStyleModelSimple", + "BatchImagesNode", + "FrameCalculator", + "InpaintConditioningNode", + "InpaintFluxKontextConditioning", + "Prepimg2Vid", + "RemoveBackgroundNode", + "StitchImages", + "StitchImagesAndMask", + "TextFieldNode", + "UnstitchImages", + "UnstitchImagesAndMask", + "UpscaleImageWithModel", + "VTracerImageVectorizerNode" + ], + { + "title_aux": "ComfyUI-YarvixPA" + } + ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ [ "Float", @@ -19175,6 +19271,7 @@ "pre_Flex2", "pre_Kontext", "pre_Kontext_mul", + "pre_QwenEdit", "pre_controlnet", "pre_controlnet_union", "pre_ic_light_sd15", @@ -28960,6 +29057,7 @@ "GetImageSizeAndCount", "GetImagesFromBatchIndexed", "GetLatentRangeFromBatch", + "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", "GradientToFloat", @@ -29005,6 +29103,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", "LoadImagesFromFolderKJ", @@ -34012,6 +34111,7 @@ ], "https://github.com/obisin/ComfyUI-DGLS": [ [ + "DGLSCleanup", "DGLSModelLoader", "DynamicSwappingLoader" ], @@ -41342,6 +41442,7 @@ "KY_RegexExtractor", "KY_RegexReplace", "KY_SaveImageToPath", + "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", "KY_toBBox" diff --git a/github-stats.json b/github-stats.json index e416c417..2446fe65 100644 --- a/github-stats.json +++ b/github-stats.json @@ -2,97 +2,97 @@ "https://github.com/0x-jerry/comfyui-rembg": { "stars": 0, "last_update": "2025-04-07 09:23:31", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/0xRavenBlack/ComfyUI-OOP": { "stars": 9, "last_update": "2025-03-02 11:59:14", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 257, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 51, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-JoyCaption": { - "stars": 54, + "stars": 55, "last_update": "2025-06-12 21:15:17", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 57, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 45, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 55, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 284, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-Pollinations": { - "stars": 40, + "stars": 41, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-RMBG": { "stars": 1265, "last_update": "2025-08-18 20:50:39", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { - "stars": 60, + "stars": 61, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 111, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 40, "last_update": "2025-07-12 18:50:44", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, "last_update": "2025-01-13 10:15:44", - "author_account_age_days": 2304 + "author_account_age_days": 2305 }, "https://github.com/11cafe/comfyui-workspace-manager": { "stars": 1344, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 626 + "author_account_age_days": 627 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 94, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 39, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 62, @@ -102,32 +102,32 @@ "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 86, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 69, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 4, - "last_update": "2025-08-19 06:41:53", - "author_account_age_days": 869 + "last_update": "2025-08-20 14:28:45", + "author_account_age_days": 870 }, "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 4, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, "last_update": "2025-03-21 12:25:22", - "author_account_age_days": 880 + "author_account_age_days": 881 }, "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, @@ -137,17 +137,17 @@ "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, "last_update": "2024-10-11 00:11:40", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 225, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1340 + "author_account_age_days": 1341 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, "last_update": "2024-09-22 12:07:40", - "author_account_age_days": 3193 + "author_account_age_days": 3194 }, "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, @@ -157,57 +157,57 @@ "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, "last_update": "2025-08-09 03:27:58", - "author_account_age_days": 4120 + "author_account_age_days": 4121 }, "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 835 + "author_account_age_days": 836 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 29, "last_update": "2025-05-12 22:12:06", - "author_account_age_days": 2724 + "author_account_age_days": 2725 }, "https://github.com/54rt1n/ComfyUI-DareMerge": { "stars": 93, "last_update": "2025-03-27 14:57:35", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/5x00/ComfyUI-PiAPI-Faceswap": { "stars": 2, "last_update": "2025-01-12 14:49:09", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/5x00/ComfyUI-VLM-Captions": { "stars": 7, "last_update": "2025-01-04 21:27:47", - "author_account_age_days": 1393 + "author_account_age_days": 1394 }, "https://github.com/6174/comflowy-nodes": { "stars": 14, "last_update": "2024-12-03 13:31:04", - "author_account_age_days": 4540 + "author_account_age_days": 4541 }, "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 12, "last_update": "2025-08-07 02:09:27", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2434 + "author_account_age_days": 2435 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1892 + "author_account_age_days": 1893 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, @@ -217,12 +217,12 @@ "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, "last_update": "2025-01-29 13:21:59", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/852wa/ComfyUI-ColorshiftColor": { "stars": 51, "last_update": "2025-02-01 12:17:38", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, @@ -257,317 +257,317 @@ "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, "last_update": "2024-05-23 00:26:10", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-PixelOE-Wrapper": { "stars": 11, "last_update": "2025-01-21 22:26:11", - "author_account_age_days": 894 + "author_account_age_days": 895 }, "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 138, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 920 + "author_account_age_days": 921 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 40, "last_update": "2025-06-03 13:01:58", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/AEmotionStudio/ComfyUI-DiscordSend": { "stars": 9, "last_update": "2025-06-03 13:03:23", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/AEmotionStudio/ComfyUI-EnhancedLinksandNodes": { "stars": 40, "last_update": "2025-06-03 13:02:36", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/AEmotionStudio/ComfyUI-MagnifyGlass": { "stars": 13, "last_update": "2025-06-13 19:26:31", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/AEmotionStudio/ComfyUI-ShaderNoiseKSampler": { "stars": 45, "last_update": "2025-06-20 08:52:02", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 613 + "author_account_age_days": 614 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { - "stars": 2443, - "last_update": "2025-08-19 12:32:48", - "author_account_age_days": 432 + "stars": 2472, + "last_update": "2025-08-20 07:23:24", + "author_account_age_days": 433 }, "https://github.com/AIExplorer25/ComfyUI_AutoDownloadModels": { "stars": 17, "last_update": "2025-04-05 22:05:47", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/AIExplorer25/ComfyUI_ChatGptHelper": { "stars": 0, "last_update": "2025-05-18 19:11:40", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/AIExplorer25/ComfyUI_ImageCaptioner": { "stars": 0, "last_update": "2025-08-15 12:30:28", - "author_account_age_days": 3888 + "author_account_age_days": 3889 }, "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 14, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 89, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 39, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 243, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 305, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 9, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 29, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 115, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 378, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 25, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 98, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 39, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 51, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 60, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 87, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 270, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 12, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 41, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 163, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { - "stars": 62, + "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 14, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 50, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 13, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 19, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 652 + "author_account_age_days": 653 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 631 + "author_account_age_days": 632 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { - "stars": 2309, + "stars": 2311, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 350, "last_update": "2025-01-06 11:31:20", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 50, "last_update": "2025-06-29 09:56:53", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { - "stars": 368, + "stars": 369, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 922 + "author_account_age_days": 923 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 106, "last_update": "2024-11-21 08:56:49", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, @@ -582,22 +582,22 @@ "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, "last_update": "2025-07-18 20:14:36", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/AIWarper/ComfyUI-WarperNodes": { "stars": 10, "last_update": "2025-07-31 20:12:04", - "author_account_age_days": 299 + "author_account_age_days": 300 }, "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 223, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1014, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 864 + "author_account_age_days": 865 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -612,52 +612,52 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 14, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 4, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2898 + "author_account_age_days": 2899 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA": { "stars": 4, "last_update": "2025-04-08 08:00:15", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-PixelIt": { "stars": 1, "last_update": "2025-06-04 13:11:52", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/ARZUMATA/ComfyUI-ARZUMATA-Qwen2": { "stars": 1, "last_update": "2025-06-04 13:10:22", - "author_account_age_days": 2188 + "author_account_age_days": 2189 }, "https://github.com/Aaron-CHM/ComfyUI-z-a1111-sd-webui-DanTagGen": { "stars": 4, "last_update": "2024-07-17 03:55:26", - "author_account_age_days": 1947 + "author_account_age_days": 1948 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 295, "last_update": "2024-06-14 07:04:37", - "author_account_age_days": 4089 + "author_account_age_days": 4090 }, "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, @@ -667,12 +667,12 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, "last_update": "2024-08-29 15:19:06", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 6, @@ -682,17 +682,17 @@ "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, "last_update": "2025-03-31 09:53:40", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/Acly/comfyui-tooling-nodes": { - "stars": 536, + "stars": 537, "last_update": "2025-08-09 15:42:44", - "author_account_age_days": 4226 + "author_account_age_days": 4227 }, "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": { "stars": 10, "last_update": "2025-08-19 18:40:24", - "author_account_age_days": 1902 + "author_account_age_days": 1903 }, "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, @@ -702,7 +702,7 @@ "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, "last_update": "2025-06-10 08:19:10", - "author_account_age_days": 3799 + "author_account_age_days": 3800 }, "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, @@ -717,22 +717,22 @@ "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, "last_update": "2025-06-25 05:15:21", - "author_account_age_days": 1230 + "author_account_age_days": 1231 }, "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1697 + "author_account_age_days": 1698 }, "https://github.com/AkashKarnatak/ComfyUI_faishme": { "stars": 0, "last_update": "2025-03-10 20:04:22", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/Aksaz/comfyui-seamless-clone": { - "stars": 10, + "stars": 12, "last_update": "2025-05-20 07:08:24", - "author_account_age_days": 304 + "author_account_age_days": 305 }, "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, @@ -742,12 +742,12 @@ "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1327, "last_update": "2025-08-19 20:17:50", - "author_account_age_days": 3121 + "author_account_age_days": 3122 }, "https://github.com/Alexankharin/camera-comfyUI": { "stars": 14, "last_update": "2025-07-26 16:40:12", - "author_account_age_days": 2542 + "author_account_age_days": 2543 }, "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, @@ -762,102 +762,102 @@ "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, "last_update": "2025-03-23 19:29:25", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/Alvaroeai/ComfyUI-Text2Json": { "stars": 1, "last_update": "2024-11-26 16:40:31", - "author_account_age_days": 4122 + "author_account_age_days": 4123 }, "https://github.com/Amorano/Jovi_Capture": { "stars": 7, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 6, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 17, "last_update": "2025-07-13 22:58:45", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 6, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-05-05 04:10:36", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 7, "last_update": "2025-07-05 19:22:17", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Amorano/Jovimetrix": { "stars": 370, "last_update": "2025-08-15 20:17:13", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/Andro-Meta/ComfyUI-Ovis2": { "stars": 5, "last_update": "2025-03-24 04:27:56", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/AngelCookies/ComfyUI-Seed-Tracker": { "stars": 0, "last_update": "2025-06-23 23:56:50", - "author_account_age_days": 1242 + "author_account_age_days": 1243 }, "https://github.com/Anibaaal/ComfyUI-UX-Nodes": { "stars": 2, "last_update": "2025-01-23 13:35:49", - "author_account_age_days": 3798 + "author_account_age_days": 3799 }, "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 9, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4513 + "author_account_age_days": 4514 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4513 + "author_account_age_days": 4514 }, "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 44, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3810 + "author_account_age_days": 3811 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, "last_update": "2024-11-24 09:57:46", - "author_account_age_days": 548 + "author_account_age_days": 549 }, "https://github.com/Arkanun/ReadCSV_ComfyUI": { "stars": 0, "last_update": "2025-02-05 23:06:48", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 90, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 714 + "author_account_age_days": 715 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, "last_update": "2025-05-20 20:40:25", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/ArtsticH/ComfyUI_EasyKitHT_NodeAlignPro": { "stars": 15, "last_update": "2025-08-15 12:02:26", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, @@ -867,47 +867,47 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5007 + "author_account_age_days": 5008 }, "https://github.com/AstroCorp/ComfyUI-AstroCorp-Nodes": { "stars": 0, "last_update": "2025-07-07 22:35:57", - "author_account_age_days": 3262 + "author_account_age_days": 3263 }, "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 465, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 2, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4495 + "author_account_age_days": 4496 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3070 + "author_account_age_days": 3071 }, "https://github.com/Azornes/Comfyui-LayerForge": { "stars": 151, @@ -922,42 +922,42 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX": { "stars": 7, "last_update": "2024-12-21 11:35:08", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/BIMer-99/Comfyui_Hunyuan3D_EX": { "stars": 7, "last_update": "2024-12-09 17:50:23", - "author_account_age_days": 1653 + "author_account_age_days": 1654 }, "https://github.com/BNP1111/comfyui_flux_corrector": { "stars": 4, "last_update": "2025-04-25 16:47:45", - "author_account_age_days": 917 + "author_account_age_days": 918 }, "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, "last_update": "2024-11-02 14:45:28", - "author_account_age_days": 3658 + "author_account_age_days": 3659 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { "stars": 438, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 851 + "author_account_age_days": 852 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 20, "last_update": "2025-02-19 06:28:38", - "author_account_age_days": 1727 + "author_account_age_days": 1728 }, "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, @@ -967,77 +967,82 @@ "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, "last_update": "2025-01-27 09:47:46", - "author_account_age_days": 3428 + "author_account_age_days": 3429 }, "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3493 + "author_account_age_days": 3494 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1393, - "last_update": "2025-08-19 14:40:04", - "author_account_age_days": 3417 + "last_update": "2025-08-20 20:09:05", + "author_account_age_days": 3418 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, "last_update": "2025-05-01 06:24:47", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/BetaDoggo/ComfyUI-FastSDCPU": { "stars": 9, "last_update": "2024-09-16 05:34:01", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/BetaDoggo/ComfyUI-Gatcha-Embedding": { "stars": 1, "last_update": "2024-08-28 00:24:01", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/BetaDoggo/ComfyUI-VideoPlayer": { "stars": 17, "last_update": "2024-08-05 04:45:12", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/BetaDoggo/ComfyUI-WDV-Nodes": { "stars": 1, "last_update": "2024-08-01 07:59:10", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/BetaDoggo/ComfyUI-YetAnotherSafetyChecker": { "stars": 5, "last_update": "2024-07-19 18:11:11", - "author_account_age_days": 1219 + "author_account_age_days": 1220 }, "https://github.com/Big-Idea-Technology/ComfyUI-Book-Tools": { "stars": 29, "last_update": "2025-04-21 15:40:34", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/Big-Idea-Technology/ComfyUI_LLM_Node": { "stars": 65, "last_update": "2025-04-19 11:58:55", - "author_account_age_days": 1293 + "author_account_age_days": 1294 }, "https://github.com/BigStationW/ComfyUi-Load-Image-And-Display-Prompt-Metadata": { "stars": 16, "last_update": "2025-08-19 12:05:35", - "author_account_age_days": 107 + "author_account_age_days": 108 }, "https://github.com/BigStationW/ComfyUi-RescaleCFGAdvanced": { "stars": 25, "last_update": "2025-05-07 18:10:18", - "author_account_age_days": 107 + "author_account_age_days": 108 + }, + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": { + "stars": 0, + "last_update": "2025-08-20 12:32:50", + "author_account_age_days": 108 }, "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, @@ -1047,87 +1052,87 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, "last_update": "2024-09-11 12:09:11", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/Black-Lioness/ComfyUI-PromptUtils": { "stars": 2, "last_update": "2024-11-22 03:05:11", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/BlackVortexAI/ComfyUI-BVortexNodes": { "stars": 2, "last_update": "2024-10-23 09:19:54", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/BlakeOne/ComfyUI-CustomScheduler": { "stars": 17, "last_update": "2024-05-23 00:23:56", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/BlakeOne/ComfyUI-NodePresets": { "stars": 14, "last_update": "2024-05-23 00:24:07", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/BlakeOne/ComfyUI-NodeReset": { "stars": 3, "last_update": "2024-05-23 00:24:18", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/BlakeOne/ComfyUI-SchedulerMixer": { "stars": 10, "last_update": "2024-05-23 00:23:44", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 400, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 390, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 304, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 40, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 389, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 899 + "author_account_age_days": 900 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, "last_update": "2025-05-07 17:02:20", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools": { "stars": 5, "last_update": "2025-07-21 23:11:58", - "author_account_age_days": 866 + "author_account_age_days": 867 }, "https://github.com/BobRandomNumber/ComfyUI-DiaTTS": { "stars": 8, "last_update": "2025-06-02 03:02:19", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/BobRandomNumber/ComfyUI-KyutaiTTS": { "stars": 6, "last_update": "2025-07-09 04:52:46", - "author_account_age_days": 265 + "author_account_age_days": 266 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { "stars": 7, @@ -1147,7 +1152,7 @@ "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 102, "last_update": "2025-01-21 12:09:05", - "author_account_age_days": 3502 + "author_account_age_days": 3503 }, "https://github.com/Brekel/ComfyUI-Brekel": { "stars": 15, @@ -1157,72 +1162,72 @@ "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 54, "last_update": "2025-06-16 13:24:17", - "author_account_age_days": 1899 + "author_account_age_days": 1900 }, "https://github.com/BuffMcBigHuge/ComfyUI-Google-AI-Studio": { "stars": 2, "last_update": "2025-07-02 22:33:54", - "author_account_age_days": 3334 + "author_account_age_days": 3335 }, "https://github.com/BuffMcBigHuge/ComfyUI-Zonos": { "stars": 73, "last_update": "2025-04-29 21:48:07", - "author_account_age_days": 3334 + "author_account_age_days": 3335 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Cropnodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/Burgstall-labs/ComfyUI-BETA-Helpernodes": { "stars": 8, "last_update": "2025-07-02 17:37:50", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/Burgstall-labs/ComfyUI-BS-Textchop": { "stars": 0, "last_update": "2025-04-05 07:45:54", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/Burgstall-labs/ComfyUI-BS_Kokoro-onnx": { "stars": 36, "last_update": "2025-01-19 19:05:24", - "author_account_age_days": 212 + "author_account_age_days": 213 }, "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 23, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, "last_update": "2025-02-12 07:58:41", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/CHAOSEA/ComfyUI_FaceAlignPaste": { "stars": 13, "last_update": "2025-03-27 13:34:40", - "author_account_age_days": 387 + "author_account_age_days": 388 }, "https://github.com/CY-CHENYUE/ComfyUI-FramePack-HY": { "stars": 20, "last_update": "2025-05-08 09:38:09", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-Free-GPU": { "stars": 14, "last_update": "2025-02-16 16:30:36", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-GPT-API": { "stars": 71, "last_update": "2025-04-17 09:51:35", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-Gemini-API": { "stars": 221, "last_update": "2025-05-08 05:52:02", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 4, @@ -1232,42 +1237,42 @@ "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 81, "last_update": "2025-01-24 16:09:46", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-Janus-Pro": { "stars": 623, "last_update": "2025-01-30 08:08:20", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-Plus": { "stars": 24, "last_update": "2024-10-09 06:56:04", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-MiniCPM-o": { "stars": 35, "last_update": "2025-02-16 18:52:28", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-Molmo": { "stars": 136, "last_update": "2024-10-14 15:06:36", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-OmniGenX": { "stars": 7, "last_update": "2025-01-24 16:13:13", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-Redux-Prompt": { "stars": 95, "last_update": "2025-01-24 15:43:29", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 9, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 670 + "author_account_age_days": 671 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, @@ -1277,32 +1282,32 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 251, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 11, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 34, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2287 + "author_account_age_days": 2288 }, "https://github.com/Chaoses-Ib/ComfyUI_Ib_CustomNodes": { "stars": 41, "last_update": "2025-02-08 13:11:30", - "author_account_age_days": 2300 + "author_account_age_days": 2301 }, "https://github.com/Charlweed/image_transceiver": { "stars": 2, "last_update": "2025-01-06 19:22:50", - "author_account_age_days": 5518 + "author_account_age_days": 5519 }, "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, @@ -1330,29 +1335,29 @@ "author_account_age_days": 2867 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { - "stars": 242, + "stars": 244, "last_update": "2025-07-06 22:39:57", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel": { "stars": 9, "last_update": "2025-01-07 18:22:10", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/Chengym2023/ComfyUI-DeepSeek_Online": { "stars": 0, "last_update": "2025-04-07 01:09:05", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 14, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2833 + "author_account_age_days": 2834 }, "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, @@ -1360,24 +1365,24 @@ "author_account_age_days": 2150 }, "https://github.com/ClownsharkBatwing/RES4LYF": { - "stars": 528, + "stars": 532, "last_update": "2025-08-14 22:18:56", - "author_account_age_days": 451 + "author_account_age_days": 452 }, "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 11, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 89, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 81, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2155 + "author_account_age_days": 2156 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, @@ -1422,12 +1427,12 @@ "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, "last_update": "2024-12-28 19:44:14", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes": { "stars": 2, "last_update": "2024-12-31 21:44:05", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/ComplexRobot/ComfyUI-Simple-VFI": { "stars": 0, @@ -1437,27 +1442,27 @@ "https://github.com/Conor-Collins/ComfyUI-CoCoTools_IO": { "stars": 61, "last_update": "2025-07-25 22:53:28", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { - "stars": 126, + "stars": 127, "last_update": "2025-08-14 19:58:33", - "author_account_age_days": 4076 + "author_account_age_days": 4077 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, "last_update": "2024-12-09 01:38:42", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/Creeper-MZ/comfyui_nai_api": { "stars": 0, "last_update": "2024-10-02 21:30:26", - "author_account_age_days": 1424 + "author_account_age_days": 1425 }, "https://github.com/Creepybits/ComfyUI-Creepy_nodes": { "stars": 15, "last_update": "2025-08-18 16:56:27", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, @@ -1472,37 +1477,37 @@ "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, "last_update": "2025-05-13 16:12:27", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/Curt-Park/human-parser-comfyui-node-in-pure-python": { "stars": 6, "last_update": "2025-03-18 00:51:34", - "author_account_age_days": 3607 + "author_account_age_days": 3608 }, "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan": { "stars": 3, "last_update": "2024-12-19 10:54:08", - "author_account_age_days": 1523 + "author_account_age_days": 1524 }, "https://github.com/Cyber-BlackCat/ComfyUI-Image-Vector": { "stars": 2, "last_update": "2025-04-27 05:40:25", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-06-27 10:04:22", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 15, "last_update": "2025-05-29 02:14:55", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5579 + "author_account_age_days": 5580 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1527,37 +1532,37 @@ "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, "last_update": "2025-02-02 00:46:30", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/Danand/ComfyUI-ComfyCouple": { "stars": 64, "last_update": "2024-08-10 22:24:01", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/DanielHabib/ComfyUI-Voxels": { "stars": 4, "last_update": "2024-09-16 15:41:02", - "author_account_age_days": 4005 + "author_account_age_days": 4006 }, "https://github.com/Danteday/ComfyUI-NoteManager": { "stars": 12, "last_update": "2025-04-20 19:52:58", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/DareFail/ComfyUI-Roboflow": { "stars": 33, "last_update": "2024-09-25 18:30:43", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/DarioFT/ComfyUI-VideoDirCombiner": { "stars": 5, "last_update": "2025-03-08 13:58:12", - "author_account_age_days": 3898 + "author_account_age_days": 3899 }, "https://github.com/DataCTE/prompt_injection": { "stars": 91, "last_update": "2025-08-18 13:18:24", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/DavidPiazza/network_bending": { "stars": 0, @@ -1567,17 +1572,17 @@ "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, "last_update": "2025-08-13 17:48:55", - "author_account_age_days": 4636 + "author_account_age_days": 4637 }, "https://github.com/De-Zoomer/ComfyUI-DeZoomer-Nodes": { "stars": 25, "last_update": "2025-06-28 17:36:41", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 3, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3412 + "author_account_age_days": 3413 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, @@ -1587,7 +1592,7 @@ "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, "last_update": "2025-02-24 13:07:36", - "author_account_age_days": 176 + "author_account_age_days": 177 }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, @@ -1607,22 +1612,22 @@ "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 421, "last_update": "2024-06-22 02:12:19", - "author_account_age_days": 2196 + "author_account_age_days": 2197 }, "https://github.com/DesertPixelAi/ComfyUI-Desert-Pixel-Nodes": { "stars": 19, "last_update": "2025-06-22 10:33:31", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/DesertPixelAi/comfyui-dp-them-styler": { "stars": 1, "last_update": "2025-07-10 08:29:21", - "author_account_age_days": 567 + "author_account_age_days": 568 }, "https://github.com/DiaoDaiaChan/ComfyUI_API_Request": { "stars": 4, "last_update": "2025-08-17 04:34:40", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { "stars": 7, @@ -1632,52 +1637,52 @@ "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, "last_update": "2025-05-19 23:16:22", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/DigitalIO/ComfyUI-stable-wildcards": { "stars": 28, "last_update": "2025-03-17 17:53:33", - "author_account_age_days": 4460 + "author_account_age_days": 4461 }, "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3494 + "author_account_age_days": 3495 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 0, "last_update": "2025-07-15 09:12:54", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/Dobidop/ComfyStereo": { "stars": 26, "last_update": "2025-03-23 18:45:54", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 41, "last_update": "2024-12-15 18:19:01", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/DoctorDiffusion/ComfyUI-MediaMixer": { "stars": 20, "last_update": "2024-12-05 03:05:44", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/DoctorDiffusion/ComfyUI-Schedulizer": { "stars": 6, "last_update": "2024-11-30 03:13:29", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/DoctorDiffusion/ComfyUI-SnakeOil": { "stars": 5, "last_update": "2024-12-31 00:59:19", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch": { "stars": 1, "last_update": "2024-12-25 19:07:11", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, @@ -1692,17 +1697,17 @@ "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, "last_update": "2024-06-20 18:23:00", - "author_account_age_days": 5416 + "author_account_age_days": 5417 }, "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-02-04 14:24:46", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 3, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1453 + "author_account_age_days": 1454 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, @@ -1712,22 +1717,22 @@ "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, "last_update": "2025-08-04 14:28:41", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/DraconicDragon/ComfyUI-Venice-API": { "stars": 5, "last_update": "2025-06-16 18:58:57", - "author_account_age_days": 1795 + "author_account_age_days": 1796 }, "https://github.com/DragonDiffusionbyBoyo/BoyoSupercoolWrapper": { "stars": 4, "last_update": "2025-06-01 16:44:46", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/DragonDiffusionbyBoyo/Boyonodes": { "stars": 2, "last_update": "2025-08-12 00:15:12", - "author_account_age_days": 233 + "author_account_age_days": 234 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, @@ -1737,67 +1742,67 @@ "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, "last_update": "2025-08-18 12:20:10", - "author_account_age_days": 3154 + "author_account_age_days": 3155 }, "https://github.com/Eagle-CN/ComfyUI-Addoor": { "stars": 52, "last_update": "2025-04-25 01:03:58", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/Easymode-ai/ComfyUI-BPT": { "stars": 9, "last_update": "2025-07-25 20:05:55", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/Easymode-ai/ComfyUI-ShadowR": { "stars": 11, "last_update": "2025-02-21 20:53:27", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 72, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5138 + "author_account_age_days": 5139 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, "last_update": "2024-10-09 11:07:46", - "author_account_age_days": 1564 + "author_account_age_days": 1565 }, "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 229, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3199 + "author_account_age_days": 3200 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 1, "last_update": "2025-07-11 18:25:15", - "author_account_age_days": 2010 + "author_account_age_days": 2011 }, "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 5, "last_update": "2025-07-26 11:58:16", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/EnragedAntelope/ComfyUI-Doubutsu-Describer": { "stars": 11, "last_update": "2025-03-30 13:06:28", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 6, "last_update": "2025-07-26 16:17:12", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 76, "last_update": "2025-05-16 16:06:28", - "author_account_age_days": 390 + "author_account_age_days": 391 }, "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, @@ -1812,17 +1817,17 @@ "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 614, "last_update": "2025-06-18 23:00:26", - "author_account_age_days": 4020 + "author_account_age_days": 4021 }, "https://github.com/Excidos/ComfyUI-Documents": { "stars": 55, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 428 + "author_account_age_days": 429 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -1832,112 +1837,112 @@ "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, "last_update": "2024-05-23 00:12:17", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/ExponentialML/ComfyUI_Native_DynamiCrafter": { "stars": 112, "last_update": "2024-06-08 02:33:02", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/ExponentialML/ComfyUI_VisualStylePrompting": { "stars": 300, "last_update": "2024-05-23 00:12:41", - "author_account_age_days": 2045 + "author_account_age_days": 2046 }, "https://github.com/ExterminanzHS/Gecco-Discord-Autosend": { "stars": 1, "last_update": "2024-09-05 12:33:30", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { - "stars": 418, + "stars": 419, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 39, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 79, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 207, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 43, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 49, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 121, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 52, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 85, "last_update": "2024-12-13 00:18:40", - "author_account_age_days": 3571 + "author_account_age_days": 3572 }, "https://github.com/FaberVS/MultiModel": { "stars": 1, "last_update": "2025-08-08 14:52:53", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 778, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 115, "last_update": "2025-03-31 10:26:14", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 205, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 211, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3289, + "stars": 3291, "last_update": "2025-06-20 08:57:29", - "author_account_age_days": 3553 + "author_account_age_days": 3554 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 4, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -1952,7 +1957,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -1962,47 +1967,47 @@ "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, "last_update": "2025-07-30 02:03:58", - "author_account_age_days": 3036 + "author_account_age_days": 3037 }, "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 16, "last_update": "2025-08-18 22:18:53", - "author_account_age_days": 1093 + "author_account_age_days": 1094 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 8, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3168 + "author_account_age_days": 3169 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, "last_update": "2025-01-30 08:30:13", - "author_account_age_days": 442 + "author_account_age_days": 443 }, "https://github.com/FizzleDorf/ComfyUI-AIT": { "stars": 52, "last_update": "2024-06-22 03:13:05", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { "stars": 456, "last_update": "2024-10-29 01:51:46", - "author_account_age_days": 2401 + "author_account_age_days": 2402 }, "https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative": { "stars": 78, "last_update": "2025-03-28 04:58:45", - "author_account_age_days": 1929 + "author_account_age_days": 1930 }, "https://github.com/FlyingFireCo/tiled_ksampler": { "stars": 89, "last_update": "2024-05-22 23:15:17", - "author_account_age_days": 1054 + "author_account_age_days": 1055 }, "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 236, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1665 + "author_account_age_days": 1666 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, @@ -2012,17 +2017,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 6, @@ -2032,52 +2037,52 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/FunnyFinger/ComfyUi-RadarWeightNode": { "stars": 1, "last_update": "2025-04-22 09:12:55", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/FunnyFinger/Dynamic_Sliders_stack": { "stars": 3, "last_update": "2025-04-22 10:00:31", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 93, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 5, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 10, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 11, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/FuouM/FM_nodes": { "stars": 5, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2102 + "author_account_age_days": 2103 }, "https://github.com/Fuwuffyi/ComfyUI-VisualArea-Nodes": { "stars": 73, "last_update": "2024-11-05 17:00:49", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 1940 + "author_account_age_days": 1941 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 35, @@ -2092,27 +2097,27 @@ "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, "last_update": "2025-02-20 12:58:43", - "author_account_age_days": 2590 + "author_account_age_days": 2591 }, "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 12, "last_update": "2024-05-22 21:31:52", - "author_account_age_days": 2977 + "author_account_age_days": 2978 }, "https://github.com/GadzoinksOfficial/comfyui_gprompts": { "stars": 0, "last_update": "2025-05-16 05:25:09", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/GadzoinksOfficial/gadzoinks_ComfyUI": { "stars": 0, "last_update": "2025-05-12 09:51:17", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/GamingDaveUk/daves_nodes": { "stars": 0, "last_update": "2025-02-22 06:22:19", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, @@ -2127,12 +2132,12 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, "last_update": "2025-07-16 15:39:00", - "author_account_age_days": 4989 + "author_account_age_days": 4990 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 34, "last_update": "2025-03-21 11:44:13", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, @@ -2142,7 +2147,12 @@ "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1091 + "author_account_age_days": 1092 + }, + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { + "stars": 0, + "last_update": "2025-08-20 18:37:04", + "author_account_age_days": 1092 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, @@ -2152,7 +2162,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2804 + "author_account_age_days": 2805 }, "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, @@ -2167,7 +2177,7 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 12, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5353 + "author_account_age_days": 5354 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, @@ -2177,42 +2187,42 @@ "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, "last_update": "2025-05-14 20:52:22", - "author_account_age_days": 1082 + "author_account_age_days": 1083 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 730, + "stars": 733, "last_update": "2025-08-03 19:14:47", - "author_account_age_days": 1541 + "author_account_age_days": 1542 }, "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 61, "last_update": "2025-04-22 06:50:24", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 584 + "author_account_age_days": 585 }, "https://github.com/GrailGreg/images_base64": { "stars": 1, "last_update": "2025-05-13 07:12:00", - "author_account_age_days": 167 + "author_account_age_days": 168 }, "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 193, "last_update": "2025-07-03 02:26:19", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI": { "stars": 8, "last_update": "2024-09-06 11:37:05", - "author_account_age_days": 2831 + "author_account_age_days": 2832 }, "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, @@ -2222,32 +2232,32 @@ "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, "last_update": "2024-11-15 19:46:39", - "author_account_age_days": 294 + "author_account_age_days": 295 }, "https://github.com/Gue-e/ComfyUI-PanoCard": { "stars": 14, "last_update": "2025-06-23 08:57:03", - "author_account_age_days": 2505 + "author_account_age_days": 2506 }, "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 8, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3401 + "author_account_age_days": 3402 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, "last_update": "2025-05-21 08:36:14", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 6, @@ -2257,12 +2267,12 @@ "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, "last_update": "2025-04-24 02:45:32", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/HM-RunningHub/ComfyUI_RH_APICall": { "stars": 87, "last_update": "2025-07-23 18:53:37", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, @@ -2272,12 +2282,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, "last_update": "2025-05-05 18:32:28", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_OminiControl": { - "stars": 139, + "stars": 140, "last_update": "2024-12-20 08:41:09", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { "stars": 81, @@ -2292,12 +2302,12 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, "last_update": "2025-04-30 17:12:58", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_UNO": { "stars": 51, "last_update": "2025-04-15 17:12:25", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, @@ -2322,57 +2332,62 @@ "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, "last_update": "2024-12-06 18:08:50", - "author_account_age_days": 1421 + "author_account_age_days": 1422 + }, + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": { + "stars": 0, + "last_update": "2025-08-20 11:05:30", + "author_account_age_days": 1032 }, "https://github.com/HannibalP/comfyui-HannibalPack": { "stars": 1, "last_update": "2025-03-11 23:36:33", - "author_account_age_days": 3026 + "author_account_age_days": 3027 }, "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-03-14 06:47:03", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 101, "last_update": "2025-08-12 06:56:30", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 33, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2024-10-19 11:42:51", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-03-14 06:46:56", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 53, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2024-09-20 04:29:03", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 49, "last_update": "2025-08-12 06:56:43", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2024-09-09 09:20:58", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2382,12 +2397,12 @@ "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, "last_update": "2025-06-07 18:56:34", - "author_account_age_days": 2335 + "author_account_age_days": 2336 }, "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2663 + "author_account_age_days": 2664 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, @@ -2397,37 +2412,37 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2745 + "author_account_age_days": 2746 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 1, "last_update": "2025-03-28 14:51:23", - "author_account_age_days": 4749 + "author_account_age_days": 4750 }, "https://github.com/Hellfiredragon/comfyui-image-manipulation": { "stars": 0, "last_update": "2025-02-17 23:25:53", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/HelloVision/ComfyUI_HelloMeme": { "stars": 370, "last_update": "2025-06-27 09:47:01", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/Hellrunner2k/ComfyUI-HellrunnersMagicalNodes": { "stars": 2, "last_update": "2025-05-21 02:17:36", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/Hiero207/ComfyUI-Hiero-Nodes": { "stars": 6, "last_update": "2024-08-14 01:25:26", - "author_account_age_days": 2119 + "author_account_age_days": 2120 }, "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, @@ -2442,42 +2457,42 @@ "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, "last_update": "2025-03-14 02:41:21", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/Hopping-Mad-Games/ComfyUI_LiteLLM": { "stars": 6, "last_update": "2025-06-25 23:22:58", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/HowToSD/ComfyUI-Data-Analysis": { "stars": 18, "last_update": "2025-06-11 04:28:54", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/HowToSD/ComfyUI-Pt-Wrapper": { "stars": 6, "last_update": "2025-06-11 04:48:46", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/Hullabalo/ComfyUI-Loop": { "stars": 9, "last_update": "2025-05-01 15:26:44", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 39, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 5902 + "author_account_age_days": 5903 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 5902 + "author_account_age_days": 5903 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 5902 + "author_account_age_days": 5903 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -2487,7 +2502,7 @@ "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, "last_update": "2025-06-04 09:43:26", - "author_account_age_days": 745 + "author_account_age_days": 746 }, "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, @@ -2497,12 +2512,12 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4130 + "author_account_age_days": 4131 }, "https://github.com/IamCreateAI/Ruyi-Models": { "stars": 521, "last_update": "2025-01-20 12:21:40", - "author_account_age_days": 253 + "author_account_age_days": 254 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { "stars": 6, @@ -2517,67 +2532,67 @@ "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, "last_update": "2025-02-03 00:25:14", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/Iemand005/ComfyUI-Touchpad-Gestures": { "stars": 2, "last_update": "2025-02-03 00:21:47", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/IgalOgonov/ComfyUI_Simple_String_Repository": { "stars": 3, "last_update": "2024-12-28 20:21:22", - "author_account_age_days": 2651 + "author_account_age_days": 2652 }, "https://github.com/ImagineerNL/ComfyUI-IMGNR-Utils": { "stars": 0, "last_update": "2025-05-05 21:36:48", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/ImagineerNL/ComfyUI-ToSVG-Potracer": { "stars": 14, "last_update": "2025-05-08 21:56:04", - "author_account_age_days": 1974 + "author_account_age_days": 1975 }, "https://github.com/Immac/ComfyUI-CoreVideoMocks": { "stars": 1, "last_update": "2025-03-17 20:21:25", - "author_account_age_days": 4600 + "author_account_age_days": 4601 }, "https://github.com/ImmortalPie/ComfyUI-PonySwitch": { "stars": 10, "last_update": "2025-03-27 12:49:04", - "author_account_age_days": 4244 + "author_account_age_days": 4245 }, "https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper": { "stars": 2, "last_update": "2025-07-25 04:31:55", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/InstantStudioAI/ComfyUI-InstantStudio": { "stars": 4, "last_update": "2025-03-25 06:19:54", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3051 + "author_account_age_days": 3052 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 19, "last_update": "2024-05-22 23:12:23", - "author_account_age_days": 4331 + "author_account_age_days": 4332 }, "https://github.com/Irsalistic/comfyui-dam-object-extractor": { "stars": 6, "last_update": "2025-05-13 11:10:44", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/IsItDanOrAi/ComfyUI-Stereopsis": { "stars": 9, "last_update": "2025-07-08 01:45:22", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, @@ -2587,37 +2602,37 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 20, "last_update": "2024-12-15 10:03:55", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 12, "last_update": "2025-07-01 09:18:51", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 177, "last_update": "2025-03-11 10:32:39", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/Isi-dev/ComfyUI_Animation_Nodes_and_Workflows": { "stars": 28, "last_update": "2025-06-11 15:26:03", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, "last_update": "2025-05-03 12:21:05", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-2_6-int4": { - "stars": 192, + "stars": 193, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { "stars": 192, @@ -2627,12 +2642,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-VL-Instruct": { "stars": 116, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 116, @@ -2642,47 +2657,47 @@ "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, "last_update": "2025-01-27 19:09:46", - "author_account_age_days": 2988 + "author_account_age_days": 2989 }, "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 82, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 737 + "author_account_age_days": 738 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 980 + "author_account_age_days": 981 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 2, "last_update": "2025-05-06 21:07:17", - "author_account_age_days": 4420 + "author_account_age_days": 4421 }, "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, "last_update": "2025-05-10 12:26:38", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/Jacky-MYQ/comfyui-rgb2cmyk": { "stars": 2, "last_update": "2025-04-28 02:05:19", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": { "stars": 0, "last_update": "2025-01-07 06:50:58", - "author_account_age_days": 1983 + "author_account_age_days": 1984 }, "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 2974 + "author_account_age_days": 2975 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -2692,12 +2707,12 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, "last_update": "2025-07-29 16:31:23", - "author_account_age_days": 3993 + "author_account_age_days": 3994 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, "last_update": "2025-01-04 08:22:14", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, @@ -2707,132 +2722,132 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1111 + "author_account_age_days": 1112 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 174, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5307 + "author_account_age_days": 5308 }, "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 5, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 577 + "author_account_age_days": 578 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 136, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 96, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 75, "last_update": "2025-07-09 09:31:23", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/Jint8888/Comfyui_JTnodes": { "stars": 1, "last_update": "2025-04-22 16:23:53", - "author_account_age_days": 472 + "author_account_age_days": 473 }, "https://github.com/JoeNavark/comfyui_custom_sigma_editor": { "stars": 13, "last_update": "2025-05-11 18:00:22", - "author_account_age_days": 1269 + "author_account_age_days": 1270 }, "https://github.com/JohanK66/ComfyUI-WebhookImage": { "stars": 1, "last_update": "2025-03-10 19:38:53", - "author_account_age_days": 172 + "author_account_age_days": 173 }, "https://github.com/JohnDoeSmithee/ComfyUI-SoX-Mixdown": { "stars": 1, "last_update": "2025-01-26 22:42:52", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Jokimbe/ComfyUI-DrawThings-gRPC": { "stars": 17, "last_update": "2025-08-16 20:20:30", - "author_account_age_days": 4802 + "author_account_age_days": 4803 }, "https://github.com/Jonseed/ComfyUI-Detail-Daemon": { "stars": 776, "last_update": "2025-03-14 16:47:41", - "author_account_age_days": 2601 + "author_account_age_days": 2602 }, "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 4934 + "author_account_age_days": 4935 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, "last_update": "2024-08-02 15:16:12", - "author_account_age_days": 3776 + "author_account_age_days": 3777 }, "https://github.com/JosephThomasParker/ComfyUI-DrawThingsWrapper": { - "stars": 35, + "stars": 36, "last_update": "2025-02-04 21:14:38", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/Julian-adv/WildDivide": { "stars": 17, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 759 + "author_account_age_days": 760 }, "https://github.com/JustLateNightAI/KeywordImageBlocker": { "stars": 0, "last_update": "2025-05-07 17:25:44", - "author_account_age_days": 302 + "author_account_age_days": 303 }, "https://github.com/JustinMatters/comfyUI-JMNodes": { "stars": 0, "last_update": "2025-01-04 14:57:58", - "author_account_age_days": 3192 + "author_account_age_days": 3193 }, "https://github.com/KAVVATARE/ComfyUI-Light-N-Color": { "stars": 1, "last_update": "2025-08-04 10:30:12", - "author_account_age_days": 4552 + "author_account_age_days": 4553 }, "https://github.com/KAVVATARE/ComfyUI_RightEyeDisparity": { "stars": 2, "last_update": "2025-05-23 19:32:04", - "author_account_age_days": 4552 + "author_account_age_days": 4553 }, "https://github.com/KERRY-YUAN/ComfyUI_Float_Animator": { "stars": 6, "last_update": "2025-06-16 06:49:23", - "author_account_age_days": 1675 + "author_account_age_days": 1676 }, "https://github.com/KERRY-YUAN/ComfyUI_Simple_Executor": { "stars": 2, "last_update": "2025-04-09 03:25:32", - "author_account_age_days": 1675 + "author_account_age_days": 1676 }, "https://github.com/KERRY-YUAN/ComfyUI_Spark_TTS": { "stars": 2, "last_update": "2025-06-10 06:16:34", - "author_account_age_days": 1675 + "author_account_age_days": 1676 }, "https://github.com/KLL535/ComfyUI_PNGInfo_Sidebar": { "stars": 19, "last_update": "2025-02-16 13:11:48", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/KLL535/ComfyUI_SimpleButcher": { "stars": 7, "last_update": "2025-03-09 21:53:41", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, @@ -2842,62 +2857,67 @@ "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, "last_update": "2025-06-15 22:39:14", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/Kesin11/ComfyUI-list-filter": { "stars": 0, "last_update": "2025-03-28 04:00:03", - "author_account_age_days": 4968 + "author_account_age_days": 4969 }, "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2108 + "author_account_age_days": 2109 }, "https://github.com/Kidev/ComfyUI-Fisheye-effects": { "stars": 19, "last_update": "2025-04-03 19:00:30", - "author_account_age_days": 5023 + "author_account_age_days": 5024 }, "https://github.com/Kinglord/ComfyUI_LoRA_Sidebar": { "stars": 86, "last_update": "2025-04-27 08:48:53", - "author_account_age_days": 5312 + "author_account_age_days": 5313 }, "https://github.com/Kinglord/ComfyUI_Prompt_Gallery": { "stars": 58, "last_update": "2024-09-24 21:58:55", - "author_account_age_days": 5312 + "author_account_age_days": 5313 }, "https://github.com/Kinglord/ComfyUI_Slider_Sidebar": { "stars": 41, "last_update": "2024-09-26 02:40:30", - "author_account_age_days": 5312 + "author_account_age_days": 5313 + }, + "https://github.com/KohakuBlueleaf/HDM-ext": { + "stars": 25, + "last_update": "2025-08-16 15:33:47", + "author_account_age_days": 2050 }, "https://github.com/KohakuBlueleaf/z-tipo-extension": { "stars": 503, "last_update": "2025-08-16 15:43:32", - "author_account_age_days": 2049 + "author_account_age_days": 2050 }, "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 213, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 12, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 63, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3611 + "author_account_age_days": 3612 }, "https://github.com/Koren-cy/FlowCV": { "stars": 2, @@ -2907,47 +2927,47 @@ "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 854, "last_update": "2025-08-06 20:02:42", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3242, + "stars": 3244, "last_update": "2025-08-06 05:23:51", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1158, + "stars": 1161, "last_update": "2025-08-07 14:53:50", - "author_account_age_days": 4138 + "author_account_age_days": 4139 }, "https://github.com/Koushakur/ComfyUI-DenoiseChooser": { "stars": 4, "last_update": "2025-03-14 09:52:02", - "author_account_age_days": 1542 + "author_account_age_days": 1543 }, "https://github.com/KunmyonChoi/ComfyUI_S3_direct": { "stars": 0, "last_update": "2025-01-07 01:22:23", - "author_account_age_days": 5989 + "author_account_age_days": 5990 }, "https://github.com/Kurdknight/Kurdknight_comfycheck": { "stars": 4, "last_update": "2025-01-15 16:47:23", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/KwaiVGI/ComfyUI-KLingAI-API": { "stars": 138, "last_update": "2025-05-06 06:25:51", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/Ky11le/draw_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/Ky11le/ygo_tools": { "stars": 0, "last_update": "2025-05-14 05:35:47", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/KytraScript/ComfyUI_KytraWebhookHTTP": { "stars": 5, @@ -2967,37 +2987,37 @@ "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, "last_update": "2025-06-21 16:06:56", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LAOGOU-666/ComfyUI_LG_FFT": { "stars": 8, "last_update": "2024-10-10 04:45:57", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LAOGOU-666/Comfyui-LG_GroupExecutor": { - "stars": 155, + "stars": 156, "last_update": "2025-05-31 17:36:04", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LAOGOU-666/Comfyui-LG_Relight": { "stars": 194, "last_update": "2025-06-16 13:28:22", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LAOGOU-666/Comfyui-Memory_Cleanup": { - "stars": 164, + "stars": 165, "last_update": "2025-04-09 16:45:10", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LAOGOU-666/Comfyui_LG_Tools": { - "stars": 223, + "stars": 227, "last_update": "2025-08-15 09:21:10", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/LEv145/images-grid-comfy-plugin": { "stars": 188, "last_update": "2024-05-30 17:54:32", - "author_account_age_days": 2629 + "author_account_age_days": 2630 }, "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, @@ -3012,7 +3032,7 @@ "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 7, "last_update": "2025-08-01 04:52:07", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, @@ -3032,52 +3052,52 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { - "stars": 498, + "stars": 499, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 8, "last_update": "2024-09-08 04:06:09", - "author_account_age_days": 1165 + "author_account_age_days": 1166 }, "https://github.com/LatentSpaceDirective/ComfyUI-Texturaizer": { "stars": 15, "last_update": "2025-01-19 14:21:04", - "author_account_age_days": 280 + "author_account_age_days": 281 }, "https://github.com/Laurent2916/comfyui-piq": { "stars": 0, "last_update": "2025-03-17 13:50:16", - "author_account_age_days": 3289 + "author_account_age_days": 3290 }, "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 134, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/Legorobotdude/ComfyUI-VariationLab": { "stars": 1, "last_update": "2025-03-02 04:59:28", - "author_account_age_days": 3791 + "author_account_age_days": 3792 }, "https://github.com/Lerc/canvas_tab": { "stars": 196, "last_update": "2024-05-22 20:48:45", - "author_account_age_days": 5789 + "author_account_age_days": 5790 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel": { "stars": 16, "last_update": "2025-08-10 19:29:14", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/LevelPixel/ComfyUI-LevelPixel-Advanced": { "stars": 9, "last_update": "2025-07-27 16:53:05", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, @@ -3092,32 +3112,32 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, "last_update": "2025-07-27 06:53:54", - "author_account_age_days": 3823 + "author_account_age_days": 3824 }, "https://github.com/Light-x02/ComfyUI-FluxSettingsNode": { "stars": 7, "last_update": "2025-04-28 21:45:01", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes": { "stars": 7, "last_update": "2025-05-01 18:14:59", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 405 + "author_account_age_days": 406 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { - "stars": 2317, + "stars": 2321, "last_update": "2025-07-16 15:41:42", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, @@ -3137,17 +3157,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 173, "last_update": "2025-03-10 19:04:32", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 10, @@ -3157,22 +3177,22 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, "last_update": "2024-05-22 21:29:02", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/LonicaMewinsky/ComfyUI-RawSaver": { "stars": 3, "last_update": "2024-05-22 21:31:28", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/LoveEatCandy/COMFYUI-ReplacePartOfImage": { "stars": 0, "last_update": "2025-06-17 05:53:17", - "author_account_age_days": 2862 + "author_account_age_days": 2863 }, "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, @@ -3192,67 +3212,67 @@ "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, "last_update": "2025-03-28 18:39:10", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/LucipherDev/ComfyUI-Golden-Noise": { "stars": 23, "last_update": "2025-03-28 18:38:24", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/LucipherDev/ComfyUI-TangoFlux": { - "stars": 97, + "stars": 98, "last_update": "2025-03-28 18:39:16", - "author_account_age_days": 1918 + "author_account_age_days": 1919 }, "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1454 + "author_account_age_days": 1455 }, "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3278 + "author_account_age_days": 3279 }, "https://github.com/M1kep/ComfyLiterals": { "stars": 61, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 47, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4679 + "author_account_age_days": 4680 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, @@ -3262,67 +3282,67 @@ "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, "last_update": "2025-08-17 14:18:17", - "author_account_age_days": 2026 + "author_account_age_days": 2027 }, "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2203 + "author_account_age_days": 2204 }, "https://github.com/MakkiShizu/ComfyUI-Prompt-Wildcards": { "stars": 9, "last_update": "2025-08-16 09:04:36", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/MakkiShizu/ComfyUI-Qwen2_5-VL": { "stars": 11, "last_update": "2025-07-05 12:10:40", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/MakkiShizu/comfyui_reimgsize": { "stars": 5, "last_update": "2025-04-27 15:34:57", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 29, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 174, "last_update": "2024-06-14 11:01:01", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 155, "last_update": "2025-07-22 22:36:13", - "author_account_age_days": 5391 + "author_account_age_days": 5392 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, "last_update": "2024-08-24 16:56:53", - "author_account_age_days": 1844 + "author_account_age_days": 1845 }, "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2024-12-30 15:36:09", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 8, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2054 + "author_account_age_days": 2055 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 22, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2054 + "author_account_age_days": 2055 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1129 + "author_account_age_days": 1130 }, "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, @@ -3332,12 +3352,12 @@ "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, "last_update": "2025-04-21 20:57:33", - "author_account_age_days": 4002 + "author_account_age_days": 4003 }, "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3626 + "author_account_age_days": 3627 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, @@ -3347,7 +3367,7 @@ "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, "last_update": "2025-03-07 23:55:55", - "author_account_age_days": 2028 + "author_account_age_days": 2029 }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, @@ -3362,27 +3382,27 @@ "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, "last_update": "2025-05-31 18:41:13", - "author_account_age_days": 1200 + "author_account_age_days": 1201 }, "https://github.com/Mcmillian/ComfyUI-SimpleToolsNodes": { "stars": 0, "last_update": "2024-09-29 14:18:23", - "author_account_age_days": 3317 + "author_account_age_days": 3318 }, "https://github.com/MeeeyoAI/ComfyUI_StringOps": { "stars": 91, "last_update": "2025-06-04 17:47:55", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/Meettya/ComfyUI-OneForOne": { "stars": 2, "last_update": "2025-01-07 22:49:30", - "author_account_age_days": 5753 + "author_account_age_days": 5754 }, "https://github.com/MetaGLM/ComfyUI-ZhipuAI-Platform": { "stars": 7, "last_update": "2024-09-16 16:11:59", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, @@ -3392,92 +3412,92 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { - "stars": 91, + "stars": 92, "last_update": "2025-07-04 11:35:57", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/MieMieeeee/ComfyUI-MieNodes": { - "stars": 106, + "stars": 108, "last_update": "2025-07-29 09:10:31", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/MieMieeeee/ComfyUI-MinioConnector": { "stars": 3, "last_update": "2025-03-21 09:09:09", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/MijnSpam/ComfyUI_SwapAndScale": { "stars": 0, "last_update": "2025-05-31 09:27:10", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/MijnSpam/UploadToPushOver": { "stars": 1, "last_update": "2025-05-31 09:32:38", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-08-07 05:27:05", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 3, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3598 + "author_account_age_days": 3599 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 106, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 336, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 591, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 117, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 30, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 2937 + "author_account_age_days": 2938 }, "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, @@ -3487,62 +3507,62 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4389 + "author_account_age_days": 4390 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, "last_update": "2024-12-15 22:29:47", - "author_account_age_days": 3346 + "author_account_age_days": 3347 }, "https://github.com/MohammadAboulEla/ComfyUI-iTools": { "stars": 171, "last_update": "2025-08-05 21:27:05", - "author_account_age_days": 1448 + "author_account_age_days": 1449 }, "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-06-08 11:06:37", - "author_account_age_days": 800 + "author_account_age_days": 801 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 20, "last_update": "2025-05-29 10:43:37", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/MoonGoblinDev/Civicomfy": { - "stars": 49, + "stars": 50, "last_update": "2025-08-13 05:30:44", - "author_account_age_days": 3224 + "author_account_age_days": 3225 }, "https://github.com/MoonHugo/ComfyUI-BAGEL-Hugo": { "stars": 3, "last_update": "2025-06-04 08:48:11", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/MoonHugo/ComfyUI-BiRefNet-Hugo": { - "stars": 324, + "stars": 325, "last_update": "2025-05-25 15:37:49", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/MoonHugo/ComfyUI-FFmpeg": { - "stars": 97, + "stars": 98, "last_update": "2025-08-15 02:03:41", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/MoonHugo/ComfyUI-StableAudioOpen": { "stars": 27, "last_update": "2024-10-18 04:12:04", - "author_account_age_days": 350 + "author_account_age_days": 351 }, "https://github.com/Moooonet/ComfyUI-Align": { - "stars": 160, + "stars": 161, "last_update": "2025-05-12 09:40:03", - "author_account_age_days": 408 + "author_account_age_days": 409 }, "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, @@ -3550,34 +3570,34 @@ "author_account_age_days": 4815 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3319, + "stars": 3321, "last_update": "2025-08-07 10:48:28", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { "stars": 551, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 31, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4012 + "author_account_age_days": 4013 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 39, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3466 + "author_account_age_days": 3467 }, "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 50, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 12, @@ -3587,7 +3607,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 70, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, @@ -3597,22 +3617,22 @@ "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, "last_update": "2025-04-09 01:07:33", - "author_account_age_days": 1000 + "author_account_age_days": 1001 }, "https://github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix": { "stars": 46, "last_update": "2025-07-25 21:02:15", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 8, "last_update": "2025-08-01 04:07:09", - "author_account_age_days": 783 + "author_account_age_days": 784 }, "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, @@ -3627,7 +3647,7 @@ "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, "last_update": "2024-12-12 02:55:40", - "author_account_age_days": 4710 + "author_account_age_days": 4711 }, "https://github.com/NeonLightning/neonllama": { "stars": 1, @@ -3637,27 +3657,27 @@ "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, "last_update": "2024-06-14 10:25:32", - "author_account_age_days": 1746 + "author_account_age_days": 1747 }, "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 7, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 3, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 24, @@ -3667,7 +3687,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 948 + "author_account_age_days": 949 }, "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, @@ -3677,72 +3697,72 @@ "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, "last_update": "2024-10-17 13:22:19", - "author_account_age_days": 1079 + "author_account_age_days": 1080 }, "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 15, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5571 + "author_account_age_days": 5572 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 1, "last_update": "2025-04-10 00:32:13", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Preprocessors": { "stars": 2, "last_update": "2025-04-08 12:28:17", - "author_account_age_days": 2697 + "author_account_age_days": 2698 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1201, + "stars": 1204, "last_update": "2025-05-17 18:02:00", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/NimaNzrii/comfyui-popup_preview": { "stars": 36, "last_update": "2024-05-22 22:12:04", - "author_account_age_days": 666 + "author_account_age_days": 667 }, "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 31, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, "last_update": "2025-05-07 18:47:45", - "author_account_age_days": 1625 + "author_account_age_days": 1626 }, "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4252 + "author_account_age_days": 4253 }, "https://github.com/Nojahhh/ComfyUI_GLM4_Wrapper": { "stars": 23, "last_update": "2025-07-20 12:17:01", - "author_account_age_days": 3241 + "author_account_age_days": 3242 }, "https://github.com/NotHarroweD/Harronode": { "stars": 5, "last_update": "2024-05-22 22:18:29", - "author_account_age_days": 2405 + "author_account_age_days": 2406 }, "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 268, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3267 + "author_account_age_days": 3268 }, "https://github.com/Nuked88/ComfyUI-N-Nodes": { "stars": 227, "last_update": "2024-08-15 21:07:32", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/Nuked88/ComfyUI-N-Sidebar": { - "stars": 558, + "stars": 559, "last_update": "2025-07-06 11:37:45", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, @@ -3752,22 +3772,22 @@ "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, "last_update": "2025-06-27 12:15:32", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/NyaamZ/efficiency-nodes-ED": { "stars": 31, "last_update": "2025-06-29 03:22:25", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2547 + "author_account_age_days": 2548 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, @@ -3779,25 +3799,30 @@ "last_update": "2025-08-08 02:56:39", "author_account_age_days": 376 }, + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { + "stars": 2, + "last_update": "2025-08-20 12:50:58", + "author_account_age_days": 451 + }, "https://github.com/OpalSky-AI/OpalSky_Nodes": { "stars": 2, "last_update": "2024-10-27 20:13:40", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1196 + "author_account_age_days": 1197 }, "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 2954 + "author_account_age_days": 2955 }, "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2086 + "author_account_age_days": 2087 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -3807,52 +3832,52 @@ "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, "last_update": "2025-03-22 01:25:55", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/Pablerdo/ComfyUI-ResizeZeptaPayload": { "stars": 1, "last_update": "2025-03-29 00:39:01", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/Pablerdo/ComfyUI-StableVirtualCameraWrapper": { "stars": 1, "last_update": "2025-04-19 09:40:38", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/Pablerdo/ComfyUI-ZeptaframePromptMerger": { "stars": 1, "last_update": "2025-03-21 17:42:55", - "author_account_age_days": 3222 + "author_account_age_days": 3223 }, "https://github.com/PanicTitan/ComfyUI-Fooocus-V2-Expansion": { "stars": 11, "last_update": "2025-05-09 22:51:17", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/PanicTitan/ComfyUI-Gallery": { "stars": 57, "last_update": "2025-07-10 23:49:50", - "author_account_age_days": 1906 + "author_account_age_days": 1907 }, "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3249 + "author_account_age_days": 3250 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, "last_update": "2025-03-12 07:36:41", - "author_account_age_days": 5191 + "author_account_age_days": 5192 }, "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4064 + "author_account_age_days": 4065 }, "https://github.com/PauldeLavallaz/comfyui_claude_prompt_generator": { "stars": 0, "last_update": "2025-03-18 17:38:28", - "author_account_age_days": 2264 + "author_account_age_days": 2265 }, "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, @@ -3862,22 +3887,22 @@ "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, "last_update": "2024-05-22 18:21:10", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/Phando/ComfyUI-PhandoNodes": { "stars": 0, "last_update": "2024-09-05 16:12:24", - "author_account_age_days": 5647 + "author_account_age_days": 5648 }, "https://github.com/Pheat-AI/Remade_nodes": { "stars": 4, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/PiggyDance/ComfyUI_OpenCV": { "stars": 0, "last_update": "2025-03-24 10:02:49", - "author_account_age_days": 2808 + "author_account_age_days": 2809 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, @@ -3897,57 +3922,57 @@ "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, "last_update": "2025-01-20 05:44:54", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/PixelML/ComfyUI-PixelML-CustomNodes": { "stars": 0, "last_update": "2025-01-20 06:40:21", - "author_account_age_days": 532 + "author_account_age_days": 533 }, "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2024-12-03 13:39:28", - "author_account_age_days": 2972 + "author_account_age_days": 2973 }, "https://github.com/Poseidon-fan/ComfyUI-RabbitMQ-Publisher": { "stars": 2, "last_update": "2024-11-07 08:59:23", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/Positliver/comfyui-zegr": { "stars": 1, "last_update": "2025-01-26 11:51:59", - "author_account_age_days": 3813 + "author_account_age_days": 3814 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2477, + "stars": 2478, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 384 + "author_account_age_days": 385 }, "https://github.com/PressWagon/ComfyUI-StringsAndThings": { "stars": 3, "last_update": "2025-05-18 12:01:37", - "author_account_age_days": 246 + "author_account_age_days": 247 }, "https://github.com/ProGamerGov/ComfyUI_preview360panorama": { "stars": 68, "last_update": "2025-05-25 19:26:43", - "author_account_age_days": 3863 + "author_account_age_days": 3864 }, "https://github.com/ProGamerGov/ComfyUI_pytorch360convert": { "stars": 16, - "last_update": "2025-08-19 21:24:18", - "author_account_age_days": 3863 + "last_update": "2025-08-20 20:07:29", + "author_account_age_days": 3864 }, "https://github.com/PrunaAI/ComfyUI_pruna": { "stars": 64, "last_update": "2025-07-10 11:12:37", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/Pseudotools/Pseudocomfy": { "stars": 1, "last_update": "2025-07-17 01:02:43", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -3957,27 +3982,27 @@ "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 3, "last_update": "2025-07-14 11:37:31", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/Q-Bug4/Comfyui-Simple-Json-Node": { "stars": 6, "last_update": "2025-03-27 12:51:03", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/Q-Bug4/comfyui-qbug-batch": { "stars": 2, "last_update": "2025-04-13 03:05:36", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/QaisMalkawi/ComfyUI-QaisHelper": { "stars": 2, "last_update": "2024-05-23 20:29:30", - "author_account_age_days": 1672 + "author_account_age_days": 1673 }, "https://github.com/QijiTec/ComfyUI-RED-UNO": { "stars": 26, "last_update": "2025-04-21 01:07:24", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, @@ -3987,7 +4012,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 8, @@ -4002,67 +4027,67 @@ "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, "last_update": "2025-05-07 13:29:25", - "author_account_age_days": 2496 + "author_account_age_days": 2497 }, "https://github.com/Raykosan/ComfyUI_RS-SaturationNode": { "stars": 8, "last_update": "2025-04-12 10:38:46", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/Raykosan/ComfyUI_RaykoStudio": { "stars": 9, "last_update": "2025-08-12 08:33:06", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/RaymondProduction/comfyui-zerna-pack": { "stars": 0, "last_update": "2025-03-26 16:10:15", - "author_account_age_days": 3347 + "author_account_age_days": 3348 }, "https://github.com/ReBeating/ComfyUI-Artist-Selector": { "stars": 1, "last_update": "2025-02-10 15:39:41", - "author_account_age_days": 1799 + "author_account_age_days": 1800 }, "https://github.com/Reithan/negative_rejection_steering": { "stars": 10, "last_update": "2025-08-01 06:23:09", - "author_account_age_days": 4126 + "author_account_age_days": 4127 }, "https://github.com/RenderRift/ComfyUI-RenderRiftNodes": { "stars": 7, "last_update": "2024-05-22 22:16:41", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 92, "last_update": "2025-06-19 04:14:31", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/RiceRound/ComfyUI_RiceRound": { "stars": 18, "last_update": "2025-03-18 07:31:16", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/Rinsanga1/comfyui-florence2xy": { "stars": 0, "last_update": "2025-06-25 05:42:46", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, @@ -4077,47 +4102,47 @@ "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 7, "last_update": "2025-06-09 23:34:07", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/RodrigoSKohl/InteriorDesign-for-ComfyUI": { "stars": 10, "last_update": "2025-08-07 05:37:43", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": { "stars": 22, "last_update": "2025-04-14 03:36:22", - "author_account_age_days": 1169 + "author_account_age_days": 1170 }, "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 21, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1803 + "author_account_age_days": 1804 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 109, "last_update": "2025-06-18 12:05:09", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 39, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 176, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2834 + "author_account_age_days": 2835 }, "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, @@ -4137,72 +4162,72 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1078 + "author_account_age_days": 1079 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 78, "last_update": "2025-08-14 14:55:48", - "author_account_age_days": 1977 + "author_account_age_days": 1978 }, "https://github.com/SLAPaper/ComfyUI-Image-Selector": { "stars": 98, "last_update": "2025-03-16 12:13:46", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/SLAPaper/StableDiffusion-dpmpp_2m_alt-Sampler": { "stars": 13, "last_update": "2025-03-16 12:13:59", - "author_account_age_days": 4119 + "author_account_age_days": 4120 }, "https://github.com/SOELexicon/ComfyUI-LexMSDBNodes": { "stars": 4, "last_update": "2025-03-12 00:17:50", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/SOELexicon/ComfyUI-LexTools": { "stars": 30, "last_update": "2025-03-28 10:50:35", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/SS-snap/ComfyUI-Ad_scheduler": { "stars": 6, "last_update": "2025-04-25 04:53:31", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/SS-snap/ComfyUI-LBW_flux": { "stars": 4, "last_update": "2025-04-25 04:47:47", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/SS-snap/ComfyUI-Snap_Processing": { "stars": 62, "last_update": "2025-04-25 04:54:44", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/SS-snap/Comfyui_SSsnap_pose-Remapping": { "stars": 33, "last_update": "2025-07-25 09:49:47", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/SXQBW/ComfyUI-Qwen": { "stars": 9, "last_update": "2025-05-26 05:01:41", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/SXQBW/ComfyUI-Qwen-Omni": { "stars": 24, "last_update": "2025-06-08 07:53:11", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/SXQBW/ComfyUI-Qwen-VL": { "stars": 9, "last_update": "2025-05-26 06:11:20", - "author_account_age_days": 3213 + "author_account_age_days": 3214 }, "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 423, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1864 + "author_account_age_days": 1865 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -4222,17 +4247,17 @@ "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, "last_update": "2025-05-26 22:46:39", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/SanDiegoDude/ComfyUI-Kontext-API": { "stars": 8, "last_update": "2025-06-18 16:41:48", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/SanDiegoDude/ComfyUI-SaveAudioMP3": { "stars": 3, "last_update": "2025-05-07 23:48:49", - "author_account_age_days": 1053 + "author_account_age_days": 1054 }, "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, @@ -4257,7 +4282,7 @@ "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, "last_update": "2024-10-09 04:08:31", - "author_account_age_days": 3025 + "author_account_age_days": 3026 }, "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, @@ -4267,167 +4292,167 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3617 + "author_account_age_days": 3618 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 18, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1531 + "author_account_age_days": 1532 }, "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 14, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 158, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/SeanScripts/ComfyUI-PixtralLlamaMolmoVision": { - "stars": 75, + "stars": 77, "last_update": "2025-01-31 09:01:23", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/SeanScripts/ComfyUI-Unload-Model": { "stars": 56, "last_update": "2025-06-13 04:22:23", - "author_account_age_days": 1941 + "author_account_age_days": 1942 }, "https://github.com/SeargeDP/ComfyUI_Searge_LLM": { "stars": 115, "last_update": "2024-09-04 09:04:18", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/SeargeDP/SeargeSDXL": { "stars": 852, "last_update": "2024-05-22 00:28:26", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/Seedsa/Fooocus_Nodes": { "stars": 102, "last_update": "2025-01-08 07:57:28", - "author_account_age_days": 3029 + "author_account_age_days": 3030 }, "https://github.com/Sekiun/ComfyUI-WebpToPNGSequence": { "stars": 3, "last_update": "2025-04-15 12:40:47", - "author_account_age_days": 1893 + "author_account_age_days": 1894 }, "https://github.com/Semper-Sursum/HF-Flux-ComfyUI": { "stars": 2, "last_update": "2025-03-29 17:35:11", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/ServiceStack/comfy-asset-downloader": { "stars": 8, "last_update": "2025-05-08 16:21:02", - "author_account_age_days": 5306 + "author_account_age_days": 5307 }, "https://github.com/Shadetail/ComfyUI_Eagleshadow": { "stars": 5, "last_update": "2025-03-08 20:09:28", - "author_account_age_days": 3818 + "author_account_age_days": 3819 }, "https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux": { - "stars": 428, + "stars": 429, "last_update": "2025-06-22 08:50:25", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/Shannooty/ComfyUI-Timer-Nodes": { "stars": 3, "last_update": "2024-12-17 09:20:49", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 536 + "author_account_age_days": 537 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 6, "last_update": "2025-06-29 14:25:52", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter": { "stars": 25, "last_update": "2025-02-18 07:36:09", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/Shiba-2-shiba/ComfyUI_FreeU_V2_timestepadd": { "stars": 0, "last_update": "2025-03-02 00:15:45", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/Shiba-2-shiba/comfyui-color-ascii-art-node": { "stars": 3, "last_update": "2025-06-13 08:51:55", - "author_account_age_days": 807 + "author_account_age_days": 808 }, "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 10, "last_update": "2025-04-23 04:49:00", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, "last_update": "2025-05-21 03:07:18", - "author_account_age_days": 4591 + "author_account_age_days": 4592 }, "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 13, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 103, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { - "stars": 111, + "stars": 112, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 64, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { - "stars": 312, + "stars": 313, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 15, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 19, @@ -4437,52 +4462,52 @@ "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 44, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 29, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { "stars": 884, "last_update": "2025-06-14 12:30:27", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 7, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 13, @@ -4490,74 +4515,74 @@ "author_account_age_days": 1626 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { - "stars": 27, + "stars": 28, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 88, "last_update": "2025-05-02 20:13:08", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 36, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 18, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_Flux_1.1_RAW_API": { "stars": 57, "last_update": "2025-03-20 11:21:27", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 3, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 18, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 16, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 139, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 73, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 5, "last_update": "2025-03-27 19:59:35", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, @@ -4567,37 +4592,37 @@ "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, "last_update": "2025-05-17 05:43:21", - "author_account_age_days": 2959 + "author_account_age_days": 2960 }, "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 44, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, "last_update": "2025-05-02 20:04:43", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 1, "last_update": "2025-04-27 15:24:25", - "author_account_age_days": 131 + "author_account_age_days": 132 }, "https://github.com/SijieMei/ComfyUI-promptHistory": { "stars": 0, "last_update": "2025-03-24 03:32:05", - "author_account_age_days": 2333 + "author_account_age_days": 2334 }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, @@ -4617,162 +4642,162 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 2, "last_update": "2025-04-15 08:48:46", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/SlackinJack/asyncdiff_comfyui": { "stars": 0, "last_update": "2025-04-03 03:17:56", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/SlackinJack/distrifuser_comfyui": { "stars": 0, "last_update": "2025-04-03 03:18:17", - "author_account_age_days": 2597 + "author_account_age_days": 2598 }, "https://github.com/SleeeepyZhou/ComfyUI-CNtranslator": { "stars": 5, "last_update": "2025-03-29 04:35:17", - "author_account_age_days": 1619 + "author_account_age_days": 1620 }, "https://github.com/Slickytail/ComfyUI-InstantX-IPAdapter-SD3": { "stars": 64, "last_update": "2025-03-27 12:47:27", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/Slickytail/ComfyUI-RegionalAdaptiveSampling": { "stars": 20, "last_update": "2025-04-07 09:20:23", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/Smirnov75/ComfyUI-mxToolkit": { - "stars": 248, + "stars": 249, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 1933 + "author_account_age_days": 1934 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, "last_update": "2024-07-05 22:01:41", - "author_account_age_days": 1113 + "author_account_age_days": 1114 }, "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 3945 + "author_account_age_days": 3946 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, "last_update": "2025-03-18 08:59:39", - "author_account_age_days": 258 + "author_account_age_days": 259 }, "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4668 + "author_account_age_days": 4669 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, "last_update": "2024-08-22 03:12:11", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/SozeInc/ComfyUI_Soze": { "stars": 6, "last_update": "2025-08-04 22:23:03", - "author_account_age_days": 501 + "author_account_age_days": 502 }, "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt": { "stars": 3, "last_update": "2025-04-15 20:36:37", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-GPENO": { "stars": 68, "last_update": "2025-04-15 20:29:05", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutosize": { "stars": 0, "last_update": "2025-05-23 19:44:54", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-ImageAutotone": { "stars": 17, "last_update": "2025-04-15 20:35:55", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-LatentClamp": { "stars": 2, "last_update": "2025-04-15 20:36:15", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-MaskArbiter": { "stars": 4, "last_update": "2025-04-15 20:35:34", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SparknightLLC/ComfyUI-WeightedRandomChoice": { "stars": 0, "last_update": "2025-04-22 00:31:50", - "author_account_age_days": 373 + "author_account_age_days": 374 }, "https://github.com/SpenserCai/ComfyUI-FunAudioLLM": { "stars": 85, "last_update": "2024-11-27 09:22:05", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/SshunWang/ComfyUI_CosyVoice": { "stars": 15, "last_update": "2025-02-05 23:48:10", - "author_account_age_days": 2363 + "author_account_age_days": 2364 }, "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 230, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1264 + "author_account_age_days": 1265 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 13, "last_update": "2025-07-17 20:12:49", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/StarAsh042/ComfyUI_RollingArtist": { "stars": 0, "last_update": "2025-05-05 21:26:43", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/StarMagicAI/comfyui_tagger": { "stars": 5, "last_update": "2024-09-03 02:01:59", - "author_account_age_days": 3967 + "author_account_age_days": 3968 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { "stars": 1, @@ -4782,77 +4807,77 @@ "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, "last_update": "2025-08-10 19:51:23", - "author_account_age_days": 424 + "author_account_age_days": 425 }, "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 125, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 219, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 58, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 91, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3256 + "author_account_age_days": 3257 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 83, "last_update": "2025-07-13 18:57:26", - "author_account_age_days": 557 + "author_account_age_days": 558 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 1, "last_update": "2025-01-28 21:40:18", - "author_account_age_days": 289 + "author_account_age_days": 290 }, "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 198, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 969, + "stars": 970, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2571 + "author_account_age_days": 2572 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, @@ -4862,12 +4887,12 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 47, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3793 + "author_account_age_days": 3794 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 12, "last_update": "2025-07-07 09:20:21", - "author_account_age_days": 817 + "author_account_age_days": 818 }, "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, @@ -4880,159 +4905,159 @@ "author_account_age_days": 1963 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { - "stars": 135, + "stars": 137, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 196, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 2956 + "author_account_age_days": 2957 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 2, "last_update": "2024-12-23 05:26:14", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 417, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 860 + "author_account_age_days": 861 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 28, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { - "stars": 207, + "stars": 208, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { "stars": 120, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { "stars": 766, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { - "stars": 744, + "stars": 745, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 452 + "author_account_age_days": 453 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 3, "last_update": "2025-06-04 10:19:49", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 3988 + "author_account_age_days": 3989 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 1, "last_update": "2025-07-27 22:07:03", - "author_account_age_days": 4927 + "author_account_age_days": 4928 }, "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 5, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 1, "last_update": "2025-02-26 13:22:39", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 27, "last_update": "2025-03-06 08:57:58", - "author_account_age_days": 2636 + "author_account_age_days": 2637 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, "last_update": "2025-06-22 19:16:21", - "author_account_age_days": 3586 + "author_account_age_days": 3587 }, "https://github.com/TeaCrab/ComfyUI-TeaNodes": { "stars": 5, "last_update": "2024-05-22 20:44:05", - "author_account_age_days": 3639 + "author_account_age_days": 3640 }, "https://github.com/TemryL/ComfyS3": { "stars": 50, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 542, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 8, "last_update": "2025-04-17 09:39:00", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 383, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 141, "last_update": "2025-05-09 07:48:08", - "author_account_age_days": 347 + "author_account_age_days": 348 }, "https://github.com/Tensor-Art/ComfyUI_TENSOR_ART": { "stars": 10, "last_update": "2025-04-02 08:31:41", - "author_account_age_days": 821 + "author_account_age_days": 822 }, "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, @@ -5047,12 +5072,12 @@ "https://github.com/TheBill2001/ComfyUI-Save-Image-Caption": { "stars": 8, "last_update": "2025-04-04 12:21:18", - "author_account_age_days": 1863 + "author_account_age_days": 1864 }, "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 10, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1863 + "author_account_age_days": 1864 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, @@ -5062,37 +5087,42 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, "last_update": "2024-08-30 09:50:34", - "author_account_age_days": 586 + "author_account_age_days": 587 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, "last_update": "2025-03-02 22:17:54", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/ThepExcel/aiangelgallery-comfyui": { "stars": 2, "last_update": "2025-01-15 07:53:09", - "author_account_age_days": 1982 + "author_account_age_days": 1983 }, "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 10, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1356 + "author_account_age_days": 1357 }, "https://github.com/TiamaTiramisu/risutools": { "stars": 1, "last_update": "2025-04-20 22:51:50", - "author_account_age_days": 422 + "author_account_age_days": 423 + }, + "https://github.com/TinyBeeman/ComfyUI-TinyBee": { + "stars": 0, + "last_update": "2025-08-20 07:24:55", + "author_account_age_days": 2204 }, "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 541, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, "last_update": "2025-07-18 11:45:29", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { "stars": 167, @@ -5102,27 +5132,27 @@ "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, "last_update": "2025-02-13 16:41:59", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/Trgtuan10/ComfyUI_YoloSegment_Mask": { "stars": 1, "last_update": "2024-09-26 01:46:02", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler": { "stars": 58, "last_update": "2025-06-18 09:32:23", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": { "stars": 44, "last_update": "2024-08-26 16:33:49", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector": { "stars": 14, "last_update": "2024-11-10 20:44:23", - "author_account_age_days": 4275 + "author_account_age_days": 4276 }, "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, @@ -5132,52 +5162,52 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3801 + "author_account_age_days": 3802 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { "stars": 245, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5343 + "author_account_age_days": 5344 }, "https://github.com/TylerZoro/SD3-Scaling": { "stars": 1, "last_update": "2024-06-15 16:59:22", - "author_account_age_days": 1707 + "author_account_age_days": 1708 }, "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 640 + "author_account_age_days": 641 }, "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { - "stars": 296, + "stars": 297, "last_update": "2025-06-26 07:50:36", - "author_account_age_days": 663 + "author_account_age_days": 664 }, "https://github.com/VK/vk-nodes": { "stars": 0, "last_update": "2025-05-07 19:59:57", - "author_account_age_days": 5767 + "author_account_age_days": 5768 }, "https://github.com/Vaibhavs10/ComfyUI-DDUF": { "stars": 5, "last_update": "2025-01-03 15:10:44", - "author_account_age_days": 3402 + "author_account_age_days": 3403 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": { "stars": 5, "last_update": "2024-11-09 08:00:22", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/VangengLab/ComfyUI-LivePortrait_v3": { "stars": 22, "last_update": "2024-11-09 07:59:42", - "author_account_age_days": 700 + "author_account_age_days": 701 }, "https://github.com/Vaporbook/ComfyUI-SaveImage-PP": { "stars": 0, "last_update": "2025-05-08 15:04:17", - "author_account_age_days": 5260 + "author_account_age_days": 5261 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { "stars": 0, @@ -5187,32 +5217,32 @@ "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, "last_update": "2025-04-04 13:50:16", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/VertexStudio/roblox-comfyui-nodes": { "stars": 0, "last_update": "2024-10-08 16:35:54", - "author_account_age_days": 3400 + "author_account_age_days": 3401 }, "https://github.com/VikramxD/VEnhancer-ComfyUI-Wrapper": { "stars": 12, "last_update": "2025-01-14 07:35:00", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/Visionatrix/ComfyUI-Gemini": { "stars": 17, "last_update": "2025-08-18 20:13:06", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/Visionatrix/ComfyUI-RemoteVAE": { "stars": 2, "last_update": "2025-07-05 18:20:05", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/Visionatrix/ComfyUI-Visionatrix": { "stars": 1, "last_update": "2025-07-06 10:53:01", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, @@ -5222,37 +5252,37 @@ "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, "last_update": "2025-08-15 20:18:38", - "author_account_age_days": 1341 + "author_account_age_days": 1342 }, "https://github.com/VykosX/ControlFlowUtils": { "stars": 126, "last_update": "2024-12-09 17:24:48", - "author_account_age_days": 2331 + "author_account_age_days": 2332 }, "https://github.com/WASasquatch/ComfyUI_Preset_Merger": { "stars": 33, "last_update": "2025-03-27 14:52:46", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/WASasquatch/FreeU_Advanced": { "stars": 119, "last_update": "2024-10-27 01:49:14", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/WASasquatch/PPF_Noise_ComfyUI": { "stars": 24, "last_update": "2024-06-14 10:27:23", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/WASasquatch/PowerNoiseSuite": { "stars": 76, "last_update": "2024-07-31 13:48:33", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/WASasquatch/WAS_Extras": { "stars": 36, "last_update": "2025-07-18 17:18:44", - "author_account_age_days": 5047 + "author_account_age_days": 5048 }, "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, @@ -5262,42 +5292,42 @@ "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, "last_update": "2025-01-21 08:19:52", - "author_account_age_days": 2633 + "author_account_age_days": 2634 }, "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 397 + "author_account_age_days": 398 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, "last_update": "2025-07-03 19:44:52", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/WainWong/ComfyUI-Loop-image": { "stars": 35, "last_update": "2025-03-28 03:09:27", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/Wakfull33/ComfyUI-SaveImageCivitAI": { "stars": 1, "last_update": "2024-10-29 11:03:23", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/WangPengxing/ComfyUI_WPX_Node": { "stars": 0, "last_update": "2025-01-20 08:31:55", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": { - "stars": 6, + "stars": 7, "last_update": "2025-08-10 19:12:48", - "author_account_age_days": 162 + "author_account_age_days": 163 }, "https://github.com/WaveSpeedAI/wavespeed-comfyui": { "stars": 24, "last_update": "2025-08-08 23:41:55", - "author_account_age_days": 210 + "author_account_age_days": 211 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { "stars": 96, @@ -5307,12 +5337,12 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 24, "last_update": "2025-01-31 04:28:34", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, @@ -5322,7 +5352,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-01-05 01:44:38", - "author_account_age_days": 4065 + "author_account_age_days": 4066 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 27, @@ -5342,12 +5372,12 @@ "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, "last_update": "2024-09-04 11:37:04", - "author_account_age_days": 1584 + "author_account_age_days": 1585 }, "https://github.com/XLabs-AI/x-flux-comfyui": { - "stars": 1616, + "stars": 1618, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 379 + "author_account_age_days": 380 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -5362,67 +5392,67 @@ "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, "last_update": "2024-09-02 19:36:05", - "author_account_age_days": 358 + "author_account_age_days": 359 }, "https://github.com/Xiangyu-CAS/HandFixer": { - "stars": 195, + "stars": 196, "last_update": "2025-02-10 02:02:01", - "author_account_age_days": 3809 + "author_account_age_days": 3810 }, "https://github.com/XieJunchen/comfyUI_LLM": { "stars": 2, "last_update": "2025-08-03 13:21:08", - "author_account_age_days": 2195 + "author_account_age_days": 2196 }, "https://github.com/Xkipper/ComfyUI_SkipperNodes": { "stars": 0, "last_update": "2025-04-26 20:13:45", - "author_account_age_days": 3900 + "author_account_age_days": 3901 }, "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 3, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 191, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3027 + "author_account_age_days": 3028 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, "last_update": "2024-05-23 00:14:14", - "author_account_age_days": 4746 + "author_account_age_days": 4747 }, "https://github.com/YMC-GitHub/comfyui_node_ymc_effect_shatter": { "stars": 0, "last_update": "2025-04-12 15:00:21", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, "last_update": "2024-05-22 20:48:23", - "author_account_age_days": 4177 + "author_account_age_days": 4178 }, "https://github.com/YRIKKA/ComfyUI-InferenceTimeScaling": { - "stars": 21, + "stars": 22, "last_update": "2025-02-27 21:13:18", - "author_account_age_days": 420 + "author_account_age_days": 421 }, "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, @@ -5432,12 +5462,12 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 221, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1235 + "author_account_age_days": 1236 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, "last_update": "2025-06-23 04:10:43", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, @@ -5452,7 +5482,7 @@ "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, "last_update": "2025-01-03 03:58:20", - "author_account_age_days": 1207 + "author_account_age_days": 1208 }, "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, @@ -5462,42 +5492,42 @@ "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, "last_update": "2025-05-27 04:11:59", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-AudioX": { "stars": 10, "last_update": "2025-05-27 04:14:59", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Bagel": { "stars": 29, "last_update": "2025-05-28 03:00:53", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-ChatterboxTTS": { "stars": 10, "last_update": "2025-05-30 08:13:06", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Cobra": { "stars": 5, "last_update": "2025-04-18 02:06:26", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Dia": { "stars": 4, "last_update": "2025-04-24 06:58:05", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Direct3D-S2": { - "stars": 9, + "stars": 10, "last_update": "2025-06-10 03:24:25", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-HiDream-I1": { "stars": 9, "last_update": "2025-04-14 02:56:22", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 19, @@ -5507,82 +5537,82 @@ "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, "last_update": "2025-06-16 07:03:54", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanPortrait": { "stars": 8, "last_update": "2025-05-28 09:47:34", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-HunyuanVideo-Avatar": { "stars": 27, "last_update": "2025-05-29 07:49:15", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Kimi-VL": { "stars": 1, "last_update": "2025-04-17 06:55:14", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh": { "stars": 5, "last_update": "2024-11-29 09:52:04", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-LayerAnimate": { "stars": 4, "last_update": "2025-04-01 03:16:53", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-LiveCC": { "stars": 4, "last_update": "2025-05-27 04:14:30", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Matrix-Game": { "stars": 6, "last_update": "2025-05-13 08:05:00", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-MoviiGen": { "stars": 10, "last_update": "2025-05-27 04:12:30", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Multiverse": { "stars": 1, "last_update": "2025-05-09 06:51:35", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Muyan-TTS": { "stars": 2, "last_update": "2025-05-08 08:21:24", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-OmniGen2": { "stars": 120, "last_update": "2025-06-26 02:46:07", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-OrpheusTTS": { "stars": 6, "last_update": "2025-03-24 02:47:23", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-PhotoDoodle": { "stars": 3, "last_update": "2025-02-28 03:47:54", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-PosterCraft": { "stars": 17, "last_update": "2025-06-26 10:00:28", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-SkyReels-A2": { "stars": 29, "last_update": "2025-05-27 04:14:03", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { "stars": 11, @@ -5592,22 +5622,22 @@ "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, "last_update": "2024-11-27 08:00:48", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-3D": { "stars": 13, "last_update": "2025-05-16 02:36:06", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-StyleStudio": { "stars": 4, "last_update": "2025-03-10 09:38:08", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 21, @@ -5617,12 +5647,12 @@ "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, "last_update": "2025-04-11 07:37:33", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Vui": { "stars": 3, "last_update": "2025-06-12 03:55:32", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, @@ -5632,92 +5662,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 519, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 814, + "stars": 815, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 103, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 75, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1428, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 205, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 817, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 50, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 4, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 215, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 79, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 113, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 147, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 762, + "stars": 763, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1760, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 761 + "author_account_age_days": 762 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, @@ -5727,7 +5757,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, @@ -5737,17 +5767,17 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 5961 + "author_account_age_days": 5962 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 3, "last_update": "2025-07-03 10:56:16", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/Zar4X/ComfyUI-Image-Resizing": { "stars": 1, "last_update": "2025-06-25 14:43:35", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, @@ -5757,7 +5787,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1615 + "author_account_age_days": 1616 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 216, @@ -5767,67 +5797,67 @@ "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, "last_update": "2025-08-10 07:46:37", - "author_account_age_days": 5042 + "author_account_age_days": 5043 }, "https://github.com/Zuellni/ComfyUI-Custom-Nodes": { "stars": 44, "last_update": "2023-09-19 12:11:26", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/Zuellni/ComfyUI-ExLlama-Nodes": { "stars": 120, "last_update": "2024-12-06 14:22:11", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/Zuellni/ComfyUI-PickScore-Nodes": { "stars": 38, "last_update": "2024-09-08 09:17:04", - "author_account_age_days": 944 + "author_account_age_days": 945 }, "https://github.com/a-und-b/ComfyUI_Delay": { "stars": 5, "last_update": "2025-01-10 11:20:35", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/a-und-b/ComfyUI_IC-Light-v2_fal": { "stars": 39, "last_update": "2025-05-05 08:34:47", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/a-und-b/ComfyUI_JSON_Helper": { "stars": 4, "last_update": "2025-01-09 15:54:55", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/a-und-b/ComfyUI_LoRA_from_URL": { "stars": 3, "last_update": "2025-01-16 13:40:26", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/a-und-b/ComfyUI_MaskAreaCondition": { "stars": 3, "last_update": "2025-04-28 08:23:36", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 102, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5223 + "author_account_age_days": 5224 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 38, "last_update": "2025-04-26 15:13:57", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/abyz22/image_control": { "stars": 16, @@ -5837,22 +5867,22 @@ "https://github.com/acorderob/sd-webui-prompt-postprocessor": { "stars": 36, "last_update": "2025-05-31 10:32:11", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/adbrasi/ComfyUI-TrashNodes-DownloadHuggingface": { "stars": 6, "last_update": "2024-05-22 23:24:45", - "author_account_age_days": 1125 + "author_account_age_days": 1126 }, "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 335, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5438 + "author_account_age_days": 5439 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 13, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -5862,42 +5892,42 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 36, "last_update": "2024-10-03 11:11:39", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/aegis72/comfyui-styles-all": { "stars": 52, "last_update": "2024-05-22 22:10:41", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/agilly1989/ComfyUI_agilly1989_motorway": { "stars": 7, "last_update": "2025-08-03 11:26:11", - "author_account_age_days": 2305 + "author_account_age_days": 2306 }, "https://github.com/ahernandezmiro/ComfyUI-GCP_Storage_tools": { "stars": 2, "last_update": "2025-01-03 18:48:03", - "author_account_age_days": 4417 + "author_account_age_days": 4418 }, "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 1942 + "author_account_age_days": 1943 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 15, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 433 + "author_account_age_days": 434 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 131, @@ -5912,12 +5942,12 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, "last_update": "2025-02-02 04:14:06", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, @@ -5927,122 +5957,122 @@ "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, "last_update": "2025-02-21 13:31:14", - "author_account_age_days": 764 + "author_account_age_days": 765 }, "https://github.com/aidec/Comfyui_TextBatch_aidec": { "stars": 10, "last_update": "2025-04-09 20:26:38", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/aidenli/ComfyUI_NYJY": { - "stars": 128, + "stars": 129, "last_update": "2025-06-16 06:06:12", - "author_account_age_days": 4969 + "author_account_age_days": 4970 }, "https://github.com/aigc-apps/EasyAnimate": { - "stars": 2192, + "stars": 2193, "last_update": "2025-03-06 11:41:28", - "author_account_age_days": 739 + "author_account_age_days": 740 }, "https://github.com/aigc-apps/VideoX-Fun": { - "stars": 1309, - "last_update": "2025-08-19 13:06:01", - "author_account_age_days": 739 + "stars": 1314, + "last_update": "2025-08-20 10:29:46", + "author_account_age_days": 740 }, "https://github.com/aimerib/ComfyUI_HigherBitDepthSaveImage": { "stars": 2, "last_update": "2024-09-14 03:03:01", - "author_account_age_days": 3092 + "author_account_age_days": 3093 }, "https://github.com/ainewsto/Comfyui-chatgpt-api": { "stars": 52, "last_update": "2025-08-12 06:38:37", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/ainewsto/Comfyui-google-veo2-api": { "stars": 5, "last_update": "2025-05-06 06:43:48", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/ainewsto/Comfyui_Comfly_v2": { - "stars": 52, + "stars": 54, "last_update": "2025-08-19 07:51:01", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/ainewsto/comfyui-labs-google": { "stars": 82, "last_update": "2025-06-18 02:12:39", - "author_account_age_days": 1075 + "author_account_age_days": 1076 }, "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 410 + "author_account_age_days": 411 }, "https://github.com/ajbergh/comfyui-ethnicity_hairstyle_clip_encoder": { "stars": 2, "last_update": "2025-02-28 22:07:11", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 28, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 0, + "stars": 1, "last_update": "2025-07-05 18:51:55", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 231, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { - "stars": 307, + "stars": 308, "last_update": "2025-07-09 22:44:36", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 456 + "author_account_age_days": 457 }, "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 5, "last_update": "2024-07-30 05:59:49", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/al-swaiti/ComfyUI-CascadeResolutions": { "stars": 6, "last_update": "2024-07-31 13:48:47", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { "stars": 113, "last_update": "2025-07-07 23:42:51", - "author_account_age_days": 1351 + "author_account_age_days": 1352 }, "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 3911 + "author_account_age_days": 3912 }, "https://github.com/alastor-666-1933/caching_to_not_waste": { "stars": 5, "last_update": "2025-07-18 14:34:09", - "author_account_age_days": 4471 + "author_account_age_days": 4472 }, "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, @@ -6057,52 +6087,52 @@ "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, "last_update": "2025-06-19 14:34:41", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/alessandroperilli/OCS_Nodes": { "stars": 0, "last_update": "2025-08-19 12:00:58", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 54, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 27, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 1, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1618 + "author_account_age_days": 1619 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 82, "last_update": "2025-06-07 21:58:57", - "author_account_age_days": 4008 + "author_account_age_days": 4009 }, "https://github.com/alexgenovese/ComfyUI-UNO-Flux": { "stars": 0, "last_update": "2025-06-16 17:27:27", - "author_account_age_days": 5436 + "author_account_age_days": 5437 }, "https://github.com/alexgenovese/ComfyUI_HF_Servelress_Inference": { "stars": 15, "last_update": "2024-09-01 13:04:48", - "author_account_age_days": 5436 + "author_account_age_days": 5437 }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 27, @@ -6112,12 +6142,12 @@ "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, "last_update": "2025-06-02 16:03:13", - "author_account_age_days": 3707 + "author_account_age_days": 3708 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 117, "last_update": "2025-08-17 16:50:59", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, @@ -6125,64 +6155,64 @@ "author_account_age_days": 3101 }, "https://github.com/ali-vilab/ACE_plus": { - "stars": 1266, + "stars": 1267, "last_update": "2025-04-21 06:36:02", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/ali1234/comfyui-job-iterator": { "stars": 115, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/alisson-anjos/ComfyUI-Ollama-Describer": { - "stars": 83, + "stars": 84, "last_update": "2025-06-09 05:43:18", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 104, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1694 + "author_account_age_days": 1695 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2415 + "author_account_age_days": 2416 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 103, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 75, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1081 + "author_account_age_days": 1082 }, "https://github.com/an90ray/ComfyUI_RErouter_CustomNodes": { "stars": 0, "last_update": "2024-05-22 22:21:00", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3374 + "author_account_age_days": 3375 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, "last_update": "2025-01-02 04:23:22", - "author_account_age_days": 6214 + "author_account_age_days": 6215 }, "https://github.com/angeloshredder/StableCascadeResizer": { "stars": 2, "last_update": "2024-05-23 00:12:55", - "author_account_age_days": 2250 + "author_account_age_days": 2251 }, "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, @@ -6197,12 +6227,12 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2171 + "author_account_age_days": 2172 }, "https://github.com/antrobot1234/antrobots-comfyUI-nodepack": { "stars": 24, "last_update": "2025-04-02 21:40:49", - "author_account_age_days": 3284 + "author_account_age_days": 3285 }, "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, @@ -6212,67 +6242,67 @@ "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, "last_update": "2025-08-19 00:58:48", - "author_account_age_days": 6169 + "author_account_age_days": 6170 }, "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 77, "last_update": "2025-08-08 20:12:51", - "author_account_age_days": 2766 + "author_account_age_days": 2767 }, "https://github.com/asaddi/ComfyUI-YALLM-node": { "stars": 3, "last_update": "2025-08-09 22:48:38", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/asaddi/YALLM-LlamaVision": { "stars": 5, "last_update": "2025-03-27 14:42:04", - "author_account_age_days": 3955 + "author_account_age_days": 3956 }, "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 60, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/asagi4/comfyui-prompt-control": { - "stars": 312, + "stars": 314, "last_update": "2025-08-19 16:56:01", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, "last_update": "2025-02-09 02:50:51", - "author_account_age_days": 435 + "author_account_age_days": 436 }, "https://github.com/asutermo/ComfyUI-Flux-TryOff": { "stars": 45, "last_update": "2025-03-10 21:05:14", - "author_account_age_days": 5333 + "author_account_age_days": 5334 }, "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { - "stars": 165, + "stars": 166, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, "last_update": "2025-03-14 01:25:41", - "author_account_age_days": 3448 + "author_account_age_days": 3449 }, "https://github.com/atmaranto/ComfyUI-SaveAsScript": { "stars": 148, @@ -6282,42 +6312,42 @@ "https://github.com/attashe/ComfyUI-FluxRegionAttention": { "stars": 136, "last_update": "2025-03-02 16:37:39", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 33, "last_update": "2025-01-06 23:41:08", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { - "stars": 106, + "stars": 107, "last_update": "2025-08-02 17:26:41", - "author_account_age_days": 4542 + "author_account_age_days": 4543 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, "last_update": "2025-02-13 14:29:22", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1275 + "author_account_age_days": 1276 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 14, "last_update": "2025-06-13 05:53:11", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/avenstack/ComfyUI-AV-LatentSync": { "stars": 3, "last_update": "2025-05-28 14:27:42", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/avenstack/ComfyUI-AV-MegaTTS3": { "stars": 0, "last_update": "2025-05-25 13:35:03", - "author_account_age_days": 125 + "author_account_age_days": 126 }, "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, @@ -6327,7 +6357,7 @@ "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, "last_update": "2025-03-07 08:09:46", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, @@ -6337,12 +6367,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 7, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 722 + "author_account_age_days": 723 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 4, @@ -6352,7 +6382,7 @@ "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, "last_update": "2025-04-23 04:14:55", - "author_account_age_days": 2166 + "author_account_age_days": 2167 }, "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, @@ -6367,52 +6397,52 @@ "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, "last_update": "2025-06-20 15:50:56", - "author_account_age_days": 2192 + "author_account_age_days": 2193 }, "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 84, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5784 + "author_account_age_days": 5785 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, "last_update": "2025-04-10 03:47:51", - "author_account_age_days": 693 + "author_account_age_days": 694 }, "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 12, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1252 + "author_account_age_days": 1253 }, "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-02-22 18:17:31", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, "last_update": "2024-11-25 20:04:20", - "author_account_age_days": 2955 + "author_account_age_days": 2956 }, "https://github.com/banodoco/steerable-motion": { - "stars": 923, + "stars": 924, "last_update": "2025-06-27 15:56:48", - "author_account_age_days": 823 + "author_account_age_days": 824 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, "last_update": "2024-09-22 16:14:22", - "author_account_age_days": 2720 + "author_account_age_days": 2721 }, "https://github.com/bartly/Comfyui_babel_removebg_api": { "stars": 6, "last_update": "2024-10-14 00:48:34", - "author_account_age_days": 4548 + "author_account_age_days": 4549 }, "https://github.com/bash-j/mikey_nodes": { "stars": 158, "last_update": "2025-03-22 01:52:20", - "author_account_age_days": 4608 + "author_account_age_days": 4609 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 108, @@ -6422,32 +6452,32 @@ "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, "last_update": "2025-02-16 03:01:20", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/bear2b/comfyui-argo-nodes": { "stars": 0, "last_update": "2025-01-16 11:11:38", - "author_account_age_days": 3386 + "author_account_age_days": 3387 }, "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 71, "last_update": "2025-05-30 14:03:50", - "author_account_age_days": 784 + "author_account_age_days": 785 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, "last_update": "2025-03-28 12:13:20", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/benda1989/CosyVoice2_ComfyUI": { "stars": 21, "last_update": "2025-04-16 08:39:57", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/benda1989/Sonic_ComfyUI": { "stars": 3, "last_update": "2025-02-24 10:04:56", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, @@ -6457,12 +6487,12 @@ "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, "last_update": "2025-01-14 10:42:44", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/benjiyaya/ComfyUI-KokoroTTS": { - "stars": 59, + "stars": 61, "last_update": "2025-03-18 20:13:52", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, @@ -6492,12 +6522,12 @@ "https://github.com/bentoml/comfy-pack": { "stars": 173, "last_update": "2025-08-13 07:10:10", - "author_account_age_days": 2331 + "author_account_age_days": 2332 }, "https://github.com/big-mon/ComfyUI-ResolutionPresets": { "stars": 1, "last_update": "2025-04-12 17:05:21", - "author_account_age_days": 3097 + "author_account_age_days": 3098 }, "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, @@ -6507,147 +6537,147 @@ "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, "last_update": "2024-05-22 23:23:50", - "author_account_age_days": 3929 + "author_account_age_days": 3930 }, "https://github.com/billwuhao/ComfyUI_ACE-Step": { - "stars": 164, + "stars": 166, "last_update": "2025-05-28 08:39:13", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_AudioTools": { "stars": 55, "last_update": "2025-07-07 05:08:44", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_CSM": { "stars": 5, "last_update": "2025-06-02 14:00:17", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_DiffRhythm": { - "stars": 122, + "stars": 124, "last_update": "2025-05-30 12:12:57", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_EraX-WoW-Turbo": { "stars": 14, "last_update": "2025-05-23 09:41:43", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_IndexTTS": { - "stars": 132, + "stars": 138, "last_update": "2025-06-02 13:54:19", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_KokoroTTS_MW": { "stars": 26, "last_update": "2025-06-02 14:03:36", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_MegaTTS3": { "stars": 111, "last_update": "2025-06-11 01:01:40", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_NotaGen": { "stars": 50, "last_update": "2025-06-06 02:58:28", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_OneButtonPrompt": { "stars": 21, "last_update": "2025-07-07 10:55:15", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_OuteTTS": { "stars": 10, "last_update": "2025-06-11 06:14:07", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_PortraitTools": { "stars": 17, "last_update": "2025-06-15 13:31:45", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_SOME": { "stars": 5, "last_update": "2025-06-10 08:08:17", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_SparkTTS": { "stars": 46, "last_update": "2025-05-23 09:45:08", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_StepAudioTTS": { - "stars": 139, + "stars": 140, "last_update": "2025-05-23 09:45:26", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_gemmax": { "stars": 25, "last_update": "2025-05-30 12:17:42", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/ComfyUI_parakeet-tdt": { "stars": 3, "last_update": "2025-06-15 13:24:58", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/billwuhao/Comfyui_HeyGem": { - "stars": 104, + "stars": 106, "last_update": "2025-06-02 14:14:35", - "author_account_age_days": 2357 + "author_account_age_days": 2358 }, "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 478 + "author_account_age_days": 479 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 84, "last_update": "2025-02-07 22:13:26", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/blackcodetavern/ComfyUI-Benripack": { "stars": 5, "last_update": "2024-09-07 09:06:00", - "author_account_age_days": 3295 + "author_account_age_days": 3296 }, "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 115, "last_update": "2025-08-15 16:55:11", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 46, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 122, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 575 + "author_account_age_days": 576 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 173, "last_update": "2025-04-29 06:49:03", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, @@ -6657,52 +6687,52 @@ "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, "last_update": "2024-09-20 18:53:34", - "author_account_age_days": 489 + "author_account_age_days": 490 }, "https://github.com/blovett80/ComfyUI-PixelDojo": { "stars": 0, "last_update": "2025-03-27 10:30:18", - "author_account_age_days": 624 + "author_account_age_days": 625 }, "https://github.com/blueraincoatli/comfyUI_SillyNodes": { "stars": 3, "last_update": "2025-01-17 09:17:48", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 4988 + "author_account_age_days": 4989 }, "https://github.com/bmad4ever/ComfyUI-Bmad-DirtyUndoRedo": { "stars": 47, "last_update": "2024-05-22 18:11:51", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/bmad4ever/comfyui_ab_samplercustom": { "stars": 9, "last_update": "2024-09-17 20:18:46", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/bmad4ever/comfyui_lists_cartesian_product": { "stars": 4, "last_update": "2025-03-17 14:49:40", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/bmad4ever/comfyui_quilting": { "stars": 10, "last_update": "2025-03-17 14:50:15", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/bmad4ever/comfyui_wfc_like": { "stars": 5, "last_update": "2025-03-17 14:51:47", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/bobmagicii/comfykit-custom-nodes": { "stars": 1, "last_update": "2024-08-22 22:28:30", - "author_account_age_days": 5166 + "author_account_age_days": 5167 }, "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, @@ -6712,42 +6742,42 @@ "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, "last_update": "2025-05-13 04:00:11", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/bombax-xiaoice/ComfyUI-DisPose": { "stars": 0, "last_update": "2025-03-03 06:49:40", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/bombax-xiaoice/ComfyUI-MagicDance": { "stars": 2, "last_update": "2024-12-26 04:43:40", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/bombax-xiaoice/ComfyUI-Open-Sora-I2V": { "stars": 1, "last_update": "2025-01-21 07:58:50", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/bombax-xiaoice/ComfyUI-OpenSoraPlan": { "stars": 1, "last_update": "2025-01-22 05:38:11", - "author_account_age_days": 329 + "author_account_age_days": 330 }, "https://github.com/bombless/comfyUI-RememberingUtils": { "stars": 0, "last_update": "2024-12-25 01:31:05", - "author_account_age_days": 4980 + "author_account_age_days": 4981 }, "https://github.com/bongsang/ComfyUI-Bongsang": { "stars": 0, "last_update": "2025-01-05 05:42:30", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/boredofnames/ComfyUI-ntfy": { "stars": 0, "last_update": "2025-03-28 00:54:54", - "author_account_age_days": 4519 + "author_account_age_days": 4520 }, "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, @@ -6762,27 +6792,27 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 20, "last_update": "2025-06-09 06:17:09", - "author_account_age_days": 4077 + "author_account_age_days": 4078 }, "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 852 + "author_account_age_days": 853 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 5, "last_update": "2025-05-28 11:37:29", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/brantje/ComfyUI_MagicQuill": { "stars": 3, "last_update": "2025-05-20 19:32:21", - "author_account_age_days": 4666 + "author_account_age_days": 4667 }, "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, @@ -6792,17 +6822,17 @@ "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, "last_update": "2025-07-25 10:07:21", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 305, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4661 + "author_account_age_days": 4662 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 48, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5576 + "author_account_age_days": 5577 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -6812,117 +6842,117 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2787 + "author_account_age_days": 2788 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 2, "last_update": "2025-06-12 10:55:46", - "author_account_age_days": 5107 + "author_account_age_days": 5108 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5107 + "author_account_age_days": 5108 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 8, "last_update": "2025-05-13 17:35:50", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/burnsbert/ComfyUI-EBU-LMStudio": { "stars": 17, "last_update": "2025-07-21 02:21:02", - "author_account_age_days": 5066 + "author_account_age_days": 5067 }, "https://github.com/burnsbert/ComfyUI-EBU-PromptHelper": { "stars": 2, "last_update": "2025-07-21 02:04:36", - "author_account_age_days": 5066 + "author_account_age_days": 5067 }, "https://github.com/burnsbert/ComfyUI-EBU-Workflow": { "stars": 0, "last_update": "2025-07-30 21:35:50", - "author_account_age_days": 5066 + "author_account_age_days": 5067 }, "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/bvhari/ComfyUI_SUNoise": { - "stars": 13, + "stars": 14, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1596 + "author_account_age_days": 1597 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { - "stars": 404, + "stars": 409, "last_update": "2025-06-25 08:47:51", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/bytedance/ComfyUI_InfiniteYou": { - "stars": 257, + "stars": 258, "last_update": "2025-07-25 04:53:32", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/bytedance/comfyui-lumi-batcher": { - "stars": 386, + "stars": 387, "last_update": "2025-08-11 11:23:43", - "author_account_age_days": 4509 + "author_account_age_days": 4510 }, "https://github.com/c0ffymachyne/ComfyUI_BeatByte": { "stars": 5, "last_update": "2025-04-03 03:08:15", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/c0ffymachyne/ComfyUI_SignalProcessing": { "stars": 13, "last_update": "2025-05-14 01:41:00", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/cake-ml/tiny-sana-preview": { "stars": 2, "last_update": "2025-02-08 00:36:49", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/calcuis/gguf": { - "stars": 106, - "last_update": "2025-08-19 21:54:23", - "author_account_age_days": 1068 + "stars": 108, + "last_update": "2025-08-20 21:46:46", + "author_account_age_days": 1069 }, "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 47, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, "last_update": "2024-08-22 04:04:06", - "author_account_age_days": 2190 + "author_account_age_days": 2191 }, "https://github.com/cardenluo/ComfyUI-Apt_Preset": { - "stars": 161, - "last_update": "2025-08-19 11:59:30", - "author_account_age_days": 825 + "stars": 163, + "last_update": "2025-08-20 15:51:26", + "author_account_age_days": 826 }, "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, @@ -6932,12 +6962,12 @@ "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, "last_update": "2025-04-09 03:39:29", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/cathodeDreams/comfyui-azul-scripts": { "stars": 0, "last_update": "2025-04-30 17:03:38", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/cdb-boop/ComfyUI-Bringing-Old-Photos-Back-to-Life": { "stars": 475, @@ -6952,7 +6982,7 @@ "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { "stars": 5, @@ -6977,207 +7007,207 @@ "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, "last_update": "2025-04-01 20:35:56", - "author_account_age_days": 5433 + "author_account_age_days": 5434 }, "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 3, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3820 + "author_account_age_days": 3821 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, "last_update": "2025-01-04 21:00:08", - "author_account_age_days": 1886 + "author_account_age_days": 1887 }, "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 33, "last_update": "2024-12-17 04:07:09", - "author_account_age_days": 3103 + "author_account_age_days": 3104 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 138, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1574 + "author_account_age_days": 1575 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 43, "last_update": "2025-04-11 05:29:55", - "author_account_age_days": 997 + "author_account_age_days": 998 }, "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4257 + "author_account_age_days": 4258 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, "last_update": "2025-01-25 17:18:32", - "author_account_age_days": 1614 + "author_account_age_days": 1615 }, "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 25, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 70, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 410, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 48, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 213, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 86, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 272, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 37, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5255 + "author_account_age_days": 5256 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { - "stars": 108, + "stars": 109, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -7187,212 +7217,212 @@ "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, "last_update": "2025-08-18 21:40:21", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/checkbins/checkbin-comfy": { "stars": 0, "last_update": "2025-01-31 18:05:33", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/chenbaiyujason/ComfyUI_StepFun": { "stars": 7, "last_update": "2024-12-05 14:45:27", - "author_account_age_days": 2156 + "author_account_age_days": 2157 }, "https://github.com/chenlongming/ComfyUI_Spectral": { "stars": 1, "last_update": "2025-02-22 17:20:35", - "author_account_age_days": 3599 + "author_account_age_days": 3600 }, "https://github.com/chenpipi0807/ComfyUI-Index-TTS": { - "stars": 279, + "stars": 280, "last_update": "2025-06-25 14:30:23", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/chenpipi0807/ComfyUI_NSFW_Godie": { "stars": 2, "last_update": "2025-03-20 11:48:28", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/chenpipi0807/PIP_ArtisticWords": { "stars": 27, "last_update": "2025-03-21 07:29:20", - "author_account_age_days": 708 + "author_account_age_days": 709 }, "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, "last_update": "2024-12-22 15:45:31", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 1951 + "author_account_age_days": 1952 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 356, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 53, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 33, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2514, + "stars": 2520, "last_update": "2025-08-09 12:53:15", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 446, + "stars": 447, "last_update": "2025-08-13 03:56:46", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 30, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { - "stars": 144, + "stars": 145, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 111, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 865 + "author_account_age_days": 866 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { "stars": 77, "last_update": "2025-03-18 11:13:16", - "author_account_age_days": 3270 + "author_account_age_days": 3271 }, "https://github.com/choey/Comfy-Topaz": { "stars": 194, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 5944 + "author_account_age_days": 5945 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, "last_update": "2025-05-18 07:55:45", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/chou18194766xx/comfyui_EncryptPreview": { "stars": 2, "last_update": "2025-04-26 12:29:43", - "author_account_age_days": 647 + "author_account_age_days": 648 }, "https://github.com/chri002/ComfyUI_depthMapOperation": { "stars": 10, "last_update": "2025-05-27 06:19:56", - "author_account_age_days": 2141 + "author_account_age_days": 2142 }, "https://github.com/chris-arsenault/ComfyUI-AharaNodes": { "stars": 0, "last_update": "2024-12-25 16:45:58", - "author_account_age_days": 4394 + "author_account_age_days": 4395 }, "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2218 + "author_account_age_days": 2219 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 89, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 74, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 77, "last_update": "2025-08-04 22:03:42", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 17, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 30, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 773, + "stars": 772, "last_update": "2025-08-10 10:03:16", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 13, "last_update": "2024-10-29 22:55:39", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 1, "last_update": "2024-09-17 16:09:35", - "author_account_age_days": 2476 + "author_account_age_days": 2477 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 282, + "stars": 284, "last_update": "2025-06-16 04:01:47", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/claude-code-comfyui-nodes": { "stars": 7, "last_update": "2025-06-17 04:43:43", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/comfyui-default-values-manager": { "stars": 12, "last_update": "2024-07-28 20:52:51", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/comfyui-search-navigation": { "stars": 8, "last_update": "2024-06-26 04:41:12", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/img2colors-comfyui-node": { "stars": 13, "last_update": "2025-01-05 18:48:59", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/img2txt-comfyui-nodes": { "stars": 93, "last_update": "2025-03-14 10:38:33", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/size-match-compositing-nodes": { "stars": 5, "last_update": "2025-01-05 17:45:02", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/christian-byrne/youtube-dl-comfyui": { "stars": 4, "last_update": "2024-10-01 16:32:14", - "author_account_age_days": 1770 + "author_account_age_days": 1771 }, "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, @@ -7407,72 +7437,72 @@ "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, "last_update": "2025-02-27 20:16:01", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/ciga2011/ComfyUI-Pollinations": { "stars": 4, "last_update": "2025-01-14 15:23:14", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/ciga2011/ComfyUI-PromptOptimizer": { "stars": 8, "last_update": "2025-01-16 02:24:50", - "author_account_age_days": 4620 + "author_account_age_days": 4621 }, "https://github.com/ciri/comfyui-model-downloader": { "stars": 78, "last_update": "2025-03-24 14:53:09", - "author_account_age_days": 5792 + "author_account_age_days": 5793 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2389, - "last_update": "2025-08-19 15:53:30", - "author_account_age_days": 919 + "stars": 2396, + "last_update": "2025-08-19 23:36:14", + "author_account_age_days": 920 }, "https://github.com/city96/ComfyUI_ColorMod": { - "stars": 98, + "stars": 99, "last_update": "2024-08-06 22:38:54", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/city96/ComfyUI_DiT": { "stars": 5, "last_update": "2024-08-06 22:44:33", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/city96/ComfyUI_ExtraModels": { - "stars": 517, + "stars": 518, "last_update": "2024-12-17 06:44:05", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/city96/ComfyUI_NetDist": { "stars": 474, "last_update": "2024-05-22 18:05:10", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/city96/SD-Latent-Interposer": { - "stars": 300, + "stars": 301, "last_update": "2024-08-06 22:01:47", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/city96/SD-Latent-Upscaler": { "stars": 162, "last_update": "2024-05-22 18:05:50", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/civen-cn/ComfyUI-PaddleOcr": { "stars": 7, "last_update": "2024-12-31 19:11:04", - "author_account_age_days": 2926 + "author_account_age_days": 2927 }, "https://github.com/civen-cn/ComfyUI-Whisper-Translator": { "stars": 7, "last_update": "2025-01-04 03:37:06", - "author_account_age_days": 2926 + "author_account_age_days": 2927 }, "https://github.com/civitai/civitai_comfy_nodes": { "stars": 148, "last_update": "2024-08-25 03:32:49", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, @@ -7487,22 +7517,22 @@ "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, "last_update": "2024-06-14 09:03:10", - "author_account_age_days": 3122 + "author_account_age_days": 3123 }, "https://github.com/cleanlii/comfyui-dalle-integration": { "stars": 1, "last_update": "2025-04-02 08:29:56", - "author_account_age_days": 2524 + "author_account_age_days": 2525 }, "https://github.com/clhui/ComfyUi-clh-Tool": { "stars": 6, "last_update": "2024-12-28 10:22:00", - "author_account_age_days": 3250 + "author_account_age_days": 3251 }, "https://github.com/clouddreamfly/ComfyUI-PromptWrapper": { "stars": 2, "last_update": "2025-06-02 16:16:12", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, @@ -7522,7 +7552,7 @@ "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, "last_update": "2025-05-10 23:25:19", - "author_account_age_days": 595 + "author_account_age_days": 596 }, "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, @@ -7532,17 +7562,17 @@ "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, "last_update": "2024-09-29 22:35:01", - "author_account_age_days": 3219 + "author_account_age_days": 3220 }, "https://github.com/codeprimate/ComfyUI-MaskContourProcessor": { "stars": 2, "last_update": "2024-12-16 06:53:08", - "author_account_age_days": 6270 + "author_account_age_days": 6271 }, "https://github.com/comfy-deploy/comfyui-llm-toolkit": { "stars": 31, "last_update": "2025-08-19 11:41:02", - "author_account_age_days": 588 + "author_account_age_days": 589 }, "https://github.com/comfyanonymous/ComfyUI": { "stars": 85945, @@ -7550,14 +7580,14 @@ "author_account_age_days": 970 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { - "stars": 638, + "stars": 640, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 189, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, @@ -7582,32 +7612,32 @@ "https://github.com/concarne000/ConCarneNode": { "stars": 4, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 4, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5030 + "author_account_age_days": 5031 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 86, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 161, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5084 + "author_account_age_days": 5085 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 78, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, @@ -7617,27 +7647,27 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 487 + "author_account_age_days": 488 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, "last_update": "2025-04-07 09:53:31", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/cozymantis/human-parser-comfyui-node": { "stars": 109, "last_update": "2025-04-19 14:09:03", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/cozymantis/pose-generator-comfyui-node": { "stars": 83, "last_update": "2025-04-07 09:53:17", - "author_account_age_days": 530 + "author_account_age_days": 531 }, "https://github.com/cr7Por/ComfyUI_DepthFlow": { "stars": 5, "last_update": "2024-09-16 09:10:08", - "author_account_age_days": 1546 + "author_account_age_days": 1547 }, "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, @@ -7647,17 +7677,17 @@ "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, "last_update": "2025-02-23 15:48:48", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1375, + "stars": 1379, "last_update": "2025-08-17 11:39:44", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/crystian/ComfyUI-Crystools-save": { - "stars": 45, + "stars": 46, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, @@ -7667,102 +7697,102 @@ "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 478, + "stars": 479, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5392, + "stars": 5394, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1696, + "stars": 1700, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 916, + "stars": 917, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cubiq/PuLID_ComfyUI": { "stars": 882, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5432 + "author_account_age_days": 5433 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 5, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3673 + "author_account_age_days": 3674 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2351 + "author_account_age_days": 2352 }, "https://github.com/cyberhirsch/seb_nodes": { "stars": 1, "last_update": "2025-07-12 12:45:36", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 16, "last_update": "2025-03-10 14:31:22", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/ComfyUI-d2-size-selector": { "stars": 4, "last_update": "2024-10-02 14:04:20", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/ComfyUI-d2-steps": { "stars": 5, "last_update": "2024-10-02 14:03:14", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/ComfyUI-d2-xyplot-utils": { "stars": 5, "last_update": "2024-10-02 14:00:58", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/D2-PromptSelector-comfyUI": { "stars": 3, "last_update": "2025-04-05 03:00:34", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/D2-SavePSD-ComfyUI": { "stars": 3, "last_update": "2025-04-08 15:28:06", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/da2el-ai/D2-nodes-ComfyUI": { "stars": 39, - "last_update": "2025-08-15 00:20:11", - "author_account_age_days": 811 + "last_update": "2025-08-20 11:45:44", + "author_account_age_days": 812 }, "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 2, "last_update": "2025-06-09 10:35:26", - "author_account_age_days": 2011 + "author_account_age_days": 2012 }, "https://github.com/dafeng012/comfyui-imgmake": { "stars": 15, "last_update": "2024-11-03 17:38:47", - "author_account_age_days": 1097 + "author_account_age_days": 1098 }, "https://github.com/dagthomas/comfyui_dagthomas": { - "stars": 260, + "stars": 261, "last_update": "2025-04-23 14:00:14", - "author_account_age_days": 4493 + "author_account_age_days": 4494 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, @@ -7772,167 +7802,167 @@ "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, "last_update": "2025-04-15 10:31:38", - "author_account_age_days": 811 + "author_account_age_days": 812 }, "https://github.com/daniabib/ComfyUI_ProPainter_Nodes": { "stars": 323, "last_update": "2024-12-22 13:50:25", - "author_account_age_days": 2826 + "author_account_age_days": 2827 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { "stars": 61, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/darkpixel/darkprompts": { "stars": 8, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5745 + "author_account_age_days": 5746 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, "last_update": "2025-05-13 07:24:56", - "author_account_age_days": 4850 + "author_account_age_days": 4851 }, "https://github.com/daryltucker/ComfyUI-LoadFiles": { "stars": 2, "last_update": "2024-08-31 23:59:44", - "author_account_age_days": 4886 + "author_account_age_days": 4887 }, "https://github.com/dasilva333/ComfyUI_ContrastingColor": { "stars": 1, "last_update": "2025-02-22 04:49:59", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/dasilva333/ComfyUI_MarkdownImage": { "stars": 0, "last_update": "2025-04-12 03:11:13", - "author_account_age_days": 5134 + "author_account_age_days": 5135 }, "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 579 + "author_account_age_days": 580 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 0, "last_update": "2025-01-22 23:51:40", - "author_account_age_days": 3052 + "author_account_age_days": 3053 }, "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 122, + "stars": 123, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 14, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 87, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 21, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 49, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 516 + "author_account_age_days": 517 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 1, "last_update": "2025-08-02 11:35:06", - "author_account_age_days": 4957 + "author_account_age_days": 4958 }, "https://github.com/dchatel/comfyui_facetools": { "stars": 147, "last_update": "2025-05-18 12:30:50", - "author_account_age_days": 4957 + "author_account_age_days": 4958 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/deroberon/StableZero123-comfyui": { "stars": 173, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5717 + "author_account_age_days": 5718 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5717 + "author_account_age_days": 5718 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 13, "last_update": "2024-09-23 07:51:56", - "author_account_age_days": 331 + "author_account_age_days": 332 }, "https://github.com/dfl/comfyui-clip-with-break": { "stars": 14, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6395 + "author_account_age_days": 6396 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 83, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6395 + "author_account_age_days": 6396 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { "stars": 554, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, "last_update": "2025-05-03 22:22:55", - "author_account_age_days": 1056 + "author_account_age_days": 1057 }, "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 10, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4412 + "author_account_age_days": 4413 }, "https://github.com/digitaljohn/comfyui-propost": { - "stars": 179, + "stars": 180, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 4939 + "author_account_age_days": 4940 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 1, "last_update": "2025-07-19 22:22:37", - "author_account_age_days": 4786 + "author_account_age_days": 4787 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { "stars": 317, "last_update": "2025-08-12 11:15:30", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 14, @@ -7942,57 +7972,57 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5192 + "author_account_age_days": 5193 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, "last_update": "2024-09-30 00:46:13", - "author_account_age_days": 767 + "author_account_age_days": 768 }, "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 13, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 137, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1891 + "author_account_age_days": 1892 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 369, "last_update": "2025-07-07 19:02:24", - "author_account_age_days": 4705 + "author_account_age_days": 4706 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, "last_update": "2025-03-31 08:51:09", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/dmarx/ComfyUI-AudioReactive": { "stars": 11, "last_update": "2024-05-22 22:12:53", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/dmarx/ComfyUI-Keyframed": { "stars": 89, "last_update": "2024-07-01 01:41:23", - "author_account_age_days": 4926 + "author_account_age_days": 4927 }, "https://github.com/dorpxam/ComfyUI-FramePack-F1-T2V": { "stars": 2, "last_update": "2025-05-29 06:33:54", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/dorpxam/ComfyUI-LTXVideoLoRA": { "stars": 17, "last_update": "2025-05-10 16:42:44", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, @@ -8002,17 +8032,17 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4191 + "author_account_age_days": 4192 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, "last_update": "2025-01-14 16:15:12", - "author_account_age_days": 905 + "author_account_age_days": 906 }, "https://github.com/drmbt/comfyui-dreambait-nodes": { "stars": 4, "last_update": "2025-06-23 04:17:05", - "author_account_age_days": 4199 + "author_account_age_days": 4200 }, "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 9, @@ -8027,7 +8057,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 710 + "author_account_age_days": 711 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, @@ -8047,22 +8077,22 @@ "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, "last_update": "2025-01-23 08:09:12", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/ducido/ObjectFusion_ComfyUI_nodes": { "stars": 1, "last_update": "2025-05-02 08:31:46", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/dymokomi/comfyui_dygen": { "stars": 1, "last_update": "2024-11-28 20:08:13", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/dzqdzq/ComfyUI-crop-alpha": { "stars": 2, "last_update": "2025-02-17 14:46:11", - "author_account_age_days": 3436 + "author_account_age_days": 3437 }, "https://github.com/e-tier-newbie/ComfyUI-E-Tier-TextSaver": { "stars": 0, @@ -8072,17 +8102,17 @@ "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, "last_update": "2024-06-20 14:52:42", - "author_account_age_days": 5225 + "author_account_age_days": 5226 }, "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2884 + "author_account_age_days": 2885 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3139 + "author_account_age_days": 3140 }, "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, @@ -8092,22 +8122,22 @@ "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, "last_update": "2025-05-25 23:02:40", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/edelvarden/comfyui_image_metadata_extension": { "stars": 55, "last_update": "2025-08-08 23:24:08", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/edenartlab/eden_comfy_pipelines": { "stars": 97, "last_update": "2025-07-11 13:20:33", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/edenartlab/sd-lora-trainer": { "stars": 57, "last_update": "2025-08-04 21:16:39", - "author_account_age_days": 694 + "author_account_age_days": 695 }, "https://github.com/edoardocarmignani/extralinks": { "stars": 1, @@ -8117,7 +8147,7 @@ "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, "last_update": "2025-04-22 08:51:32", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, @@ -8137,12 +8167,12 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 2944 + "author_account_age_days": 2945 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 205, "last_update": "2025-04-24 00:16:02", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/eric183/ComfyUI-Only": { "stars": 33, @@ -8152,42 +8182,42 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, "last_update": "2025-05-05 22:53:42", - "author_account_age_days": 418 + "author_account_age_days": 419 }, "https://github.com/evanspearman/ComfyMath": { - "stars": 130, + "stars": 131, "last_update": "2025-03-08 18:14:34", - "author_account_age_days": 4660 + "author_account_age_days": 4661 }, "https://github.com/excelwong/ComfyUI-PromptComposer": { "stars": 0, "last_update": "2025-04-30 10:33:43", - "author_account_age_days": 3787 + "author_account_age_days": 3788 }, "https://github.com/exdysa/comfyui-selector": { "stars": 4, "last_update": "2025-03-14 12:21:29", - "author_account_age_days": 1417 + "author_account_age_days": 1418 }, "https://github.com/exectails/comfyui-et_dynamicprompts": { "stars": 4, "last_update": "2024-11-29 22:37:19", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/exectails/comfyui-et_infoutils": { "stars": 2, "last_update": "2024-11-29 17:27:49", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/exectails/comfyui-et_stringutils": { "stars": 1, "last_update": "2024-11-26 20:26:14", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/ez-af/ComfyUI-EZ-AF-Nodes": { "stars": 20, "last_update": "2025-07-28 14:40:53", - "author_account_age_days": 355 + "author_account_age_days": 356 }, "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, @@ -8197,62 +8227,62 @@ "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, "last_update": "2025-05-13 18:35:00", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/facok/ComfyUI-TeaCacheHunyuanVideo": { "stars": 93, "last_update": "2025-04-05 05:24:59", - "author_account_age_days": 879 + "author_account_age_days": 880 }, "https://github.com/fairy-root/ComfyUI-GLHF": { "stars": 4, "last_update": "2025-04-03 13:47:20", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 33, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { - "stars": 14, + "stars": 15, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 220, "last_update": "2025-04-22 02:20:47", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 16, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2355 + "author_account_age_days": 2356 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, "last_update": "2025-06-02 03:59:25", - "author_account_age_days": 1510 + "author_account_age_days": 1511 }, "https://github.com/fashn-AI/ComfyUI-FASHN": { "stars": 25, "last_update": "2025-06-30 12:16:05", - "author_account_age_days": 777 + "author_account_age_days": 778 }, "https://github.com/fat-tire/comfyui-unified-media-suite": { "stars": 4, "last_update": "2025-07-07 08:57:09", - "author_account_age_days": 5358 + "author_account_age_days": 5359 }, "https://github.com/fblissjr/ComfyUI-DatasetHelper": { "stars": 6, "last_update": "2025-01-27 18:58:33", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/fblissjr/ComfyUI-EmbeddingPipelineAnalytics": { "stars": 2, "last_update": "2025-01-24 18:51:53", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { "stars": 4, @@ -8262,17 +8292,17 @@ "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, "last_update": "2025-07-27 00:03:24", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/fblissjr/ComfyUI-WanSeamlessFlow": { "stars": 4, "last_update": "2025-03-17 22:36:22", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/fblissjr/shrug-prompter": { - "stars": 11, + "stars": 12, "last_update": "2025-08-19 17:51:35", - "author_account_age_days": 3785 + "author_account_age_days": 3786 }, "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, @@ -8287,7 +8317,7 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/feffy380/comfyui-chroma-cache": { "stars": 7, @@ -8297,32 +8327,32 @@ "https://github.com/feixuetuba/Spleeter": { "stars": 0, "last_update": "2025-01-19 10:39:17", - "author_account_age_days": 4384 + "author_account_age_days": 4385 }, "https://github.com/felixszeto/ComfyUI-RequestNodes": { "stars": 90, "last_update": "2025-04-19 18:59:35", - "author_account_age_days": 1470 + "author_account_age_days": 1471 }, "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 1980 + "author_account_age_days": 1981 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 7, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { - "stars": 3, + "stars": 4, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5465 + "author_account_age_days": 5466 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, @@ -8332,27 +8362,27 @@ "https://github.com/filipemeneses/comfy_pixelization": { "stars": 69, "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3897 + "author_account_age_days": 3898 }, "https://github.com/filliptm/ComfyUI_FL-Trainer": { - "stars": 169, + "stars": 170, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { - "stars": 152, + "stars": 154, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2157 + "author_account_age_days": 2158 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 432, - "last_update": "2025-08-19 03:16:55", - "author_account_age_days": 2157 + "stars": 434, + "last_update": "2025-08-20 05:02:12", + "author_account_age_days": 2158 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 12, "last_update": "2025-05-16 07:44:57", - "author_account_age_days": 924 + "author_account_age_days": 925 }, "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, @@ -8362,52 +8392,52 @@ "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, "last_update": "2025-04-09 12:40:05", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/florestefano1975/ComfyUI-CogVideoX": { "stars": 15, "last_update": "2025-04-09 12:39:53", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/florestefano1975/ComfyUI-HiDiffusion": { "stars": 141, "last_update": "2025-04-09 12:40:58", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/florestefano1975/ComfyUI-StabilityAI-Suite": { "stars": 5, "last_update": "2025-04-09 12:40:36", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/florestefano1975/comfyui-portrait-master": { - "stars": 1101, + "stars": 1102, "last_update": "2025-08-13 11:05:26", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/florestefano1975/comfyui-prompt-composer": { "stars": 283, "last_update": "2025-04-27 15:00:00", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/flowtyone/ComfyUI-Flowty-CRM": { "stars": 156, "last_update": "2024-06-14 10:23:09", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/flowtyone/ComfyUI-Flowty-LDSR": { "stars": 250, "last_update": "2024-06-14 09:04:51", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/flowtyone/ComfyUI-Flowty-TripoSR": { "stars": 511, "last_update": "2024-06-16 00:53:22", - "author_account_age_days": 695 + "author_account_age_days": 696 }, "https://github.com/fluffydiveX/ComfyUI-hvBlockswap": { "stars": 8, "last_update": "2025-03-30 03:30:40", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { "stars": 105, @@ -8417,42 +8447,42 @@ "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, "last_update": "2024-11-26 13:31:56", - "author_account_age_days": 5281 + "author_account_age_days": 5282 }, "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 7, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 3916 + "author_account_age_days": 3917 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4043 + "author_account_age_days": 4044 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 10, "last_update": "2024-06-20 11:51:50", - "author_account_age_days": 5529 + "author_account_age_days": 5530 }, "https://github.com/fofr/ComfyUI-Prompter-fofrAI": { "stars": 75, "last_update": "2025-02-10 16:39:49", - "author_account_age_days": 5529 + "author_account_age_days": 5530 }, "https://github.com/fofr/comfyui-basic-auth": { "stars": 1, "last_update": "2025-03-17 09:38:05", - "author_account_age_days": 5529 + "author_account_age_days": 5530 }, "https://github.com/fofr/comfyui-fofr-toolkit": { "stars": 4, "last_update": "2024-08-09 11:36:38", - "author_account_age_days": 5529 + "author_account_age_days": 5530 }, "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 746 + "author_account_age_days": 747 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -8462,12 +8492,12 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2742 + "author_account_age_days": 2743 }, "https://github.com/fpgaminer/joycaption_comfyui": { - "stars": 90, + "stars": 91, "last_update": "2025-05-15 23:30:13", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, @@ -8477,17 +8507,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { - "stars": 579, + "stars": 581, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 862 + "author_account_age_days": 863 }, "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, @@ -8507,37 +8537,37 @@ "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, "last_update": "2024-08-28 08:32:23", - "author_account_age_days": 2579 + "author_account_age_days": 2580 }, "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 13, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 175, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 17, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 81, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5008 + "author_account_age_days": 5009 }, "https://github.com/fuselayer/comfyui-mosaic-blur": { "stars": 1, "last_update": "2025-04-05 00:57:07", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, @@ -8567,27 +8597,27 @@ "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, "last_update": "2025-04-01 03:12:04", - "author_account_age_days": 4125 + "author_account_age_days": 4126 }, "https://github.com/gasparuff/CustomSelector": { "stars": 1, "last_update": "2025-05-09 06:17:31", - "author_account_age_days": 4415 + "author_account_age_days": 4416 }, "https://github.com/gelasdev/ComfyUI-FLUX-BFL-API": { "stars": 45, "last_update": "2025-06-08 01:01:01", - "author_account_age_days": 2402 + "author_account_age_days": 2403 }, "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, "last_update": "2025-03-08 15:46:56", - "author_account_age_days": 5373 + "author_account_age_days": 5374 }, "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, @@ -8597,17 +8627,17 @@ "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, "last_update": "2025-03-27 17:24:38", - "author_account_age_days": 4280 + "author_account_age_days": 4281 }, "https://github.com/giriss/comfy-image-saver": { "stars": 288, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4659 + "author_account_age_days": 4660 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5420 + "author_account_age_days": 5421 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 14, @@ -8617,42 +8647,42 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4324 + "author_account_age_days": 4325 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 9, "last_update": "2025-04-07 07:24:06", - "author_account_age_days": 2729 + "author_account_age_days": 2730 }, "https://github.com/glibsonoran/Plush-for-ComfyUI": { - "stars": 179, + "stars": 180, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 2919 + "author_account_age_days": 2920 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { - "stars": 56, + "stars": 57, "last_update": "2025-08-18 08:00:38", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, @@ -8662,152 +8692,152 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4167 + "author_account_age_days": 4168 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 12, "last_update": "2025-07-20 03:42:06", - "author_account_age_days": 2716 + "author_account_age_days": 2717 }, "https://github.com/gmorks/ComfyUI-SendToDiscord": { "stars": 0, "last_update": "2025-07-14 03:00:24", - "author_account_age_days": 2716 + "author_account_age_days": 2717 }, "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 375 + "author_account_age_days": 376 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, "last_update": "2025-05-18 09:52:01", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/godmt/ComfyUI-List-Utils": { - "stars": 9, + "stars": 10, "last_update": "2025-05-26 21:41:06", - "author_account_age_days": 2151 + "author_account_age_days": 2152 }, "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3534 + "author_account_age_days": 3535 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 65, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 50, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 144, "last_update": "2025-07-20 15:40:57", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { - "stars": 518, + "stars": 520, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1479 + "author_account_age_days": 1480 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, "last_update": "2025-05-25 06:15:38", - "author_account_age_days": 1997 + "author_account_age_days": 1998 }, "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-05-03 20:30:02", - "author_account_age_days": 2882 + "author_account_age_days": 2883 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 31, "last_update": "2025-04-19 15:49:54", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/gorillaframeai/GF_translate": { "stars": 5, "last_update": "2025-02-04 19:26:53", - "author_account_age_days": 655 + "author_account_age_days": 656 }, "https://github.com/greengerong/ComfyUI-JanusPro-PL": { "stars": 11, "last_update": "2025-02-08 03:32:59", - "author_account_age_days": 4690 + "author_account_age_days": 4691 }, "https://github.com/greengerong/ComfyUI-Lumina-Video": { "stars": 7, "last_update": "2025-02-23 03:01:18", - "author_account_age_days": 4690 + "author_account_age_days": 4691 }, "https://github.com/gremlation/ComfyUI-ImageLabel": { "stars": 5, "last_update": "2025-04-03 09:49:57", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/gremlation/ComfyUI-JMESPath": { "stars": 1, "last_update": "2025-04-03 09:50:11", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/gremlation/ComfyUI-TrackAndWheel": { "stars": 2, "last_update": "2025-04-03 09:50:20", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/gremlation/ComfyUI-ViewData": { "stars": 1, "last_update": "2025-04-03 09:50:28", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/gremlation/ComfyUI-jq": { "stars": 1, "last_update": "2025-04-03 09:50:39", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 203, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 942 + "author_account_age_days": 943 }, "https://github.com/gseth/ControlAltAI-Nodes": { "stars": 151, "last_update": "2025-06-05 04:21:56", - "author_account_age_days": 4268 + "author_account_age_days": 4269 }, "https://github.com/gt732/ComfyUI-DreamWaltz-G": { "stars": 2, "last_update": "2024-10-27 03:15:13", - "author_account_age_days": 1577 + "author_account_age_days": 1578 }, "https://github.com/guerreiro/comfyg-switch": { "stars": 3, "last_update": "2025-08-17 14:11:57", - "author_account_age_days": 5462 + "author_account_age_days": 5463 }, "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 3, @@ -8817,7 +8847,7 @@ "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, "last_update": "2024-10-02 13:15:26", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, @@ -8827,12 +8857,12 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2272 + "author_account_age_days": 2273 }, "https://github.com/hanoixan/ComfyUI-DataBeast": { "stars": 2, "last_update": "2024-11-05 17:47:30", - "author_account_age_days": 5258 + "author_account_age_days": 5259 }, "https://github.com/hao-ai-lab/FastVideo": { "stars": 2018, @@ -8842,7 +8872,7 @@ "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, "last_update": "2024-07-28 21:08:27", - "author_account_age_days": 527 + "author_account_age_days": 528 }, "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 3, @@ -8857,57 +8887,57 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 40, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 18, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 198, "last_update": "2025-07-11 01:56:09", - "author_account_age_days": 2338 + "author_account_age_days": 2339 }, "https://github.com/hayde0096/Comfyui-EasySettingpipes": { "stars": 0, "last_update": "2025-05-31 03:51:08", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 144, "last_update": "2025-08-15 02:17:35", - "author_account_age_days": 2358 + "author_account_age_days": 2359 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 5, "last_update": "2025-08-09 15:07:29", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, "last_update": "2024-09-02 14:49:43", - "author_account_age_days": 769 + "author_account_age_days": 770 }, "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, @@ -8917,22 +8947,22 @@ "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, "last_update": "2025-03-31 13:30:54", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/hekmon/comfyui-openai-api": { "stars": 5, "last_update": "2025-04-08 09:40:51", - "author_account_age_days": 4585 + "author_account_age_days": 4586 }, "https://github.com/heshengtao/comfyui_LLM_party": { - "stars": 1859, + "stars": 1862, "last_update": "2025-08-16 12:00:49", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3316 + "author_account_age_days": 3317 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, @@ -8942,12 +8972,12 @@ "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, "last_update": "2025-08-09 03:46:18", - "author_account_age_days": 576 + "author_account_age_days": 577 }, "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 928 + "author_account_age_days": 929 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -8957,137 +8987,137 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 2946 + "author_account_age_days": 2947 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 10, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2223 + "author_account_age_days": 2224 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 206, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5533 + "author_account_age_days": 5534 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 6, "last_update": "2025-05-25 15:41:14", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/hmwl/ComfyUI_zip": { "stars": 2, "last_update": "2025-05-25 16:21:35", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/hnmr293/ComfyUI-latent-ops": { "stars": 2, "last_update": "2025-04-16 08:04:59", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/hnmr293/comfyui-savemem": { "stars": 1, "last_update": "2025-04-15 02:10:14", - "author_account_age_days": 976 + "author_account_age_days": 977 }, "https://github.com/hodanajan/optimal-crop-resolution": { "stars": 1, "last_update": "2025-01-21 10:46:26", - "author_account_age_days": 2750 + "author_account_age_days": 2751 }, "https://github.com/hoveychen/ComfyUI-MusePose-Remaster": { "stars": 7, "last_update": "2024-10-22 09:40:04", - "author_account_age_days": 5064 + "author_account_age_days": 5065 }, "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5053 + "author_account_age_days": 5054 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 433, "last_update": "2025-06-26 07:01:15", - "author_account_age_days": 1659 + "author_account_age_days": 1660 }, "https://github.com/hubentu/ComfyUI-loras-loader": { "stars": 3, "last_update": "2025-06-04 19:02:35", - "author_account_age_days": 3925 + "author_account_age_days": 3926 }, "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 628, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1715, + "stars": 1717, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { "stars": 108, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 68, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { - "stars": 138, + "stars": 139, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 450, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 34, "last_update": "2025-07-30 15:44:50", - "author_account_age_days": 6062 + "author_account_age_days": 6063 }, "https://github.com/hugobb/FastGAN-ComfyUI-Node": { "stars": 1, "last_update": "2025-04-25 20:24:20", - "author_account_age_days": 3257 + "author_account_age_days": 3258 }, "https://github.com/huixingyun/ComfyUI-HX-Captioner": { "stars": 0, "last_update": "2025-01-25 06:48:18", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/huixingyun/ComfyUI-HX-Pimg": { "stars": 0, "last_update": "2025-08-06 01:49:49", - "author_account_age_days": 256 + "author_account_age_days": 257 }, "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1787 + "author_account_age_days": 1788 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 32, "last_update": "2025-05-09 10:46:42", - "author_account_age_days": 149 + "author_account_age_days": 150 }, "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 64, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, @@ -9097,32 +9127,32 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3309 + "author_account_age_days": 3310 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 1, "last_update": "2025-05-28 07:15:21", - "author_account_age_days": 1348 + "author_account_age_days": 1349 }, "https://github.com/hyunamy/comfy-ui-on-complete-email-me": { "stars": 3, "last_update": "2025-04-10 01:38:49", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/iDAPPA/ComfyUI-AMDGPUMonitor": { "stars": 3, "last_update": "2025-03-13 18:16:21", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 1978 + "author_account_age_days": 1979 }, "https://github.com/iSuneast/ComfyUI-WebhookNotifier": { "stars": 1, "last_update": "2025-04-06 03:53:13", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, @@ -9142,87 +9172,87 @@ "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, "last_update": "2024-11-26 07:32:18", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, "last_update": "2025-04-20 08:05:27", - "author_account_age_days": 4817 + "author_account_age_days": 4818 }, "https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words": { - "stars": 218, + "stars": 219, "last_update": "2025-07-26 17:43:22", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/iemesowum/ComfyUI_IsaacNodes": { "stars": 1, "last_update": "2025-03-27 13:28:10", - "author_account_age_days": 5713 + "author_account_age_days": 5714 }, "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_AI_tools": { - "stars": 666, + "stars": 669, "last_update": "2025-08-11 13:03:16", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 31, "last_update": "2025-07-06 02:33:34", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 134, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 170, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 430, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 2, "last_update": "2025-06-20 19:40:37", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, @@ -9232,77 +9262,77 @@ "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3283 + "author_account_age_days": 3284 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, "last_update": "2025-04-10 09:15:08", - "author_account_age_days": 3592 + "author_account_age_days": 3593 }, "https://github.com/ihmily/ComfyUI-Light-Tool": { "stars": 12, "last_update": "2025-07-10 10:32:23", - "author_account_age_days": 1050 + "author_account_age_days": 1051 }, "https://github.com/illuminatianon/comfyui-csvwildcards": { "stars": 1, "last_update": "2025-05-02 21:45:53", - "author_account_age_days": 165 + "author_account_age_days": 166 }, "https://github.com/imb101/ComfyUI-FaceSwap": { "stars": 35, "last_update": "2024-05-22 18:22:29", - "author_account_age_days": 1310 + "author_account_age_days": 1311 }, "https://github.com/infinigence/ComfyUI_Model_Cache": { "stars": 8, "last_update": "2025-03-28 02:35:14", - "author_account_age_days": 565 + "author_account_age_days": 566 }, "https://github.com/inflamously/comfyui-prompt-enhancer": { "stars": 0, "last_update": "2025-06-02 22:49:50", - "author_account_age_days": 4201 + "author_account_age_days": 4202 }, "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 11, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 69, "last_update": "2025-01-08 17:22:46", - "author_account_age_days": 3307 + "author_account_age_days": 3308 }, "https://github.com/irreveloper/ComfyUI-DSD": { "stars": 41, "last_update": "2025-03-15 16:55:07", - "author_account_age_days": 4139 + "author_account_age_days": 4140 }, "https://github.com/iwanders/ComfyUI_nodes": { "stars": 1, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4847 + "author_account_age_days": 4848 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, "last_update": "2025-08-11 07:59:47", - "author_account_age_days": 404 + "author_account_age_days": 405 }, "https://github.com/jags111/ComfyUI_Jags_Audiotools": { - "stars": 81, + "stars": 82, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 81, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/jags111/efficiency-nodes-comfyui": { - "stars": 1315, + "stars": 1316, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4292 + "author_account_age_days": 4293 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 51, @@ -9312,27 +9342,27 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, "last_update": "2025-08-16 06:10:48", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1398 + "author_account_age_days": 1399 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 120, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 2948 + "author_account_age_days": 2949 }, "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": { "stars": 13, "last_update": "2025-02-26 05:03:05", - "author_account_age_days": 4899 + "author_account_age_days": 4900 }, "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, @@ -9342,77 +9372,77 @@ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 186, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 18, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 998 + "author_account_age_days": 999 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, "last_update": "2024-10-26 05:38:07", - "author_account_age_days": 4892 + "author_account_age_days": 4893 }, "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 53, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 4, "last_update": "2025-03-10 16:33:16", - "author_account_age_days": 188 + "author_account_age_days": 189 }, "https://github.com/jerrylongyan/ComfyUI-My-Mask": { "stars": 2, "last_update": "2025-01-08 08:39:19", - "author_account_age_days": 4353 + "author_account_age_days": 4354 }, "https://github.com/jerrywap/ComfyUI_LoadImageFromHttpURL": { "stars": 1, "last_update": "2025-04-09 19:31:50", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/jerrywap/ComfyUI_UploadToWebhookHTTP": { "stars": 1, "last_update": "2025-04-07 15:01:04", - "author_account_age_days": 2755 + "author_account_age_days": 2756 }, "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 150, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection": { "stars": 55, "last_update": "2025-02-03 04:53:25", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/jhj0517/ComfyUI-jhj-Kokoro-Onnx": { "stars": 4, "last_update": "2025-02-04 14:15:08", - "author_account_age_days": 1320 + "author_account_age_days": 1321 }, "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, @@ -9422,22 +9452,22 @@ "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, "last_update": "2024-10-27 03:29:53", - "author_account_age_days": 3458 + "author_account_age_days": 3459 }, "https://github.com/jiaqianjing/ComfyUI-MidjourneyHub": { "stars": 14, "last_update": "2025-07-03 08:39:45", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 287, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1707 + "author_account_age_days": 1708 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, "last_update": "2025-01-28 08:04:24", - "author_account_age_days": 4998 + "author_account_age_days": 4999 }, "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, @@ -9447,32 +9477,32 @@ "https://github.com/jitcoder/lora-info": { "stars": 105, "last_update": "2025-05-15 07:25:46", - "author_account_age_days": 4462 + "author_account_age_days": 4463 }, "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 27, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4070 + "author_account_age_days": 4071 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 10, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5018 + "author_account_age_days": 5019 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 4, "last_update": "2025-04-27 12:08:27", - "author_account_age_days": 760 + "author_account_age_days": 761 }, "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, @@ -9480,14 +9510,14 @@ "author_account_age_days": 4168 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 620, + "stars": 621, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 629 + "author_account_age_days": 630 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { - "stars": 137, + "stars": 138, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5219 + "author_account_age_days": 5220 }, "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, @@ -9497,17 +9527,17 @@ "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, "last_update": "2025-05-27 18:09:06", - "author_account_age_days": 5415 + "author_account_age_days": 5416 }, "https://github.com/joreyaesh/comfyui_scroll_over_textarea": { "stars": 0, "last_update": "2025-03-09 18:58:09", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/joreyaesh/comfyui_touchpad_scroll_controller.enableTouchpadScroll": { "stars": 0, "last_update": "2025-03-18 03:15:42", - "author_account_age_days": 4535 + "author_account_age_days": 4536 }, "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, @@ -9522,27 +9552,27 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1110 + "author_account_age_days": 1111 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2285 + "author_account_age_days": 2286 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4351 + "author_account_age_days": 4352 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 29, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5174 + "author_account_age_days": 5175 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 100, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5174 + "author_account_age_days": 5175 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 69, @@ -9552,7 +9582,7 @@ "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5174 + "author_account_age_days": 5175 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, @@ -9562,7 +9592,7 @@ "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, "last_update": "2025-05-05 02:46:31", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, @@ -9572,22 +9602,22 @@ "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, "last_update": "2025-06-10 14:12:16", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/judian17/ComfyUI-joycaption-beta-one-GGUF": { "stars": 45, "last_update": "2025-08-02 00:58:09", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/judian17/ComfyUI_ZIM": { "stars": 7, "last_update": "2025-05-14 11:32:06", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 450, + "stars": 451, "last_update": "2025-07-18 01:11:54", - "author_account_age_days": 1533 + "author_account_age_days": 1534 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -9597,7 +9627,7 @@ "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, "last_update": "2025-08-19 02:40:30", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, @@ -9627,32 +9657,32 @@ "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, "last_update": "2025-01-18 06:20:23", - "author_account_age_days": 333 + "author_account_age_days": 334 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 417, + "stars": 418, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3210 + "author_account_age_days": 3211 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, "last_update": "2025-03-05 18:27:37", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/k-komarov/comfyui-bunny-cdn-storage": { "stars": 0, "last_update": "2024-08-31 20:59:08", - "author_account_age_days": 3896 + "author_account_age_days": 3897 }, "https://github.com/ka-puna/comfyui-yanc": { "stars": 10, "last_update": "2025-05-25 20:41:57", - "author_account_age_days": 2628 + "author_account_age_days": 2629 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, @@ -9662,12 +9692,12 @@ "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, "last_update": "2024-06-22 22:44:39", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/kadirnar/ComfyUI-YOLO": { "stars": 93, "last_update": "2025-07-10 23:18:08", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, @@ -9677,7 +9707,7 @@ "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, "last_update": "2025-04-19 10:24:42", - "author_account_age_days": 5103 + "author_account_age_days": 5104 }, "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, @@ -9687,27 +9717,27 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 19, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 4, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 6, "last_update": "2025-06-27 14:20:13", - "author_account_age_days": 5956 + "author_account_age_days": 5957 }, "https://github.com/kanibus/kanibus": { "stars": 3, @@ -9717,12 +9747,12 @@ "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, "last_update": "2025-07-17 17:24:19", - "author_account_age_days": 4307 + "author_account_age_days": 4308 }, "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, @@ -9737,37 +9767,37 @@ "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, "last_update": "2024-08-20 04:52:06", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/katalist-ai/comfyUI-nsfw-detection": { "stars": 3, "last_update": "2024-05-23 01:23:32", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess": { "stars": 0, "last_update": "2025-04-05 12:52:40", - "author_account_age_days": 1149 + "author_account_age_days": 1150 }, "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 174, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/keit0728/ComfyUI-Image-Toolkit": { "stars": 1, "last_update": "2025-05-30 06:46:47", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, @@ -9782,7 +9812,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5310 + "author_account_age_days": 5311 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, @@ -9792,17 +9822,17 @@ "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, "last_update": "2025-02-19 06:55:25", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": { "stars": 2, "last_update": "2024-12-22 06:44:20", - "author_account_age_days": 1175 + "author_account_age_days": 1176 }, "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1380 + "author_account_age_days": 1381 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, @@ -9812,177 +9842,177 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 72, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 147, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 236, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { - "stars": 1518, + "stars": 1519, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { - "stars": 187, + "stars": 188, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 154, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 346, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 73, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 678, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 116, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1387, + "stars": 1388, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { - "stars": 1009, + "stars": 1010, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { - "stars": 351, + "stars": 352, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 124, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { - "stars": 2521, - "last_update": "2025-05-12 13:31:36", - "author_account_age_days": 2604 + "stars": 2522, + "last_update": "2025-08-20 08:38:14", + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1084, + "stars": 1085, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1656, - "last_update": "2025-08-18 08:55:28", - "author_account_age_days": 2604 + "stars": 1659, + "last_update": "2025-08-20 18:07:06", + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 599, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 231, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { - "stars": 2047, + "stars": 2048, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 140, "last_update": "2024-10-13 12:33:24", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 195, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 550, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 504, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 49, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2061, + "stars": 2063, "last_update": "2025-06-07 09:17:40", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 163, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 59, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { "stars": 4060, @@ -9992,52 +10022,52 @@ "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 107, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1017, + "stars": 1020, "last_update": "2025-03-19 09:40:37", - "author_account_age_days": 2604 + "author_account_age_days": 2605 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 18, "last_update": "2025-04-03 17:22:59", - "author_account_age_days": 278 + "author_account_age_days": 279 }, "https://github.com/kinfolk0117/ComfyUI_GradientDeepShrink": { "stars": 28, "last_update": "2024-05-22 21:25:13", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/kinfolk0117/ComfyUI_GridSwapper": { "stars": 30, "last_update": "2024-10-27 09:04:20", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/kinfolk0117/ComfyUI_Pilgram": { "stars": 8, "last_update": "2024-05-22 21:25:24", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/kinfolk0117/ComfyUI_SimpleTiles": { "stars": 57, "last_update": "2024-05-22 21:25:01", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/kk8bit/KayTool": { - "stars": 198, + "stars": 200, "last_update": "2025-07-01 03:47:14", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/klinter007/klinter_nodes": { "stars": 18, "last_update": "2025-07-23 07:13:16", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, @@ -10047,7 +10077,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 621 + "author_account_age_days": 622 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -10057,22 +10087,22 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2230 + "author_account_age_days": 2231 }, "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 75, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1004 + "author_account_age_days": 1005 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 6, "last_update": "2024-12-19 10:22:42", - "author_account_age_days": 3470 + "author_account_age_days": 3471 }, "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, @@ -10082,7 +10112,7 @@ "https://github.com/kraglik/prompt_collapse": { "stars": 5, "last_update": "2024-12-15 08:39:51", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 1, @@ -10097,17 +10127,17 @@ "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, "last_update": "2025-03-29 18:28:47", - "author_account_age_days": 1988 + "author_account_age_days": 1989 }, "https://github.com/kungful/ComfyUI_to_webui": { "stars": 16, "last_update": "2025-07-02 09:38:43", - "author_account_age_days": 1544 + "author_account_age_days": 1545 }, "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, @@ -10117,22 +10147,22 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1029 + "author_account_age_days": 1030 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, "last_update": "2024-11-08 19:57:23", - "author_account_age_days": 1362 + "author_account_age_days": 1363 }, "https://github.com/l-comm/WatermarkRemoval": { "stars": 4, "last_update": "2025-01-13 05:33:32", - "author_account_age_days": 232 + "author_account_age_days": 233 }, "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, @@ -10142,62 +10172,62 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 5, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 79, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 52, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3497 + "author_account_age_days": 3498 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, "last_update": "2024-10-07 20:09:43", - "author_account_age_days": 572 + "author_account_age_days": 573 }, "https://github.com/lazniak/Head-Orientation-Node-for-ComfyUI---by-PabloGFX": { "stars": 10, "last_update": "2024-09-25 15:02:14", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/lazniak/LiquidTime-Interpolation": { "stars": 12, "last_update": "2025-04-03 11:42:12", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/lazniak/comfyui-google-photos-loader": { "stars": 3, "last_update": "2025-04-03 11:46:29", - "author_account_age_days": 2703 + "author_account_age_days": 2704 }, "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, @@ -10207,127 +10237,127 @@ "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, "last_update": "2025-05-19 10:49:30", - "author_account_age_days": 3131 + "author_account_age_days": 3132 }, "https://github.com/lebrosoft/ComfyUI-VideoChatWrapper": { "stars": 2, "last_update": "2025-06-06 04:07:48", - "author_account_age_days": 3938 + "author_account_age_days": 3939 }, "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { - "stars": 7, + "stars": 8, "last_update": "2025-03-25 14:45:01", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3215 + "author_account_age_days": 3216 }, "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4200 + "author_account_age_days": 4201 }, "https://github.com/lenskikh/ComfyUI-Prompt-Worker": { "stars": 15, "last_update": "2025-07-16 21:04:06", - "author_account_age_days": 3918 + "author_account_age_days": 3919 }, "https://github.com/leoleelxh/Comfy-Topaz-Photo": { "stars": 15, "last_update": "2025-05-24 05:47:40", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 51, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4496 + "author_account_age_days": 4497 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -10352,32 +10382,32 @@ "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, "last_update": "2024-12-27 03:25:38", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/lgldlk/ComfyUI-PSD-Replace": { "stars": 4, "last_update": "2025-03-15 07:03:24", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/liangt/comfyui-loadimagewithsubfolder": { "stars": 3, "last_update": "2025-03-27 16:49:42", - "author_account_age_days": 4480 + "author_account_age_days": 4481 }, "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 9, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 11, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 6, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1689 + "author_account_age_days": 1690 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, @@ -10392,12 +10422,12 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3331 + "author_account_age_days": 3332 }, "https://github.com/lingha0h/comfyui_kj": { "stars": 6, "last_update": "2025-03-20 13:24:29", - "author_account_age_days": 195 + "author_account_age_days": 196 }, "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, @@ -10412,222 +10442,222 @@ "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, "last_update": "2025-05-07 01:48:50", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4213 + "author_account_age_days": 4214 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 1, "last_update": "2025-04-29 00:25:00", - "author_account_age_days": 1157 + "author_account_age_days": 1158 }, "https://github.com/liuqianhonga/ComfyUI-Html2Image": { "stars": 12, "last_update": "2025-06-22 07:58:49", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/liuqianhonga/ComfyUI-Image-Compressor": { "stars": 20, "last_update": "2025-06-22 08:32:22", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/liuqianhonga/ComfyUI-QHNodes": { "stars": 3, "last_update": "2025-06-22 08:33:17", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/liuqianhonga/ComfyUI-String-Helper": { "stars": 8, "last_update": "2025-06-22 07:56:48", - "author_account_age_days": 608 + "author_account_age_days": 609 }, "https://github.com/liushuchun/ComfyUI_Lora_List_With_Url_Loader": { "stars": 2, "last_update": "2024-09-26 12:38:32", - "author_account_age_days": 4468 + "author_account_age_days": 4469 }, "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 101, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 76, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 12, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 177, "last_update": "2024-11-15 01:35:25", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 6, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 12, "last_update": "2025-08-18 15:17:34", - "author_account_age_days": 3128 + "author_account_age_days": 3129 }, "https://github.com/ljleb/comfy-mecha": { "stars": 85, "last_update": "2025-08-13 15:49:32", - "author_account_age_days": 2885 + "author_account_age_days": 2886 }, "https://github.com/lks-ai/ComfyUI-StableAudioSampler": { "stars": 252, "last_update": "2025-01-07 08:33:57", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/lks-ai/anynode": { "stars": 536, "last_update": "2024-07-07 03:45:48", - "author_account_age_days": 521 + "author_account_age_days": 522 }, "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 236, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 110, "last_update": "2025-04-08 06:22:28", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 410, "last_update": "2025-04-08 06:21:55", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 12, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 70, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 84, "last_update": "2025-08-13 09:36:07", - "author_account_age_days": 2514 + "author_account_age_days": 2515 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 19, "last_update": "2025-06-12 08:18:17", - "author_account_age_days": 4901 + "author_account_age_days": 4902 }, "https://github.com/lodestone-rock/ComfyUI_FluxMod": { "stars": 115, "last_update": "2025-06-22 09:44:09", - "author_account_age_days": 1005 + "author_account_age_days": 1006 }, "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { - "stars": 1366, + "stars": 1367, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 179, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 294, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 14, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 39, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 12, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 543 + "author_account_age_days": 544 }, "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, @@ -10642,22 +10672,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 78, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 7, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, @@ -10667,87 +10697,87 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 11, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { - "stars": 789, + "stars": 791, "last_update": "2025-05-10 07:46:49", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 44, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 42, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4472 + "author_account_age_days": 4473 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 25, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 234, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4084 + "author_account_age_days": 4085 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { - "stars": 2638, + "stars": 2641, "last_update": "2025-08-19 20:08:39", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { - "stars": 244, + "stars": 245, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 642, + "stars": 643, "last_update": "2025-07-15 03:29:35", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 11202, - "last_update": "2025-08-19 20:23:13", - "author_account_age_days": 496 + "stars": 11213, + "last_update": "2025-08-20 21:52:09", + "author_account_age_days": 497 }, "https://github.com/ltdrdata/comfyui-connection-helper": { - "stars": 34, + "stars": 35, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { - "stars": 67, + "stars": 68, "last_update": "2025-06-03 09:41:36", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, "last_update": "2025-03-23 08:18:07", - "author_account_age_days": 1815 + "author_account_age_days": 1816 }, "https://github.com/luandev/ComfyUI-CrewAI": { "stars": 54, "last_update": "2025-01-17 18:06:27", - "author_account_age_days": 4229 + "author_account_age_days": 4230 }, "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, @@ -10760,9 +10790,9 @@ "author_account_age_days": 3537 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { - "stars": 94, + "stars": 95, "last_update": "2024-12-02 22:10:41", - "author_account_age_days": 1858 + "author_account_age_days": 1859 }, "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, @@ -10772,27 +10802,27 @@ "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, "last_update": "2025-08-07 16:00:54", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lum3on/ComfyUI-ModelQuantizer": { "stars": 48, "last_update": "2025-06-14 20:45:21", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lum3on/ComfyUI-StableAudioX": { "stars": 26, "last_update": "2025-06-24 22:55:28", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lum3on/ComfyUI_MJ-Scraper": { "stars": 1, "last_update": "2025-07-06 18:35:33", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lum3on/comfyui_EdgeTAM": { "stars": 2, "last_update": "2025-06-27 15:36:58", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { "stars": 484, @@ -10802,17 +10832,17 @@ "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, "last_update": "2025-07-17 10:22:58", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/lumalabs/ComfyUI-LumaAI-API": { "stars": 202, "last_update": "2025-03-31 22:54:28", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/lunarring/bitalino_comfy": { "stars": 0, "last_update": "2025-02-21 09:03:54", - "author_account_age_days": 1664 + "author_account_age_days": 1665 }, "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, @@ -10827,17 +10857,17 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 15, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 882 + "author_account_age_days": 883 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, "last_update": "2025-02-04 08:29:24", - "author_account_age_days": 1054 + "author_account_age_days": 1055 }, "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, @@ -10847,7 +10877,7 @@ "https://github.com/maludwig/basix_image_filters": { "stars": 6, "last_update": "2025-05-15 23:29:38", - "author_account_age_days": 3927 + "author_account_age_days": 3928 }, "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, @@ -10862,7 +10892,7 @@ "https://github.com/mango-rgb/ComfyUI-Mango-Random-node": { "stars": 1, "last_update": "2025-01-21 11:31:10", - "author_account_age_days": 825 + "author_account_age_days": 826 }, "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, @@ -10877,17 +10907,17 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6175 + "author_account_age_days": 6176 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1588 + "author_account_age_days": 1589 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, "last_update": "2025-03-07 01:44:44", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, @@ -10897,92 +10927,92 @@ "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, "last_update": "2024-12-20 04:34:13", - "author_account_age_days": 5605 + "author_account_age_days": 5606 }, "https://github.com/marcoc2/ComfyUI_CogView4-6B_diffusers": { "stars": 2, "last_update": "2025-03-04 17:43:50", - "author_account_age_days": 5605 + "author_account_age_days": 5606 }, "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 113, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 91, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5196 + "author_account_age_days": 5197 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { - "stars": 9, + "stars": 10, "last_update": "2025-08-08 23:15:40", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/marklieberman/ComfyUI-Liebs-Title": { "stars": 0, "last_update": "2025-05-12 23:32:28", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/marklieberman/ComfyUI-Liebs-Toast": { "stars": 0, "last_update": "2025-05-12 23:34:55", - "author_account_age_days": 4227 + "author_account_age_days": 4228 }, "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 14, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 40, "last_update": "2025-08-08 17:52:29", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/martin-rizzo/ComfyUI-TinyBreaker": { "stars": 39, "last_update": "2025-05-04 00:02:02", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 10, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1828 + "author_account_age_days": 1829 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 68, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3161 + "author_account_age_days": 3162 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 0, "last_update": "2025-06-05 16:37:41", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 24, "last_update": "2025-08-17 10:33:40", - "author_account_age_days": 4971 + "author_account_age_days": 4972 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 291, + "stars": 292, "last_update": "2025-06-21 08:02:17", - "author_account_age_days": 3342 + "author_account_age_days": 3343 }, "https://github.com/max-dingsda/OllamaTools": { "stars": 1, @@ -10992,12 +11022,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/mbrostami/ComfyUI-TITrain": { "stars": 11, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -11007,97 +11037,97 @@ "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1221, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2523 + "author_account_age_days": 2524 }, "https://github.com/meanin2/comfyui-MGnodes": { "stars": 2, "last_update": "2025-01-24 07:32:08", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 62, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 79, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3624 + "author_account_age_days": 3625 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2024-09-05 14:23:29", - "author_account_age_days": 4861 + "author_account_age_days": 4862 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 4, "last_update": "2025-08-10 00:49:32", - "author_account_age_days": 1623 + "author_account_age_days": 1624 }, "https://github.com/melMass/comfy_mtb": { "stars": 605, "last_update": "2025-08-02 01:01:14", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/melMass/comfy_oiio": { "stars": 5, "last_update": "2025-04-14 20:24:37", - "author_account_age_days": 4166 + "author_account_age_days": 4167 }, "https://github.com/mephisto83/petty-paint-comfyui-node": { "stars": 3, "last_update": "2024-10-23 22:23:03", - "author_account_age_days": 4094 + "author_account_age_days": 4095 }, "https://github.com/meshmesh-io/ComfyUI-MeshMesh": { "stars": 0, "last_update": "2024-05-23 00:10:09", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/meshmesh-io/mm-comfyui-loopback": { "stars": 1, "last_update": "2024-05-23 00:09:57", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/meshmesh-io/mm-comfyui-megamask": { "stars": 0, "last_update": "2024-05-23 00:09:47", - "author_account_age_days": 650 + "author_account_age_days": 651 }, "https://github.com/metal3d/ComfyUI_Human_Parts": { "stars": 37, "last_update": "2025-03-07 08:14:46", - "author_account_age_days": 5895 + "author_account_age_days": 5896 }, "https://github.com/metal3d/ComfyUI_M3D_photo_effects": { "stars": 3, "last_update": "2025-03-11 12:09:55", - "author_account_age_days": 5895 + "author_account_age_days": 5896 }, "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1044 + "author_account_age_days": 1045 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 3, "last_update": "2025-07-02 09:36:48", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 24, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 423 + "author_account_age_days": 424 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { "stars": 447, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 29, @@ -11107,22 +11137,22 @@ "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, "last_update": "2025-08-19 11:46:23", - "author_account_age_days": 5778 + "author_account_age_days": 5779 }, "https://github.com/microbote/ComfyUI-StyledCLIPTextEncode": { "stars": 2, "last_update": "2024-08-27 03:37:29", - "author_account_age_days": 2429 + "author_account_age_days": 2430 }, "https://github.com/mihaiiancu/ComfyUI_Inpaint": { "stars": 9, "last_update": "2024-05-22 18:19:38", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 2985 + "author_account_age_days": 2986 }, "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, @@ -11132,52 +11162,52 @@ "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, "last_update": "2024-08-17 16:09:41", - "author_account_age_days": 6338 + "author_account_age_days": 6339 }, "https://github.com/mikkel/comfyui-mask-boundingbox": { "stars": 30, "last_update": "2024-05-22 21:26:23", - "author_account_age_days": 6338 + "author_account_age_days": 6339 }, "https://github.com/mingsky-ai/ComfyUI-MingNodes": { - "stars": 423, + "stars": 424, "last_update": "2024-10-18 16:51:14", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/mira-6/comfyui-sasolver": { "stars": 3, "last_update": "2025-02-23 21:44:23", - "author_account_age_days": 813 + "author_account_age_days": 814 }, "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 141, "last_update": "2025-08-15 17:16:56", - "author_account_age_days": 1642 + "author_account_age_days": 1643 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1159 + "author_account_age_days": 1160 }, "https://github.com/mit-han-lab/ComfyUI-nunchaku": { - "stars": 1887, + "stars": 1894, "last_update": "2025-08-16 07:22:13", - "author_account_age_days": 36 + "author_account_age_days": 37 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPreset2": { "stars": 4, "last_update": "2025-06-30 11:17:30", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/mittimi/ComfyUI_mittimiRecalculateSize": { "stars": 0, "last_update": "2024-09-07 07:43:41", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/mittimi/ComfyUI_mittimiWidthHeight": { "stars": 1, "last_update": "2024-09-07 07:48:03", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, @@ -11187,32 +11217,32 @@ "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, "last_update": "2025-04-04 19:45:39", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/modelscope/scepter": { "stars": 535, "last_update": "2025-04-03 06:00:15", - "author_account_age_days": 1121 + "author_account_age_days": 1122 }, "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5025 + "author_account_age_days": 5026 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, "last_update": "2025-02-17 07:14:46", - "author_account_age_days": 1136 + "author_account_age_days": 1137 }, "https://github.com/mohsensd1373/comfyui_wordpress": { "stars": 0, "last_update": "2025-05-08 02:25:36", - "author_account_age_days": 4274 + "author_account_age_days": 4275 }, "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, @@ -11222,7 +11252,7 @@ "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, "last_update": "2025-02-26 03:01:29", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { "stars": 2, @@ -11232,107 +11262,107 @@ "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, "last_update": "2025-04-12 07:59:29", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/morgan55555/comfyui-lock-mode": { "stars": 0, "last_update": "2025-04-28 16:16:18", - "author_account_age_days": 3606 + "author_account_age_days": 3607 }, "https://github.com/morino-kumasan/comfyui-toml-prompt": { "stars": 0, "last_update": "2025-08-17 18:14:01", - "author_account_age_days": 1745 + "author_account_age_days": 1746 }, "https://github.com/motivated3/comfyui-shua-creator": { "stars": 6, "last_update": "2024-12-05 10:39:52", - "author_account_age_days": 3227 + "author_account_age_days": 3228 }, "https://github.com/moustafa-nasr/ComfyUI-SimpleLogger": { "stars": 4, "last_update": "2025-06-07 08:30:19", - "author_account_age_days": 3892 + "author_account_age_days": 3893 }, "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2722 + "author_account_age_days": 2723 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4501 + "author_account_age_days": 4502 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, "last_update": "2025-03-02 19:24:26", - "author_account_age_days": 558 + "author_account_age_days": 559 }, "https://github.com/mrchipset/ComfyUI-SaveImageS3": { "stars": 1, "last_update": "2025-04-07 00:27:45", - "author_account_age_days": 2732 + "author_account_age_days": 2733 }, "https://github.com/mrhan1993/ComfyUI-Fooocus": { "stars": 9, "last_update": "2025-01-15 15:18:07", - "author_account_age_days": 2288 + "author_account_age_days": 2289 }, "https://github.com/muhammederem/blip-comfyui": { "stars": 1, "last_update": "2025-05-25 14:11:04", - "author_account_age_days": 2516 + "author_account_age_days": 2517 }, "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 155, "last_update": "2025-05-20 13:36:56", - "author_account_age_days": 3382 + "author_account_age_days": 3383 }, "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 11, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1801 + "author_account_age_days": 1802 }, "https://github.com/myshell-ai/ComfyUI-ShellAgent-Plugin": { "stars": 25, "last_update": "2025-05-22 06:54:44", - "author_account_age_days": 890 + "author_account_age_days": 891 }, "https://github.com/n0neye/A3D-comfyui-integration": { "stars": 6, "last_update": "2025-04-28 03:54:34", - "author_account_age_days": 1245 + "author_account_age_days": 1246 }, "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4095 + "author_account_age_days": 4096 }, "https://github.com/nako-nakoko/ComfyUI_Mel_Nodes": { "stars": 0, "last_update": "2025-04-26 22:48:50", - "author_account_age_days": 137 + "author_account_age_days": 138 }, "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, @@ -11347,32 +11377,32 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3414 + "author_account_age_days": 3415 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 201, "last_update": "2024-07-31 18:05:55", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/nathannlu/ComfyUI-Pets": { "stars": 47, "last_update": "2024-06-14 11:00:42", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 699 + "author_account_age_days": 700 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, "last_update": "2024-10-26 09:11:34", - "author_account_age_days": 1071 + "author_account_age_days": 1072 }, "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, @@ -11392,27 +11422,27 @@ "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, "last_update": "2025-04-06 10:43:14", - "author_account_age_days": 4073 + "author_account_age_days": 4074 }, "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 165, "last_update": "2025-06-19 18:12:50", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 18, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 1, @@ -11422,12 +11452,12 @@ "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 199, "last_update": "2025-05-13 12:38:09", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 14, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, @@ -11437,77 +11467,77 @@ "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, "last_update": "2025-01-18 18:17:50", - "author_account_age_days": 4743 + "author_account_age_days": 4744 }, "https://github.com/nicehero/comfyui-SegGPT": { "stars": 6, "last_update": "2024-08-26 06:05:35", - "author_account_age_days": 4431 + "author_account_age_days": 4432 }, "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4450 + "author_account_age_days": 4451 }, "https://github.com/nicofdga/DZ-FaceDetailer": { - "stars": 211, + "stars": 212, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1652 + "author_account_age_days": 1653 }, "https://github.com/niknah/ComfyUI-F5-TTS": { - "stars": 216, + "stars": 217, "last_update": "2025-06-13 12:27:03", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 57, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 0, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/niknah/quick-connections": { - "stars": 318, + "stars": 320, "last_update": "2025-07-15 11:50:24", - "author_account_age_days": 5141 + "author_account_age_days": 5142 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 4, "last_update": "2025-08-18 10:10:50", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 59, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, "last_update": "2024-07-31 08:34:48", - "author_account_age_days": 757 + "author_account_age_days": 758 }, "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 23, "last_update": "2025-06-08 12:41:49", - "author_account_age_days": 3629 + "author_account_age_days": 3630 }, "https://github.com/nisimjoseph/ComfyUI_OpenAI-Prompter": { "stars": 4, "last_update": "2025-01-18 19:57:31", - "author_account_age_days": 4728 + "author_account_age_days": 4729 }, "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, @@ -11517,52 +11547,52 @@ "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 27, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 22, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { "stars": 93, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 9, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/nobrainX2/comfyUI-customDia": { "stars": 13, "last_update": "2025-05-29 18:32:25", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 24, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3164 + "author_account_age_days": 3165 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 3, "last_update": "2025-07-12 04:22:58", - "author_account_age_days": 1634 + "author_account_age_days": 1635 }, "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2543 + "author_account_age_days": 2544 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -11570,64 +11600,64 @@ "author_account_age_days": 3480 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { - "stars": 247, + "stars": 248, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4326 + "author_account_age_days": 4327 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, "last_update": "2024-05-22 21:24:24", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/nsdtcloud3d/ComfyUI-3D-Convert": { "stars": 14, "last_update": "2024-12-23 07:46:17", - "author_account_age_days": 496 + "author_account_age_days": 497 }, "https://github.com/ntc-ai/ComfyUI-DARE-LoRA-Merge": { "stars": 34, "last_update": "2024-05-22 22:22:14", - "author_account_age_days": 2139 + "author_account_age_days": 2140 }, "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 24, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1513 + "author_account_age_days": 1514 }, "https://github.com/nullquant/ComfyUI-BrushNet": { - "stars": 908, + "stars": 909, "last_update": "2025-03-31 08:45:34", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/numz/ComfyUI-FlowChain": { "stars": 157, "last_update": "2025-07-28 06:20:20", - "author_account_age_days": 5205 + "author_account_age_days": 5206 }, "https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler": { - "stars": 547, - "last_update": "2025-08-19 19:10:09", - "author_account_age_days": 5205 + "stars": 557, + "last_update": "2025-08-20 20:53:06", + "author_account_age_days": 5206 }, "https://github.com/numz/Comfyui-Orpheus": { "stars": 8, "last_update": "2025-04-16 19:20:21", - "author_account_age_days": 5205 + "author_account_age_days": 5206 }, "https://github.com/nux1111/ComfyUI_NetDist_Plus": { "stars": 33, "last_update": "2024-08-27 23:15:18", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, @@ -11687,22 +11717,22 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-04-15 07:18:38", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 383 + "author_account_age_days": 384 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, @@ -11717,7 +11747,7 @@ "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 159, "last_update": "2024-09-10 14:16:30", - "author_account_age_days": 4928 + "author_account_age_days": 4929 }, "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 21, @@ -11727,17 +11757,17 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 1975 + "author_account_age_days": 1976 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, "last_update": "2025-02-26 03:48:27", - "author_account_age_days": 4517 + "author_account_age_days": 4518 }, "https://github.com/orex2121/comfyui-OreX": { - "stars": 7, + "stars": 8, "last_update": "2025-08-17 22:51:30", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/orion4d/Calculator_Pro": { "stars": 0, @@ -11775,29 +11805,29 @@ "author_account_age_days": 1003 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { - "stars": 78, + "stars": 79, "last_update": "2025-03-19 12:56:23", - "author_account_age_days": 3450 + "author_account_age_days": 3451 }, "https://github.com/oshtz/ComfyUI-oshtz-nodes": { "stars": 6, "last_update": "2025-05-22 09:55:47", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 19, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 69, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 31, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2824 + "author_account_age_days": 2825 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, @@ -11807,22 +11837,22 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3204 + "author_account_age_days": 3205 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, "last_update": "2025-04-09 03:55:00", - "author_account_age_days": 4533 + "author_account_age_days": 4534 }, "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2751 + "author_account_age_days": 2752 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 30, "last_update": "2025-04-07 08:30:38", - "author_account_age_days": 1263 + "author_account_age_days": 1264 }, "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, @@ -11832,32 +11862,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 97, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5474 + "author_account_age_days": 5475 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5474 + "author_account_age_days": 5475 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 211, "last_update": "2025-08-10 06:47:44", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 18, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/pamparamm/sd-perturbed-attention": { - "stars": 271, + "stars": 272, "last_update": "2025-06-24 00:09:09", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2738 + "author_account_age_days": 2739 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -11872,12 +11902,12 @@ "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, "last_update": "2025-03-03 07:47:31", - "author_account_age_days": 259 + "author_account_age_days": 260 }, "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { - "stars": 223, + "stars": 224, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5501 + "author_account_age_days": 5502 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, @@ -11887,7 +11917,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3108 + "author_account_age_days": 3109 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -11897,62 +11927,62 @@ "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, "last_update": "2024-08-30 07:52:11", - "author_account_age_days": 1651 + "author_account_age_days": 1652 }, "https://github.com/penposs/ComfyUI_Gemini_Pro": { "stars": 8, "last_update": "2025-08-18 15:45:27", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/penposs/Comfyui_wan_api": { "stars": 1, "last_update": "2025-04-02 16:02:44", - "author_account_age_days": 2179 + "author_account_age_days": 2180 }, "https://github.com/pharmapsychotic/comfy-cliption": { "stars": 57, "last_update": "2025-01-04 05:06:11", - "author_account_age_days": 1336 + "author_account_age_days": 1337 }, "https://github.com/phazei/ComfyUI-Prompt-Stash": { - "stars": 20, + "stars": 21, "last_update": "2025-05-16 02:13:34", - "author_account_age_days": 5430 + "author_account_age_days": 5431 }, "https://github.com/philiprodriguez/ComfyUI-HunyuanImageLatentToVideoLatent": { "stars": 1, "last_update": "2025-01-12 16:43:09", - "author_account_age_days": 3420 + "author_account_age_days": 3421 }, "https://github.com/philipy1219/ComfyUI-CloudStorage": { "stars": 0, "last_update": "2025-07-01 13:40:29", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/philipy1219/ComfyUI-TaylorSeer": { "stars": 44, "last_update": "2025-08-01 14:04:02", - "author_account_age_days": 3679 + "author_account_age_days": 3680 }, "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 185, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1085 + "author_account_age_days": 1086 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 52, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2710 + "author_account_age_days": 2711 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 26, "last_update": "2025-05-01 01:46:07", - "author_account_age_days": 2095 + "author_account_age_days": 2096 }, "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 9, "last_update": "2025-03-28 22:27:45", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -11972,17 +12002,17 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1008 + "author_account_age_days": 1009 }, "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 391 + "author_account_age_days": 392 }, "https://github.com/pixelworldai/ComfyUI-AlphaFlatten": { "stars": 1, "last_update": "2025-03-13 23:07:04", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, @@ -11992,32 +12022,32 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 8, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 1924 + "author_account_age_days": 1925 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, "last_update": "2025-03-25 19:50:08", - "author_account_age_days": 1921 + "author_account_age_days": 1922 }, "https://github.com/plugcrypt/CRT-Nodes": { "stars": 9, "last_update": "2025-08-12 21:03:12", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, @@ -12027,47 +12057,47 @@ "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, "last_update": "2025-07-14 12:58:10", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/pollockjj/ComfyUI-MultiGPU": { - "stars": 413, - "last_update": "2025-08-18 15:50:10", - "author_account_age_days": 3928 + "stars": 416, + "last_update": "2025-08-20 19:08:33", + "author_account_age_days": 3929 }, "https://github.com/portu-sim/comfyui_bmab": { "stars": 113, "last_update": "2025-08-01 14:04:34", - "author_account_age_days": 743 + "author_account_age_days": 744 }, "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 40, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 6, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 25, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 5989 + "author_account_age_days": 5990 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, "last_update": "2025-01-21 05:29:03", - "author_account_age_days": 4409 + "author_account_age_days": 4410 }, "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, @@ -12087,7 +12117,7 @@ "https://github.com/pupba/Comfy_ForEach": { "stars": 3, "last_update": "2025-05-12 07:08:54", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, @@ -12097,12 +12127,12 @@ "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, "last_update": "2024-12-11 09:38:42", - "author_account_age_days": 5359 + "author_account_age_days": 5360 }, "https://github.com/purpen/ComfyUI-ImageTagger": { "stars": 2, "last_update": "2024-11-27 17:20:49", - "author_account_age_days": 5359 + "author_account_age_days": 5360 }, "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, @@ -12112,37 +12142,37 @@ "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, "last_update": "2025-08-17 19:17:44", - "author_account_age_days": 307 + "author_account_age_days": 308 }, "https://github.com/pydn/ComfyUI-to-Python-Extension": { - "stars": 1970, + "stars": 1971, "last_update": "2025-07-28 00:10:36", - "author_account_age_days": 3118 + "author_account_age_days": 3119 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2623, + "stars": 2628, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { - "stars": 941, + "stars": 942, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 919 + "author_account_age_days": 920 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 165, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 80, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1198 + "author_account_age_days": 1199 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 76, "last_update": "2025-04-30 11:03:51", - "author_account_age_days": 2925 + "author_account_age_days": 2926 }, "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, @@ -12202,7 +12232,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1032 + "author_account_age_days": 1033 }, "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 7, @@ -12212,27 +12242,27 @@ "https://github.com/r3dial/redial-discomphy": { "stars": 1, "last_update": "2025-01-09 19:59:31", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/r3dsd/comfyui-template-loader": { "stars": 0, "last_update": "2025-01-12 08:55:49", - "author_account_age_days": 562 + "author_account_age_days": 563 }, "https://github.com/raindrop313/ComfyUI-WanVideoStartEndFrames": { "stars": 367, "last_update": "2025-03-22 09:59:11", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/raindrop313/ComfyUI_SD3_Flowedit": { "stars": 6, "last_update": "2025-02-06 19:02:52", - "author_account_age_days": 1487 + "author_account_age_days": 1488 }, "https://github.com/rainlizard/ComfyUI-Raffle": { "stars": 5, "last_update": "2025-06-30 02:29:42", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, @@ -12242,27 +12272,27 @@ "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, "last_update": "2025-05-05 21:00:58", - "author_account_age_days": 199 + "author_account_age_days": 200 }, "https://github.com/ramesh-x90/ComfyUI_pyannote": { "stars": 3, "last_update": "2024-11-23 09:42:16", - "author_account_age_days": 1743 + "author_account_age_days": 1744 }, "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 64, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3638 + "author_account_age_days": 3639 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1182 + "author_account_age_days": 1183 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, "last_update": "2025-04-07 17:34:06", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/ranska/pixel_palette_art": { "stars": 1, @@ -12272,32 +12302,32 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 4915 + "author_account_age_days": 4916 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, "last_update": "2025-05-06 02:01:37", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/raysers/Mflux-ComfyUI": { - "stars": 106, + "stars": 108, "last_update": "2025-03-09 21:14:27", - "author_account_age_days": 2426 + "author_account_age_days": 2427 }, "https://github.com/rcfcu2000/zhihuige-nodes-comfyui": { "stars": 1, "last_update": "2024-05-22 22:13:55", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 1932 + "author_account_age_days": 1933 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 42, "last_update": "2025-06-30 19:02:35", - "author_account_age_days": 6042 + "author_account_age_days": 6043 }, "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, @@ -12312,72 +12342,72 @@ "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3014 + "author_account_age_days": 3015 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 63, "last_update": "2025-06-04 11:33:13", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 14, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 82, "last_update": "2025-06-30 16:50:28", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/regiellis/ComfyUI-EasyNoobai": { - "stars": 34, + "stars": 35, "last_update": "2025-05-12 14:17:10", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/regiellis/ComfyUI-EasyPony": { "stars": 9, "last_update": "2025-04-05 15:15:29", - "author_account_age_days": 5048 + "author_account_age_days": 5049 }, "https://github.com/replicate/comfyui-replicate": { - "stars": 187, + "stars": 189, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 1, "last_update": "2025-04-23 10:49:48", - "author_account_age_days": 4906 + "author_account_age_days": 4907 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2148, - "last_update": "2025-08-19 03:34:48", - "author_account_age_days": 5396 + "stars": 2155, + "last_update": "2025-08-20 01:22:59", + "author_account_age_days": 5397 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 10, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6058 + "author_account_age_days": 6059 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6058 + "author_account_age_days": 6059 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, "last_update": "2025-04-12 22:59:21", - "author_account_age_days": 574 + "author_account_age_days": 575 }, "https://github.com/richinsley/Comfy-LFO": { "stars": 5, "last_update": "2024-05-22 20:46:30", - "author_account_age_days": 3102 + "author_account_age_days": 3103 }, "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5254 + "author_account_age_days": 5255 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { "stars": 0, @@ -12387,37 +12417,37 @@ "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, "last_update": "2025-06-25 11:56:15", - "author_account_age_days": 4625 + "author_account_age_days": 4626 }, "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 4, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { - "stars": 14, + "stars": 15, "last_update": "2025-08-04 16:23:03", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 36, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1068 + "author_account_age_days": 1069 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, "last_update": "2025-04-27 15:58:21", - "author_account_age_days": 5693 + "author_account_age_days": 5694 }, "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 14, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 3968 + "author_account_age_days": 3969 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, @@ -12430,9 +12460,9 @@ "author_account_age_days": 4526 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { - "stars": 218, + "stars": 219, "last_update": "2025-07-09 21:52:11", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, @@ -12442,47 +12472,47 @@ "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, "last_update": "2024-11-18 23:28:13", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/rohitsainier/ComfyUI-InstagramDownloader": { "stars": 20, "last_update": "2025-01-02 08:47:22", - "author_account_age_days": 3575 + "author_account_age_days": 3576 }, "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata": { "stars": 7, "last_update": "2024-05-22 21:29:25", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/ronaldzgithub/ComfyUI_Appstore": { "stars": 5, "last_update": "2024-12-04 15:02:42", - "author_account_age_days": 2731 + "author_account_age_days": 2732 }, "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 109, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, "last_update": "2025-01-12 11:57:27", - "author_account_age_days": 1439 + "author_account_age_days": 1440 }, "https://github.com/rookiepsi/comfypsi_blur_mask": { "stars": 0, "last_update": "2025-06-25 15:13:33", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/rookiepsi/comfyui-extended": { "stars": 3, "last_update": "2025-06-22 13:42:26", - "author_account_age_days": 178 + "author_account_age_days": 179 }, "https://github.com/roundyyy/ComfyUI-mesh-simplifier": { "stars": 6, "last_update": "2025-03-09 23:39:24", - "author_account_age_days": 1349 + "author_account_age_days": 1350 }, "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { "stars": 0, @@ -12492,12 +12522,12 @@ "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, "last_update": "2025-07-07 23:30:54", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/royceschultz/ComfyUI-TranscriptionTools": { "stars": 22, "last_update": "2025-04-23 00:52:31", - "author_account_age_days": 2951 + "author_account_age_days": 2952 }, "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, @@ -12507,82 +12537,82 @@ "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, "last_update": "2025-05-21 02:21:09", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/rubi-du/ComfyUI-Flux-Inpainting": { "stars": 39, "last_update": "2025-05-14 06:09:10", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/rubi-du/ComfyUI-ICC-nodes": { "stars": 2, "last_update": "2025-05-14 06:10:11", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/rubi-du/ComfyUI-MaskEditor-Extension": { "stars": 10, "last_update": "2025-07-23 01:54:15", - "author_account_age_days": 603 + "author_account_age_days": 604 }, "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 895 + "author_account_age_days": 896 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, "last_update": "2025-04-21 15:20:57", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/ryanontheinside/ComfyUI-DeepLiveCam": { "stars": 10, "last_update": "2025-05-26 14:26:57", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_ControlFreak": { "stars": 16, "last_update": "2025-04-13 23:18:36", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_Doom": { "stars": 4, "last_update": "2024-11-08 17:58:21", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_EfficientTAM": { "stars": 3, "last_update": "2024-12-21 20:25:05", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_ProfilerX": { "stars": 65, "last_update": "2025-05-27 22:10:23", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_RealtimeNodes": { "stars": 62, "last_update": "2025-06-19 14:20:29", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_RyanOnTheInside": { "stars": 543, "last_update": "2025-07-26 14:02:11", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/ryanontheinside/ComfyUI_SuperResolution": { "stars": 7, "last_update": "2025-04-07 17:53:16", - "author_account_age_days": 4111 + "author_account_age_days": 4112 }, "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, @@ -12597,22 +12627,22 @@ "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, "last_update": "2024-08-24 02:42:40", - "author_account_age_days": 5179 + "author_account_age_days": 5180 }, "https://github.com/sakura1bgx/ComfyUI_FlipStreamViewer": { "stars": 5, "last_update": "2025-07-05 01:32:50", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/sanbuphy/ComfyUI-AudioLDM": { "stars": 1, "last_update": "2025-01-02 02:01:12", - "author_account_age_days": 1343 + "author_account_age_days": 1344 }, "https://github.com/santiagosamuel3455/ComfyUI-GeminiImageToPrompt": { "stars": 1, "last_update": "2025-05-04 04:58:56", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/scraed/LanPaint": { "stars": 437, @@ -12622,7 +12652,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, @@ -12637,22 +12667,22 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5726 + "author_account_age_days": 5727 }, "https://github.com/seanlynch/srl-nodes": { "stars": 9, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5726 + "author_account_age_days": 5727 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 82, "last_update": "2025-08-12 13:41:13", - "author_account_age_days": 1208 + "author_account_age_days": 1209 }, "https://github.com/sergekatzmann/ComfyUI_Nimbus-Pack": { "stars": 4, "last_update": "2024-05-22 21:34:15", - "author_account_age_days": 3754 + "author_account_age_days": 3755 }, "https://github.com/set-soft/AudioSeparation": { "stars": 8, @@ -12672,77 +12702,77 @@ "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, "last_update": "2025-07-30 05:16:48", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/sh570655308/ComfyUI-TopazVideoAI": { "stars": 225, "last_update": "2025-04-23 08:54:20", - "author_account_age_days": 2923 + "author_account_age_days": 2924 }, "https://github.com/shabri-arrahim/ComfyUI-Safety-Checker": { "stars": 1, "last_update": "2025-01-23 05:46:33", - "author_account_age_days": 2191 + "author_account_age_days": 2192 }, "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 31, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 2, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/shadowcz007/comfyui-liveportrait": { - "stars": 462, + "stars": 463, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1687, + "stars": 1689, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 124, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 13, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2464 + "author_account_age_days": 2465 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 35, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3736 + "author_account_age_days": 3737 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 4, "last_update": "2025-05-23 17:41:55", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/shahkoorosh/ComfyUI-PersianText": { "stars": 19, "last_update": "2025-05-23 17:43:33", - "author_account_age_days": 614 + "author_account_age_days": 615 }, "https://github.com/shenduldh/ComfyUI-Lightning": { "stars": 212, "last_update": "2025-03-13 05:58:04", - "author_account_age_days": 2539 + "author_account_age_days": 2540 }, "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5514 + "author_account_age_days": 5515 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -12752,42 +12782,42 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 468, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { - "stars": 285, + "stars": 286, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 1, "last_update": "2025-05-25 10:20:20", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-civitai-workflow": { "stars": 0, "last_update": "2025-06-11 16:47:58", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-dynamic-routes": { "stars": 5, "last_update": "2025-05-25 10:17:05", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-get-meta": { "stars": 8, "last_update": "2025-05-25 10:17:48", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, @@ -12797,7 +12827,7 @@ "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, "last_update": "2025-05-25 10:18:06", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, @@ -12807,12 +12837,12 @@ "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, "last_update": "2025-05-25 10:19:33", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-prevent-sleep": { "stars": 1, "last_update": "2025-05-25 10:18:45", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, @@ -12822,37 +12852,37 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4729 + "author_account_age_days": 4730 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2047 + "author_account_age_days": 2048 }, "https://github.com/siliconflow/BizyAir": { "stars": 748, "last_update": "2025-07-07 07:09:57", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 2, "last_update": "2025-07-22 18:07:41", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/silveroxides/ComfyUI-RR-JointTagger": { "stars": 2, - "last_update": "2025-07-20 16:27:07", - "author_account_age_days": 1922 + "last_update": "2025-08-20 08:47:24", + "author_account_age_days": 1923 }, "https://github.com/silveroxides/ComfyUI_EmbeddingToolkit": { "stars": 7, "last_update": "2025-06-16 14:18:31", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, @@ -12867,27 +12897,27 @@ "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, "last_update": "2025-05-11 19:44:35", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders": { "stars": 37, "last_update": "2025-04-28 01:08:43", - "author_account_age_days": 1922 + "author_account_age_days": 1923 }, "https://github.com/sipherxyz/comfyui-art-venture": { - "stars": 299, + "stars": 300, "last_update": "2025-08-11 14:28:18", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 217, "last_update": "2025-02-07 15:04:47", - "author_account_age_days": 2548 + "author_account_age_days": 2549 }, "https://github.com/sittere/ComfyUI-YK_Line-loading": { "stars": 2, "last_update": "2025-03-02 09:10:54", - "author_account_age_days": 1299 + "author_account_age_days": 1300 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { "stars": 2, @@ -12897,7 +12927,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2503 + "author_account_age_days": 2504 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, @@ -12912,17 +12942,17 @@ "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, "last_update": "2025-05-06 15:48:22", - "author_account_age_days": 399 + "author_account_age_days": 400 }, "https://github.com/slvslvslv/ComfyUI-SmartImageTools": { "stars": 0, - "last_update": "2025-08-18 11:13:20", - "author_account_age_days": 399 + "last_update": "2025-08-20 08:19:36", + "author_account_age_days": 400 }, "https://github.com/slyt/comfyui-ollama-nodes": { "stars": 0, "last_update": "2024-07-31 13:52:27", - "author_account_age_days": 4361 + "author_account_age_days": 4362 }, "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, @@ -12932,17 +12962,17 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3136 + "author_account_age_days": 3137 }, "https://github.com/smlbiobot/ComfyUI-Flux-Replicate-API": { "stars": 23, "last_update": "2024-12-26 16:21:00", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/smlbiobot/sml-comfyui-prompt-expansion": { "stars": 13, "last_update": "2025-01-27 13:33:49", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, @@ -12952,127 +12982,127 @@ "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 18, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 24, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 32, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 183, + "stars": 184, "last_update": "2025-07-17 13:14:09", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_EchoMimic": { - "stars": 663, - "last_update": "2025-08-19 07:01:16", - "author_account_age_days": 775 + "stars": 664, + "last_update": "2025-08-20 04:05:34", + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 17, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 61, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 16, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 74, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 78, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 241, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 58, "last_update": "2025-05-24 00:35:59", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 84, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 26, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 59, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 57, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, @@ -13082,7 +13112,7 @@ "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, @@ -13092,67 +13122,67 @@ "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 45, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 22, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 43, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 97, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Sapiens": { - "stars": 188, + "stars": 189, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 72, "last_update": "2025-07-29 10:02:21", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Sonic": { - "stars": 1082, + "stars": 1085, "last_update": "2025-05-22 00:46:49", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 30, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { "stars": 26, @@ -13162,47 +13192,47 @@ "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 462, "last_update": "2025-08-15 14:07:34", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 170, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/smthemex/ComfyUI_YuE": { - "stars": 151, + "stars": 152, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 775 + "author_account_age_days": 776 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 11, "last_update": "2025-07-23 12:43:16", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/sn0w12/ComfyUI-Syntax-Highlighting": { "stars": 2, "last_update": "2025-08-06 21:33:59", - "author_account_age_days": 1195 + "author_account_age_days": 1196 }, "https://github.com/sneccc/comfyui-snek-nodes": { "stars": 1, "last_update": "2025-06-25 14:25:41", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, @@ -13212,67 +13242,67 @@ "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, "last_update": "2025-05-31 07:23:03", - "author_account_age_days": 112 + "author_account_age_days": 113 }, "https://github.com/souki202/ComfyUI-LoadImage-Advanced": { "stars": 1, "last_update": "2025-03-03 03:53:26", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/sourceful-official/LoadLoraModelOnlyWithUrl": { "stars": 1, "last_update": "2024-12-04 12:14:51", - "author_account_age_days": 1904 + "author_account_age_days": 1905 }, "https://github.com/sousakujikken/ComfyUI-PixydustQuantizer": { "stars": 29, "last_update": "2025-03-30 15:07:02", - "author_account_age_days": 829 + "author_account_age_days": 830 }, "https://github.com/space-nuko/ComfyUI-Disco-Diffusion": { "stars": 56, "last_update": "2024-08-07 11:51:17", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/space-nuko/ComfyUI-OpenPose-Editor": { "stars": 218, "last_update": "2024-05-22 18:10:49", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/space-nuko/nui-suite": { "stars": 11, "last_update": "2024-05-22 18:11:04", - "author_account_age_days": 3146 + "author_account_age_days": 3147 }, "https://github.com/spacepxl/ComfyUI-Depth-Pro": { "stars": 190, "last_update": "2024-10-23 20:05:56", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spacepxl/ComfyUI-HQ-Image-Save": { "stars": 65, "last_update": "2025-01-30 00:12:58", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spacepxl/ComfyUI-Image-Filters": { "stars": 246, "last_update": "2025-07-21 05:17:52", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spacepxl/ComfyUI-LossTesting": { "stars": 2, "last_update": "2025-01-26 05:09:57", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spacepxl/ComfyUI-RAVE": { "stars": 95, "last_update": "2024-05-22 20:56:19", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spacepxl/ComfyUI-StyleGan": { "stars": 20, "last_update": "2024-06-10 20:16:34", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, @@ -13287,17 +13317,17 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 223, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5162 + "author_account_age_days": 5163 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, "last_update": "2024-05-22 20:50:25", - "author_account_age_days": 5653 + "author_account_age_days": 5654 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { "stars": 1, @@ -13307,37 +13337,37 @@ "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1282, "last_update": "2025-07-18 19:54:57", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 78, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2110 + "author_account_age_days": 2111 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 55, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/stavsap/comfyui-ollama": { - "stars": 615, + "stars": 617, "last_update": "2025-08-04 19:58:04", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 16, @@ -13357,42 +13387,42 @@ "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, "last_update": "2025-03-27 07:52:26", - "author_account_age_days": 374 + "author_account_age_days": 375 }, "https://github.com/stevenwg/ComfyUI-VideoGrid": { "stars": 0, "last_update": "2025-05-26 06:51:21", - "author_account_age_days": 3720 + "author_account_age_days": 3721 }, "https://github.com/stormcenter/ComfyUI-AutoSplitGridImage": { "stars": 33, "last_update": "2025-01-06 12:02:58", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/stormcenter/ComfyUI-LivePhotoCreator": { "stars": 29, "last_update": "2025-01-06 12:03:42", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/stormcenter/ComfyUI-SVGFullfill": { "stars": 11, "last_update": "2025-01-06 12:04:18", - "author_account_age_days": 4549 + "author_account_age_days": 4550 }, "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/storyicon/comfyui_segment_anything": { "stars": 1004, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 2973 + "author_account_age_days": 2974 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, "last_update": "2025-01-21 05:10:43", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, @@ -13402,42 +13432,42 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/subtleGradient/TinkerBot-tech-for-ComfyUI-Touchpad": { "stars": 42, "last_update": "2024-08-16 01:18:03", - "author_account_age_days": 6352 + "author_account_age_days": 6353 }, "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 1, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 61, "last_update": "2025-07-22 02:35:04", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, @@ -13447,32 +13477,32 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 870 + "author_account_age_days": 871 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 3, "last_update": "2025-05-06 01:30:48", - "author_account_age_days": 4938 + "author_account_age_days": 4939 }, "https://github.com/svetozarov/AS_LLM_nodes": { "stars": 2, "last_update": "2025-03-23 12:05:43", - "author_account_age_days": 906 + "author_account_age_days": 907 }, "https://github.com/sweetndata/ComfyUI-Image-Harmonizer": { "stars": 3, "last_update": "2024-11-20 06:10:34", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/sweetndata/ComfyUI-googletrans": { "stars": 4, "last_update": "2024-11-20 04:53:19", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/sweetndata/ComfyUI_Sticker_Compositer": { "stars": 1, "last_update": "2025-01-02 06:54:51", - "author_account_age_days": 1153 + "author_account_age_days": 1154 }, "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, @@ -13482,12 +13512,12 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, "last_update": "2024-12-06 23:51:55", - "author_account_age_days": 3557 + "author_account_age_days": 3558 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 71, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, @@ -13497,32 +13527,32 @@ "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, "last_update": "2025-08-15 13:12:39", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/synthetai/ComfyUI-JM-MiniMax-API": { "stars": 1, "last_update": "2025-07-22 08:43:31", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/synthetai/ComfyUI-JM-Volcengine-API": { "stars": 2, "last_update": "2025-07-26 08:32:23", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/synthetai/ComfyUI-ToolBox": { "stars": 0, "last_update": "2025-07-23 10:23:22", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/synthetai/ComfyUI_FaceEnhancer": { "stars": 2, "last_update": "2025-04-17 00:34:39", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/synthetai/ComfyUI_PromptBatcher": { "stars": 7, "last_update": "2025-04-14 04:42:03", - "author_account_age_days": 372 + "author_account_age_days": 373 }, "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, @@ -13532,52 +13562,52 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1428 + "author_account_age_days": 1429 }, "https://github.com/taabata/ComfyCanvas": { "stars": 91, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 259, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 5, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2104 + "author_account_age_days": 2105 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 58, "last_update": "2025-05-28 07:30:03", - "author_account_age_days": 328 + "author_account_age_days": 329 }, "https://github.com/tachyon-beep/comfyui-simplefeed": { "stars": 11, "last_update": "2024-10-16 09:19:29", - "author_account_age_days": 5342 + "author_account_age_days": 5343 }, "https://github.com/takemetosiberia/ComfyUI-SAMURAI--SAM2-": { "stars": 38, "last_update": "2024-12-01 13:06:02", - "author_account_age_days": 806 + "author_account_age_days": 807 }, "https://github.com/talesofai/comfyui-browser": { "stars": 605, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 18, "last_update": "2024-10-01 01:20:00", - "author_account_age_days": 4393 + "author_account_age_days": 4394 }, "https://github.com/tatookan/comfyui_ssl_gemini_EXP": { "stars": 90, "last_update": "2025-03-19 15:54:44", - "author_account_age_days": 2152 + "author_account_age_days": 2153 }, "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, @@ -13587,7 +13617,7 @@ "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, "last_update": "2025-05-08 01:48:55", - "author_account_age_days": 2521 + "author_account_age_days": 2522 }, "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, @@ -13607,12 +13637,12 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5519 + "author_account_age_days": 5520 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 6, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5519 + "author_account_age_days": 5520 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -13627,27 +13657,27 @@ "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, "last_update": "2025-01-16 19:58:24", - "author_account_age_days": 1777 + "author_account_age_days": 1778 }, "https://github.com/theUpsider/ComfyUI-Styles_CSV_Loader": { "stars": 62, "last_update": "2025-05-16 11:01:23", - "author_account_age_days": 3144 + "author_account_age_days": 3145 }, "https://github.com/thecooltechguy/ComfyUI-ComfyWorkflows": { "stars": 70, "last_update": "2024-05-22 21:33:47", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/thecooltechguy/ComfyUI-MagicAnimate": { "stars": 224, "last_update": "2024-05-22 21:33:35", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/thecooltechguy/ComfyUI-Stable-Video-Diffusion": { "stars": 363, "last_update": "2024-05-24 22:14:42", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, @@ -13657,42 +13687,42 @@ "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, "last_update": "2025-05-09 14:38:15", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/theshubzworld/ComfyUI-SD3.5-Latent-Size-Picker": { "stars": 1, "last_update": "2025-07-27 17:30:56", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/theshubzworld/ComfyUI-TogetherVision": { "stars": 4, "last_update": "2025-06-26 18:48:25", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/theshubzworld/ComfyUI-ollama_killer": { "stars": 3, "last_update": "2025-06-09 09:14:55", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/thezveroboy/ComfyUI-CSM-Nodes": { "stars": 34, "last_update": "2025-03-17 10:08:12", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thezveroboy/ComfyUI-WAN-ClipSkip": { "stars": 1, "last_update": "2025-03-16 21:12:54", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thezveroboy/ComfyUI-lut": { "stars": 2, "last_update": "2025-05-24 21:37:06", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thezveroboy/ComfyUI_ACE-Step-zveroboy": { "stars": 3, "last_update": "2025-05-12 11:01:16", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, @@ -13702,107 +13732,107 @@ "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, "last_update": "2025-05-11 18:04:32", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thoddnn/ComfyUI-MLX": { - "stars": 157, + "stars": 159, "last_update": "2024-10-22 06:41:22", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/tianguanggliu/Utools": { "stars": 0, "last_update": "2024-08-29 09:45:03", - "author_account_age_days": 2761 + "author_account_age_days": 2762 }, "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3371 + "author_account_age_days": 3372 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 36, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3746 + "author_account_age_days": 3747 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 6, "last_update": "2025-01-25 19:31:47", - "author_account_age_days": 3614 + "author_account_age_days": 3615 }, "https://github.com/tigeryy2/comfyui-structured-outputs": { "stars": 1, "last_update": "2025-08-07 20:55:00", - "author_account_age_days": 2392 + "author_account_age_days": 2393 }, "https://github.com/tighug/comfyui-eagle-feeder": { "stars": 0, "last_update": "2025-07-11 15:56:24", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/tighug/comfyui-rating-checker": { "stars": 1, "last_update": "2025-05-09 14:22:51", - "author_account_age_days": 2532 + "author_account_age_days": 2533 }, "https://github.com/tkreuziger/comfyui-claude": { "stars": 5, "last_update": "2025-04-10 18:23:35", - "author_account_age_days": 957 + "author_account_age_days": 958 }, "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4796 + "author_account_age_days": 4797 }, "https://github.com/tocubed/ComfyUI-AudioReactor": { "stars": 8, "last_update": "2024-05-22 22:21:57", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/tocubed/ComfyUI-EvTexture": { "stars": 16, "last_update": "2025-01-05 23:21:23", - "author_account_age_days": 4281 + "author_account_age_days": 4282 }, "https://github.com/tomudo/ComfyUI-ascii-art": { "stars": 3, "last_update": "2024-11-21 05:24:12", - "author_account_age_days": 3324 + "author_account_age_days": 3325 }, "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 9, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4739 + "author_account_age_days": 4740 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4791 + "author_account_age_days": 4792 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 107, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 591, "last_update": "2025-06-10 14:20:31", - "author_account_age_days": 4071 + "author_account_age_days": 4072 }, "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 4, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-06-21 15:15:07", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 14, "last_update": "2025-06-23 15:18:42", - "author_account_age_days": 4241 + "author_account_age_days": 4242 }, "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, @@ -13812,17 +13842,17 @@ "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 63, "last_update": "2025-07-26 17:10:23", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 20, @@ -13842,47 +13872,47 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2679 + "author_account_age_days": 2680 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, "last_update": "2024-11-11 00:07:25", - "author_account_age_days": 5810 + "author_account_age_days": 5811 }, "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 38, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3381 + "author_account_age_days": 3382 }, "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 21, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { - "stars": 118, + "stars": 119, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { - "stars": 6, + "stars": 7, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5178 + "author_account_age_days": 5179 }, "https://github.com/tungdop2/Comfyui_face_restorer": { "stars": 1, "last_update": "2024-11-21 15:53:59", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/tungdop2/Comfyui_joy-caption-alpha-two": { "stars": 6, "last_update": "2025-04-19 06:00:23", - "author_account_age_days": 1845 + "author_account_age_days": 1846 }, "https://github.com/turkyden/ComfyUI-SmartCrop": { "stars": 3, "last_update": "2024-10-08 09:36:34", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, @@ -13892,42 +13922,42 @@ "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 57, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3086 + "author_account_age_days": 3087 }, "https://github.com/twri/sdxl_prompt_styler": { - "stars": 870, + "stars": 872, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, "last_update": "2024-05-23 01:10:33", - "author_account_age_days": 506 + "author_account_age_days": 507 }, "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 145, "last_update": "2025-07-22 08:08:49", - "author_account_age_days": 4124 + "author_account_age_days": 4125 }, "https://github.com/tzwm/comfyui-profiler": { "stars": 160, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5190 + "author_account_age_days": 5191 }, "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2735 + "author_account_age_days": 2736 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 0, "last_update": "2025-04-12 12:22:14", - "author_account_age_days": 1459 + "author_account_age_days": 1460 }, "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, @@ -13937,27 +13967,27 @@ "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, "last_update": "2025-01-07 09:58:36", - "author_account_age_days": 4175 + "author_account_age_days": 4176 }, "https://github.com/un-seen/comfyui-tensorops": { "stars": 28, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 9, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1737 + "author_account_age_days": 1738 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, "last_update": "2025-05-02 04:24:34", - "author_account_age_days": 4131 + "author_account_age_days": 4132 }, "https://github.com/unwdef/unwdef-nodes-comfyui": { "stars": 5, "last_update": "2025-03-27 10:42:15", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, @@ -13977,17 +14007,17 @@ "https://github.com/vadimcro/VKRiez-Edge": { "stars": 8, "last_update": "2025-03-18 11:18:27", - "author_account_age_days": 3057 + "author_account_age_days": 3058 }, "https://github.com/vahidzxc/va-nodes": { "stars": 2, "last_update": "2025-03-22 01:50:08", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/vahlok-alunmid/ComfyUI-ExtendIPAdapterClipVision": { "stars": 16, "last_update": "2025-02-09 04:06:34", - "author_account_age_days": 2808 + "author_account_age_days": 2809 }, "https://github.com/vaishnav-vn/va1": { "stars": 0, @@ -13997,37 +14027,37 @@ "https://github.com/valofey/Openrouter-Node": { "stars": 5, "last_update": "2025-02-13 21:26:22", - "author_account_age_days": 1805 + "author_account_age_days": 1806 }, "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 3, "last_update": "2024-06-25 04:48:19", - "author_account_age_days": 3379 + "author_account_age_days": 3380 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1278 + "author_account_age_days": 1279 }, "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-02-09 14:31:19", - "author_account_age_days": 5185 + "author_account_age_days": 5186 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, "last_update": "2025-04-02 19:37:15", - "author_account_age_days": 3035 + "author_account_age_days": 3036 }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3521 + "author_account_age_days": 3522 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 1, "last_update": "2025-04-23 12:09:47", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { "stars": 4, @@ -14037,22 +14067,22 @@ "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, "last_update": "2025-04-16 20:39:32", - "author_account_age_days": 3567 + "author_account_age_days": 3568 }, "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3848 + "author_account_age_days": 3849 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, "last_update": "2025-01-23 17:29:09", - "author_account_age_days": 4087 + "author_account_age_days": 4088 }, "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -14062,7 +14092,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2454 + "author_account_age_days": 2455 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 145, @@ -14072,12 +14102,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2260 + "author_account_age_days": 2261 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -14087,12 +14117,12 @@ "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, "last_update": "2025-02-11 00:34:36", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/vkff5833/ComfyUI-PromptConverter": { "stars": 3, "last_update": "2025-01-27 18:35:41", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, @@ -14112,7 +14142,7 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5405 + "author_account_age_days": 5406 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 0, @@ -14122,37 +14152,37 @@ "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 199, "last_update": "2025-07-03 02:15:51", - "author_account_age_days": 993 + "author_account_age_days": 994 }, "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 2, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 3, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, "last_update": "2025-05-09 22:37:03", - "author_account_age_days": 106 + "author_account_age_days": 107 }, "https://github.com/wallish77/wlsh_nodes": { "stars": 127, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2641 + "author_account_age_days": 2642 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, "last_update": "2024-06-14 07:07:09", - "author_account_age_days": 3805 + "author_account_age_days": 3806 }, "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, @@ -14172,7 +14202,7 @@ "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, "last_update": "2025-01-06 00:13:57", - "author_account_age_days": 2533 + "author_account_age_days": 2534 }, "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, @@ -14182,7 +14212,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1389 + "author_account_age_days": 1390 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -14192,7 +14222,7 @@ "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 395 + "author_account_age_days": 396 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -14207,57 +14237,57 @@ "https://github.com/wei30172/comfygen": { "stars": 8, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2034 + "author_account_age_days": 2035 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { - "stars": 215, + "stars": 217, "last_update": "2025-08-06 09:46:04", - "author_account_age_days": 2329 + "author_account_age_days": 2330 }, "https://github.com/welltop-cn/ComfyUI-TeaCache": { - "stars": 960, + "stars": 965, "last_update": "2025-07-12 04:05:29", - "author_account_age_days": 1993 + "author_account_age_days": 1994 }, "https://github.com/wentao-uw/ComfyUI-template-matching": { "stars": 1, "last_update": "2024-11-06 06:52:30", - "author_account_age_days": 2201 + "author_account_age_days": 2202 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-editor": { "stars": 74, "last_update": "2025-08-17 00:04:29", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-estimator": { "stars": 16, "last_update": "2025-06-03 21:06:33", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/westNeighbor/ComfyUI-ultimate-openpose-render": { "stars": 9, "last_update": "2025-01-25 05:54:27", - "author_account_age_days": 716 + "author_account_age_days": 717 }, "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 5908 + "author_account_age_days": 5909 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 38, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 3, "last_update": "2025-07-29 11:15:20", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 40, "last_update": "2025-08-15 08:35:11", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, @@ -14277,17 +14307,17 @@ "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, "last_update": "2025-03-29 23:09:07", - "author_account_age_days": 3059 + "author_account_age_days": 3060 }, "https://github.com/willmiao/ComfyUI-Lora-Manager": { - "stars": 556, - "last_update": "2025-08-19 14:39:24", - "author_account_age_days": 3779 + "stars": 562, + "last_update": "2025-08-20 15:12:47", + "author_account_age_days": 3780 }, "https://github.com/windfancy/zsq_prompt": { "stars": 0, "last_update": "2024-12-15 14:58:52", - "author_account_age_days": 1958 + "author_account_age_days": 1959 }, "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, @@ -14297,12 +14327,12 @@ "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, "last_update": "2025-02-16 09:09:34", - "author_account_age_days": 1645 + "author_account_age_days": 1646 }, "https://github.com/withmpx/mpx-comfyui-nodes": { "stars": 2, "last_update": "2025-04-16 22:08:20", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, @@ -14310,19 +14340,19 @@ "author_account_age_days": 3344 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { - "stars": 37, + "stars": 38, "last_update": "2025-06-28 09:15:03", - "author_account_age_days": 2293 + "author_account_age_days": 2294 }, "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4539 + "author_account_age_days": 4540 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3451 + "author_account_age_days": 3452 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 52, @@ -14332,62 +14362,62 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6142 + "author_account_age_days": 6143 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6142 + "author_account_age_days": 6143 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 62, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 1989 + "author_account_age_days": 1990 }, "https://github.com/wqjuser/ComfyUI-Chat-Image": { "stars": 0, "last_update": "2024-12-26 07:00:30", - "author_account_age_days": 3355 + "author_account_age_days": 3356 }, "https://github.com/wu12023/ComfyUI-Image-Evaluation": { "stars": 9, "last_update": "2024-12-06 06:51:15", - "author_account_age_days": 738 + "author_account_age_days": 739 }, "https://github.com/wujm424606/ComfyUi-Ollama-YN": { - "stars": 83, + "stars": 84, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2684 + "author_account_age_days": 2685 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 1, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4606 + "author_account_age_days": 4607 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5471 + "author_account_age_days": 5472 }, "https://github.com/wywywywy/ComfyUI-pause": { - "stars": 19, + "stars": 20, "last_update": "2025-05-05 21:37:34", - "author_account_age_days": 3350 + "author_account_age_days": 3351 }, "https://github.com/xLegende/ComfyUI-Prompt-Formatter": { "stars": 2, "last_update": "2025-06-10 19:29:54", - "author_account_age_days": 1854 + "author_account_age_days": 1855 }, "https://github.com/xXAdonesXx/NodeGPT": { "stars": 351, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 1900 + "author_account_age_days": 1901 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 3, "last_update": "2024-12-24 14:07:18", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, @@ -14407,32 +14437,32 @@ "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, "last_update": "2024-06-11 02:36:48", - "author_account_age_days": 3296 + "author_account_age_days": 3297 }, "https://github.com/xingBaGan/ComfyUI-connect-ui": { "stars": 2, "last_update": "2025-04-07 09:54:46", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 25, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 4920 + "author_account_age_days": 4921 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, "last_update": "2024-05-23 02:21:38", - "author_account_age_days": 1695 + "author_account_age_days": 1696 }, "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, @@ -14442,17 +14472,17 @@ "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, "last_update": "2024-11-08 17:10:40", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/xs315431/Comfyui_Get_promptId": { "stars": 1, "last_update": "2025-08-09 06:09:32", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, @@ -14462,12 +14492,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 4, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, @@ -14477,267 +14507,267 @@ "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, "last_update": "2025-07-28 08:39:15", - "author_account_age_days": 3983 + "author_account_age_days": 3984 }, "https://github.com/yanlang0123/ComfyUI_Lam": { "stars": 50, "last_update": "2025-08-17 02:18:32", - "author_account_age_days": 3229 + "author_account_age_days": 3230 }, "https://github.com/yasser-baalla/comfyUI-SemanticImageFetch": { "stars": 0, "last_update": "2025-03-22 11:04:33", - "author_account_age_days": 1818 + "author_account_age_days": 1819 }, "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2538 + "author_account_age_days": 2539 }, "https://github.com/ycyy/ComfyUI-YCYY-LoraInfo": { "stars": 6, "last_update": "2024-09-30 02:33:25", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 56, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, "last_update": "2025-02-19 00:38:33", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/yichengup/ComfyUI-LinearTransition": { "stars": 1, "last_update": "2025-07-09 01:51:49", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/ComfyUI-YCNodes": { "stars": 25, "last_update": "2025-07-10 09:57:03", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/ComfyUI_Yc_JanusPro": { "stars": 7, "last_update": "2025-01-29 22:26:38", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/Comfyui-Deepseek": { "stars": 32, "last_update": "2025-02-23 19:36:53", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/Comfyui-Ycanvas": { "stars": 106, "last_update": "2025-07-28 04:39:08", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/Comfyui_Flux_Style_Adjust": { - "stars": 301, + "stars": 302, "last_update": "2025-02-19 05:08:27", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/Comfyui_Redux_Advanced": { "stars": 102, "last_update": "2025-04-10 18:36:47", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yichengup/comfyui-face-liquify": { "stars": 1, "last_update": "2025-05-08 17:59:05", - "author_account_age_days": 546 + "author_account_age_days": 547 }, "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 88, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 49, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, "last_update": "2025-08-13 02:15:57", - "author_account_age_days": 3251 + "author_account_age_days": 3252 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 1836, + "stars": 1840, "last_update": "2025-08-19 08:30:16", - "author_account_age_days": 1762 + "author_account_age_days": 1763 }, "https://github.com/yolanother/ComfyUI-Save16bitPng": { "stars": 3, "last_update": "2024-12-23 01:50:04", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIComfyImageSubmit": { "stars": 1, "last_update": "2024-09-25 04:40:23", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIComfyLoaders": { "stars": 1, "last_update": "2024-11-18 09:35:46", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIComfyPromptAgent": { "stars": 5, "last_update": "2024-05-22 18:14:18", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIComfyQRCodes": { "stars": 4, "last_update": "2024-05-22 18:15:09", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIComfyVariables": { "stars": 12, "last_update": "2024-05-22 18:15:21", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yolanother/DTAIImageToTextNode": { "stars": 20, "last_update": "2024-05-22 18:14:31", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/yondonfu/ComfyUI-Background-Edit": { "stars": 22, "last_update": "2024-12-31 23:15:33", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/yondonfu/ComfyUI-Torch-Compile": { "stars": 5, "last_update": "2025-04-30 18:46:47", - "author_account_age_days": 4297 + "author_account_age_days": 4298 }, "https://github.com/yorkane/ComfyUI-KYNode": { "stars": 8, - "last_update": "2025-08-18 06:04:54", - "author_account_age_days": 3811 + "last_update": "2025-08-20 11:24:43", + "author_account_age_days": 3812 }, "https://github.com/younyokel/comfyui_prompt_formatter": { "stars": 3, "last_update": "2025-05-16 16:33:11", - "author_account_age_days": 2216 + "author_account_age_days": 2217 }, "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 9, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/yushan777/ComfyUI-Y7-SBS-2Dto3D": { "stars": 7, "last_update": "2025-06-13 18:44:06", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/yushan777/ComfyUI-Y7Nodes": { "stars": 3, "last_update": "2025-06-14 19:55:01", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 110, "last_update": "2025-07-08 11:06:06", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 38, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 224, "last_update": "2025-07-06 12:15:27", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 25, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 3, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 26, "last_update": "2024-10-04 10:23:26", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 163, + "stars": 164, "last_update": "2025-08-16 13:30:57", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-05-01 09:04:25", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { - "stars": 126, + "stars": 127, "last_update": "2025-05-02 07:59:15", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 15, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 231, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2574 + "author_account_age_days": 2575 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 464, "last_update": "2025-06-02 12:11:14", - "author_account_age_days": 1321 + "author_account_age_days": 1322 }, "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1009 + "author_account_age_days": 1010 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, @@ -14752,12 +14782,12 @@ "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, "last_update": "2025-03-21 09:52:29", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/zakantonio/AvatarGen-experience": { "stars": 0, "last_update": "2025-03-26 20:58:18", - "author_account_age_days": 4198 + "author_account_age_days": 4199 }, "https://github.com/zccrs/comfyui-dci": { "stars": 1, @@ -14767,17 +14797,17 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 26, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4836 + "author_account_age_days": 4837 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, @@ -14787,82 +14817,82 @@ "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, "last_update": "2025-02-09 18:27:16", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/zentrocdot/ComfyUI-Simple_Image_To_Prompt": { "stars": 3, "last_update": "2025-02-20 06:30:19", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/zentrocdot/ComfyUI_Circle_Detection": { "stars": 0, "last_update": "2025-02-07 17:32:46", - "author_account_age_days": 632 + "author_account_age_days": 633 }, "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3091 + "author_account_age_days": 3092 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, "last_update": "2025-01-26 19:33:59", - "author_account_age_days": 538 + "author_account_age_days": 539 }, "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 71, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2864 + "author_account_age_days": 2865 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 21, "last_update": "2025-08-01 02:29:55", - "author_account_age_days": 5284 + "author_account_age_days": 5285 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { "stars": 89, "last_update": "2025-08-15 02:09:57", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 10, "last_update": "2025-04-07 10:58:52", - "author_account_age_days": 712 + "author_account_age_days": 713 }, "https://github.com/zhilemann/ComfyUI-moondream2": { "stars": 1, "last_update": "2024-12-29 13:17:31", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, "last_update": "2024-09-14 13:46:05", - "author_account_age_days": 3771 + "author_account_age_days": 3772 }, "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 71, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3880 + "author_account_age_days": 3881 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 67, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4656 + "author_account_age_days": 4657 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1431, "last_update": "2025-02-05 10:33:45", - "author_account_age_days": 460 + "author_account_age_days": 461 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 111, "last_update": "2025-03-18 02:48:42", - "author_account_age_days": 918 + "author_account_age_days": 919 }, "https://github.com/ziwang-com/comfyui-deepseek-r1": { "stars": 62, "last_update": "2025-02-02 14:24:35", - "author_account_age_days": 3797 + "author_account_age_days": 3798 }, "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, @@ -14872,36 +14902,36 @@ "https://github.com/zmwv823/ComfyUI_Anytext": { "stars": 88, "last_update": "2025-05-28 01:02:37", - "author_account_age_days": 3690 + "author_account_age_days": 3691 }, "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3083 + "author_account_age_days": 3084 }, "https://github.com/zombieyang/sd-ppp": { - "stars": 1641, + "stars": 1645, "last_update": "2025-08-10 07:29:29", - "author_account_age_days": 4339 + "author_account_age_days": 4340 }, "https://github.com/zubenelakrab/ComfyUI-ASV-Nodes": { "stars": 1, "last_update": "2024-11-04 00:51:29", - "author_account_age_days": 5383 + "author_account_age_days": 5384 }, "https://github.com/zygion/comfyui-zygion-util-nodes": { "stars": 0, "last_update": "2025-04-26 05:11:35", - "author_account_age_days": 227 + "author_account_age_days": 228 }, "https://github.com/zzubnik/TT_TextTools": { "stars": 0, "last_update": "2025-04-02 23:40:24", - "author_account_age_days": 3147 + "author_account_age_days": 3148 }, "https://github.com/zzw5516/ComfyUI-zw-tools": { "stars": 2, "last_update": "2025-04-16 08:24:48", - "author_account_age_days": 4563 + "author_account_age_days": 4564 } } \ No newline at end of file diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index a3e829b8..69763f61 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "odedgranot", + "title": "ComfyUI Video Save Node [UNSAFE]", + "reference": "https://github.com/odedgranot/comfyui_video_save_node", + "files": [ + "https://github.com/odedgranot/comfyui_video_save_node" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that saves video outputs as H.264 .mp4 files with unique naming and returns the file path as a string.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + }, + { + "author": "odedgranot", + "title": "ComfyUI FFmpeg Node [UNSAFE]", + "reference": "https://github.com/odedgranot/comfyui-ffmpeg-node", + "files": [ + "https://github.com/odedgranot/comfyui-ffmpeg-node" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node that allows you to run FFmpeg commands directly within your ComfyUI workflows. [w/This nodepack contains a vulnerability that allows remote code execution.]" + }, { "author": "viik420", "title": "Model Copy Node for ComfyUI [UNSAFE]", @@ -8,7 +28,7 @@ "https://github.com/apeirography/ModelCopyNode" ], "install_type": "git-clone", - "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This node pack has a vulnerability that allows writing files to arbitrary paths.]" + "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This nodepack has a vulnerability that allows writing files to arbitrary paths.]" }, { "author": "Maff3u", @@ -120,16 +140,6 @@ "install_type": "git-clone", "description": "A custom nodepack with a bunch of nodes that helps you generate fun math paterns directly inside of comfyui for masking or other reasons.\nNOTE: The files in the repo are not organized." }, - { - "author": "KohakuBlueleaf", - "title": "hdm-ext [WIP]", - "reference": "https://github.com/KohakuBlueleaf/HDM-ext", - "files": [ - "https://github.com/KohakuBlueleaf/HDM-ext" - ], - "install_type": "git-clone", - "description": "HDM(HomeDiffusionModel) Extension" - }, { "author": "TimothyCMeehan", "title": "ComfyUI CK3 Presets", @@ -168,7 +178,7 @@ "https://github.com/Babiduba/ivan_knows" ], "install_type": "git-clone", - "description": "NODES: Role Selector, Save Absolute. [w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + "description": "NODES: Role Selector, Save Absolute. [w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" }, { "author": "zhu733756", @@ -178,7 +188,7 @@ "https://github.com/zhu733756/Comfyui-Anything-Converter" ], "install_type": "git-clone", - "description": "This is a custom node extension designed for ComfyUI, providing JSON/TEXT/IMG handling functionality etc.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + "description": "This is a custom node extension designed for ComfyUI, providing JSON/TEXT/IMG handling functionality etc.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" }, { "author": "twj515895394", @@ -188,7 +198,7 @@ "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite" ], "install_type": "git-clone", - "description": "This is a low-memory video composition plugin designed for ComfyUI, which uses FFmpeg to combine disk-stored frame images into a video, avoiding loading all frames into memory at once.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + "description": "This is a low-memory video composition plugin designed for ComfyUI, which uses FFmpeg to combine disk-stored frame images into a video, avoiding loading all frames into memory at once.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" }, { "author": "chenpipi0807", @@ -249,7 +259,7 @@ "https://github.com/tg-tjmitchell/comfyui-custom-node-lister" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that lists installed custom node packages in ComfyUI Manager compatible format, providing the exact package names and install commands for sharing or reinstalling." + "description": "A ComfyUI custom node that lists installed custom nodepackages in ComfyUI Manager compatible format, providing the exact package names and install commands for sharing or reinstalling." }, { "author": "duckmartians", @@ -259,7 +269,7 @@ "https://github.com/duckmartians/Duck_Nodes" ], "install_type": "git-clone", - "description": "Load data from Google Sheets, Google Docs, Excel, Word, and TXT with built-in login system for ComfyUI.[w/This node pack contains a node with a vulnerability that allows reading files from arbitrary paths.]" + "description": "Load data from Google Sheets, Google Docs, Excel, Word, and TXT with built-in login system for ComfyUI.[w/This nodepack contains a node with a vulnerability that allows reading files from arbitrary paths.]" }, { "author": "xsai-collab", @@ -719,7 +729,7 @@ "https://github.com/thavocado/comfyui-danbooru-lookup" ], "install_type": "git-clone", - "description": "A ComfyUI custom node that performs FAISS cosine similarity lookup on Danbooru embeddings using multiple input modes: CLIP conditioning, images with WD14 tagging, or text tags.[w/This node pack installs its dependencies automatically during execution.]" + "description": "A ComfyUI custom node that performs FAISS cosine similarity lookup on Danbooru embeddings using multiple input modes: CLIP conditioning, images with WD14 tagging, or text tags.[w/This nodepack installs its dependencies automatically during execution.]" }, { "author": "love2hina-net", @@ -739,7 +749,7 @@ "https://github.com/DenRakEiw/DenRakEiw_Nodes" ], "install_type": "git-clone", - "description": "A custom node pack for ComfyUI that provides utility nodes for image generation and manipulation.\nNOTE: The files in the repo are not organized." + "description": "A custom nodepack for ComfyUI that provides utility nodes for image generation and manipulation.\nNOTE: The files in the repo are not organized." }, { "author": "ahmedbana", @@ -759,7 +769,7 @@ "https://github.com/ahmedbana/File-Rename" ], "install_type": "git-clone", - "description": "A custom ComfyUI node package that allows you to rename files with incremented numbers based on various mathematical operations. Includes both basic and advanced functionality.[w/This node pack includes a node that can rename files to arbitrary paths.]" + "description": "A custom ComfyUI nodepackage that allows you to rename files with incremented numbers based on various mathematical operations. Includes both basic and advanced functionality.[w/This nodepack includes a node that can rename files to arbitrary paths.]" }, { "author": "ahmedbana", @@ -819,7 +829,7 @@ "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter" ], "install_type": "git-clone", - "description": "A node for converting LoRA (Low-Rank Adaptation) keys in ComfyUI.[w/This node pack contains a node that has a vulnerability allowing write to arbitrary file paths.]" + "description": "A node for converting LoRA (Low-Rank Adaptation) keys in ComfyUI.[w/This nodepack contains a node that has a vulnerability allowing write to arbitrary file paths.]" }, { "author": "Estanislao-Oviedo", @@ -929,7 +939,7 @@ "https://github.com/stalkervr/comfyui-custom-path-nodes" ], "install_type": "git-clone", - "description": "Nodes for path handling and image cropping.[w/This node pack contains a node that has a vulnerability allowing access to arbitrary file paths.]" + "description": "Nodes for path handling and image cropping.[w/This nodepack contains a node that has a vulnerability allowing access to arbitrary file paths.]" }, { "author": "gorillaframeai", @@ -1029,7 +1039,7 @@ "https://github.com/zopieux/ComfyUI-zopi" ], "install_type": "git-clone", - "description": "NODES: Eval Python, Load TensortRT + checkpoint + CLIP + VAE [w/This node pack contains a vulnerability that allows remote code execution.]" + "description": "NODES: Eval Python, Load TensortRT + checkpoint + CLIP + VAE [w/This nodepack contains a vulnerability that allows remote code execution.]" }, { "author": "przewodo", @@ -1101,16 +1111,6 @@ "install_type": "git-clone", "description": "A Kontext Bench-style ComfyUI image difference analysis node that supports instruction-based prompt generation and batch TXT editing.\nNOTE: The files in the repo are not organized." }, - { - "author": "TinyBeeman", - "title": "ComfyUI-TinyBee", - "reference": "https://github.com/TinyBeeman/ComfyUI-TinyBee", - "files": [ - "https://github.com/TinyBeeman/ComfyUI-TinyBee" - ], - "install_type": "git-clone", - "description": "NODES: List Count, Random Entry, Indexed Entry, Incrementer, Get File List" - }, { "author": "Tr1dae", "title": "ComfyUI-CustomNodes-MVM", @@ -1229,7 +1229,7 @@ "https://github.com/orion4d/ComfyUI_unified_list_selector" ], "install_type": "git-clone", - "description": "This project is a custom node for ComfyUI that allows you to dynamically load lists from text (.txt) or CSV (.csv) files and select an item to use in your workflow. It features a manual selection mode (via a dropdown list) and a random selection mode, as well as the ability to add prefixes and suffixes to the selected text.[w/This node pack contains a node with a vulnerability that allows reading files from arbitrary paths.]" + "description": "This project is a custom node for ComfyUI that allows you to dynamically load lists from text (.txt) or CSV (.csv) files and select an item to use in your workflow. It features a manual selection mode (via a dropdown list) and a random selection mode, as well as the ability to add prefixes and suffixes to the selected text.[w/This nodepack contains a node with a vulnerability that allows reading files from arbitrary paths.]" }, { "author": "kongds1999", @@ -1560,7 +1560,7 @@ "https://github.com/akatz-ai/ComfyUI-Execution-Inversion" ], "install_type": "git-clone", - "description": "Contains nodes related to the new execution inversion engine in ComfyUI. Node pack originally from [a/https://github.com/BadCafeCode/execution-inversion-demo-comfyui](https://github.com/BadCafeCode/execution-inversion-demo-comfyui)" + "description": "Contains nodes related to the new execution inversion engine in ComfyUI. nodepack originally from [a/https://github.com/BadCafeCode/execution-inversion-demo-comfyui](https://github.com/BadCafeCode/execution-inversion-demo-comfyui)" }, { "author": "mamorett", @@ -1940,7 +1940,7 @@ "https://github.com/gamtruliar/ComfyUI-N_SwapInput" ], "install_type": "git-clone", - "description": "This is a simple tool for swapping input folders with custom suffix in comfy-UI[w/]This node pack performs deletion operations on local files and contains a vulnerability that allows arbitrary paths to be deleted." + "description": "This is a simple tool for swapping input folders with custom suffix in comfy-UI[w/]This nodepack performs deletion operations on local files and contains a vulnerability that allows arbitrary paths to be deleted." }, { "author": "bulldog68", @@ -1970,7 +1970,7 @@ "https://github.com/pictorialink/ComfyUI-static-resource" ], "install_type": "git-clone", - "description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc.[w/This node pack includes a feature that allows downloading remote files to arbitrary local paths. This is a vulnerability that can lead to Remote Code Execution.]" + "description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc.[w/This nodepack includes a feature that allows downloading remote files to arbitrary local paths. This is a vulnerability that can lead to Remote Code Execution.]" }, { "author": "brace-great", @@ -2040,7 +2040,7 @@ "https://github.com/abuzreq/ComfyUI-Model-Bending" ], "install_type": "git-clone", - "description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc.[w/This node pack contains a vulnerability that allows remote code execution.]" + "description": "Use model bending to push your model beyond its visuals' limits. These nodes allow you to apply transformations to the intemediate densoising steps during sampling, e.g. add, multiplty, scale, rotate, dilate, erode ..etc.[w/This nodepack contains a vulnerability that allows remote code execution.]" }, { "author": "Stable Diffusion VN", @@ -2051,7 +2051,7 @@ "https://github.com/StableDiffusionVN/SDVN_Comfy_node" ], "install_type": "git-clone", - "description": "Update IC Lora Layout Support Node[w/This node pack contains a vulnerability that allows remote code execution.]" + "description": "Update IC Lora Layout Support Node[w/This nodepack contains a vulnerability that allows remote code execution.]" }, { "author": "Sephrael", @@ -2251,7 +2251,7 @@ "https://github.com/qlikpetersen/ComfyUI-AI_Tools" ], "install_type": "git-clone", - "description": "NODES: DoLogin, HttpRequest, Json2String, String2Json, CreateListString, CreateListJSON, Query_OpenAI, Image_Attachment, JSON_Attachment, String_Attachment, RunPython\n[w/This node pack contains a node with a vulnerability that allows arbitrary code execution.]" + "description": "NODES: DoLogin, HttpRequest, Json2String, String2Json, CreateListString, CreateListJSON, Query_OpenAI, Image_Attachment, JSON_Attachment, String_Attachment, RunPython\n[w/This nodepack contains a node with a vulnerability that allows arbitrary code execution.]" }, { "author": "MuAIGC", @@ -2401,7 +2401,7 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-json-file-load-and-value-selector" ], "install_type": "git-clone", - "description": "this node lists json files in the ComfyUI input folder[w/If this node pack is installed and the server is running with remote access enabled, it can read the contents of JSON files located in arbitrary paths.]" + "description": "this node lists json files in the ComfyUI input folder[w/If this nodepack is installed and the server is running with remote access enabled, it can read the contents of JSON files located in arbitrary paths.]" }, { "author": "yichengup", @@ -2421,7 +2421,7 @@ "https://github.com/rakki194/ComfyUI_WolfSigmas" ], "install_type": "git-clone", - "description": "This custom node pack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]" + "description": "This custom nodepack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]" }, { "author": "xl0", @@ -2950,7 +2950,7 @@ "https://github.com/lucafoscili/lf-nodes" ], "install_type": "git-clone", - "description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!\n[w/This node pack contains a node with a vulnerability that allows arbitrary code execution.]" + "description": "Custom nodes with a touch of extra UX, including: history for primitives, JSON manipulation, logic switches with visual feedback, LLM chat... and more!\n[w/This nodepack contains a node with a vulnerability that allows arbitrary code execution.]" }, { "author": "jerryname2022", @@ -3020,7 +3020,7 @@ "https://github.com/WaiyanLing/ComfyUI-Tracking" ], "install_type": "git-clone", - "description": "ComfyUI-Tracking This node pack helps to conveniently collect invocation data from workflows for further study.\nNOTE: The files in the repo are not organized." + "description": "ComfyUI-Tracking This nodepack helps to conveniently collect invocation data from workflows for further study.\nNOTE: The files in the repo are not organized." }, { "author": "vladp0727", @@ -3170,7 +3170,7 @@ "https://github.com/dogcomplex/ComfyUI-LOKI" ], "install_type": "git-clone", - "description": "NODES: Glamour\nNOTE: This node pack installs pip dependencies outside the control of ComfyUI-Manager." + "description": "NODES: Glamour\nNOTE: This nodepack installs pip dependencies outside the control of ComfyUI-Manager." }, { "author": "hunzmusic", @@ -3330,7 +3330,7 @@ "https://github.com/Stable-X/ComfyUI-Hi3DGen" ], "install_type": "git-clone", - "description": "This extension integrates [a/Hi3DGen](https://github.com/Stable-X/Hi3DGen) into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.[w/If the *sageattention* package is installed, this node pack causes problems.]" + "description": "This extension integrates [a/Hi3DGen](https://github.com/Stable-X/Hi3DGen) into ComfyUI, allowing user to generate high-fidelity 3D geometry generation from Images.[w/If the *sageattention* package is installed, this nodepack causes problems.]" }, { "author": "stiffy-committee", @@ -3541,7 +3541,7 @@ "https://github.com/cidiro/cid-node-pack" ], "install_type": "git-clone", - "description": "A lightweight node pack for ComfyUI that adds a few handy nodes that I use in my workflows" + "description": "A lightweight nodepack for ComfyUI that adds a few handy nodes that I use in my workflows" }, { "author": "CeeVeeR", @@ -3972,7 +3972,7 @@ "https://github.com/NEZHA625/ComfyUI-tools-by-dong" ], "install_type": "git-clone", - "description": "NODES: HuggingFaceUploadNode, ImageDownloader, LoraIterator, FileMoveNode, InputDetectionNode, ...\nNOTE: The files in the repo are not organized.[w/This node pack includes nodes that can modify arbitrary files.]" + "description": "NODES: HuggingFaceUploadNode, ImageDownloader, LoraIterator, FileMoveNode, InputDetectionNode, ...\nNOTE: The files in the repo are not organized.[w/This nodepack includes nodes that can modify arbitrary files.]" }, { "author": "if-ai", @@ -4012,7 +4012,7 @@ "https://github.com/badmike/comfyui-prompt-factory" ], "install_type": "git-clone", - "description": "A modular system that adds randomness to prompt generation [w/This node pack is causing a name conflict with https://github.com/satche/comfyui-prompt-factory]" + "description": "A modular system that adds randomness to prompt generation [w/This nodepack is causing a name conflict with https://github.com/satche/comfyui-prompt-factory]" }, { "author": "owengillett", @@ -4072,7 +4072,7 @@ "https://github.com/mr-krak3n/ComfyUI-Qwen" ], "install_type": "git-clone", - "description": "This repository contains custom nodes for ComfyUI, designed to facilitate working with language models such as Qwen2.5 and DeepSeek. [w/This node pack is causing a name conflict with https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen]" + "description": "This repository contains custom nodes for ComfyUI, designed to facilitate working with language models such as Qwen2.5 and DeepSeek. [w/This nodepack is causing a name conflict with https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen]" }, { "author": "hiusdev", @@ -4383,7 +4383,7 @@ "https://github.com/StartHua/Comfyui_CXH_joy_caption" ], "install_type": "git-clone", - "description": "Nodes:Joy_caption_load, Joy_caption\nNOTE:This node pack has been transitioned to a security screening status due to policy." + "description": "Nodes:Joy_caption_load, Joy_caption\nNOTE:This nodepack has been transitioned to a security screening status due to policy." }, { "author": "kijai", @@ -4633,7 +4633,7 @@ "https://github.com/x3bits/ComfyUI-Power-Flow" ], "install_type": "git-clone", - "description": "A ComfyUI node package that introduces common programming logic to enhance the flexibility of ComfyUI workflows. It supports features such as function definition and execution, 'for' loops, 'while' loops, and Python code execution.\n[w/This extension allows the execution of arbitrary Python code from a workflow.]" + "description": "A ComfyUI nodepackage that introduces common programming logic to enhance the flexibility of ComfyUI workflows. It supports features such as function definition and execution, 'for' loops, 'while' loops, and Python code execution.\n[w/This extension allows the execution of arbitrary Python code from a workflow.]" }, { "author": "EmilioPlumed", @@ -4693,7 +4693,7 @@ "https://github.com/gitmylo/FlowNodes" ], "install_type": "git-clone", - "description": "A ComfyUI node pack containing nodes for basic programming logic." + "description": "A ComfyUI nodepack containing nodes for basic programming logic." }, { "author": "chengzeyi", @@ -4793,7 +4793,7 @@ "https://github.com/ciga2011/ComfyUI-AppGen" ], "install_type": "git-clone", - "description": "A ComfyUI node pack designed to generate and edit Single Page Applications (SPAs) using natural language.[w/This extension allows arbitrary JavaScript code to be executed through the execution of workflows.]" + "description": "A ComfyUI nodepack designed to generate and edit Single Page Applications (SPAs) using natural language.[w/This extension allows arbitrary JavaScript code to be executed through the execution of workflows.]" }, { "author": "DraconicDragon", @@ -4893,7 +4893,7 @@ "https://github.com/watarika/ComfyUI-Text-Utility" ], "install_type": "git-clone", - "description": "Custom node to handle text.[w/This node pack contains a custom node that poses a security risk by providing the ability to read text from arbitrary paths.]" + "description": "Custom node to handle text.[w/This nodepack contains a custom node that poses a security risk by providing the ability to read text from arbitrary paths.]" }, { "author": "mehbebe", @@ -4913,7 +4913,7 @@ "https://github.com/karthikg-09/ComfyUI-3ncrypt" ], "install_type": "git-clone", - "description": "NODES: Save Image+[w/The web extension of this node pack modifies part of ComfyUI's asset files.]" + "description": "NODES: Save Image+[w/The web extension of this nodepack modifies part of ComfyUI's asset files.]" }, { "author": "AustinMroz", @@ -5065,7 +5065,7 @@ "https://github.com/Eagle-CN/ComfyUI-Addoor" ], "install_type": "git-clone", - "description": "NODES: AD_BatchImageLoadFromDir, AD_DeleteLocalAny, AD_TextListToString, AD_AnyFileList, AD_ZipSave, AD_ImageSaver, AD_FluxTrainStepMath, AD_TextSaver, AD_PromptReplace.\nNOTE: This node pack includes nodes that can delete arbitrary files." + "description": "NODES: AD_BatchImageLoadFromDir, AD_DeleteLocalAny, AD_TextListToString, AD_AnyFileList, AD_ZipSave, AD_ImageSaver, AD_FluxTrainStepMath, AD_TextSaver, AD_PromptReplace.\nNOTE: This nodepack includes nodes that can delete arbitrary files." }, { "author": "backearth1", @@ -6202,7 +6202,7 @@ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API" ], "install_type": "git-clone", - "description": "This custom node package for ComfyUI allows users to interact with Dropbox API, enabling image, text, and video uploads, downloads, and management directly from ComfyUI workflows.\nNOTE: The files in the repo are not organized." + "description": "This custom nodepackage for ComfyUI allows users to interact with Dropbox API, enabling image, text, and video uploads, downloads, and management directly from ComfyUI workflows.\nNOTE: The files in the repo are not organized." }, { "author": "ilovejohnwhite", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 490f1694..113928ab 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -2051,7 +2051,7 @@ "HDMTreadGamma" ], { - "title_aux": "hdm-ext [WIP]" + "title_aux": "HDM [WIP]" } ], "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": [ @@ -3443,7 +3443,7 @@ "SDVN Pipe Out All", "SDVN QuadrupleCLIP Download", "SDVN Quick Menu", - "SDVN Qwen Reference", + "SDVN QwenEdit TextEncoder", "SDVN RGBA to RGB", "SDVN Run Python Code", "SDVN Run Test", @@ -3661,20 +3661,6 @@ "title_aux": "ComfyUI CK3 Presets" } ], - "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ - [ - "Get File List", - "Incrementer", - "Indexed Entry", - "List Count", - "Process Path Name", - "Random Entry", - "Randomize List" - ], - { - "title_aux": "ComfyUI-TinyBee" - } - ], "https://github.com/Tr1dae/ComfyUI-CustomNodes-MVM": [ [ "LoadImageFromFolderMVM", @@ -8419,6 +8405,22 @@ "title_aux": "ComfyUI_Cluster [WIP]" } ], + "https://github.com/odedgranot/comfyui-ffmpeg-node": [ + [ + "FFmpegNode" + ], + { + "title_aux": "ComfyUI FFmpeg Node [UNSAFE]" + } + ], + "https://github.com/odedgranot/comfyui_video_save_node": [ + [ + "VideoSaveNode" + ], + { + "title_aux": "ComfyUI Video Save Node [UNSAFE]" + } + ], "https://github.com/orion4d/ComfyUI_unified_list_selector": [ [ "UnifiedListSelector" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6425cbee..b487ecc2 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,66 @@ { "custom_nodes": [ + { + "author": "KohakuBlueleaf", + "title": "HDM-ext", + "id": "HDM", + "reference": "https://github.com/KohakuBlueleaf/HDM-ext", + "files": [ + "https://github.com/KohakuBlueleaf/HDM-ext" + ], + "install_type": "git-clone", + "description": "HDM model loader for ComfyUI" + }, + { + "author": "TinyBeeman", + "title": "ComfyUI-TinyBee", + "reference": "https://github.com/TinyBeeman/ComfyUI-TinyBee", + "files": [ + "https://github.com/TinyBeeman/ComfyUI-TinyBee" + ], + "install_type": "git-clone", + "description": "A collection of custom nodes for ComfyUI, designed to provide utility functions for list processing, file management, and more." + }, + { + "author": "Hangover3832", + "title": "ComfyUI_Hangover-Utils", + "reference": "https://github.com/Hangover3832/ComfyUI_Hangover-Utils", + "files": [ + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils" + ], + "install_type": "git-clone", + "description": "This repository fully replaces and extends the previous Hangover Nodes" + }, + { + "author": "BigStationW", + "title": "ComfyUi-Scale-Image-to-Total-Pixels-Advanced", + "reference": "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced", + "files": [ + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced" + ], + "install_type": "git-clone", + "description": "A more advanced version of the original ImageScaleToTotalPixels node" + }, + { + "author": "Onionman61", + "title": "ComfyUI ModelScope Kontext API Node", + "reference": "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext", + "files": [ + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext" + ], + "install_type": "git-clone", + "description": "This is a custom node for ComfyUI that allows users to perform Image-to-Image generation by calling the FLUX.1-Kontext-Dev model via the official ModelScope API." + }, + { + "author": "GeekyGhost", + "title": "ComfyUI-Image-Segmenting-Loader", + "reference": "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader", + "files": [ + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader" + ], + "install_type": "git-clone", + "description": "Lets you send a section of an image to qwen edit or kontext to help isolate areas in need of change" + }, { "author": "saquib764", "title": "Omini Kontext", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f2940b58..3b8ecd54 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2868,6 +2868,14 @@ "title_aux": "ComfyUi-RescaleCFGAdvanced" } ], + "https://github.com/BigStationW/ComfyUi-Scale-Image-to-Total-Pixels-Advanced": [ + [ + "ImageScaleToTotalPixelsX" + ], + { + "title_aux": "ComfyUi-Scale-Image-to-Total-Pixels-Advanced" + } + ], "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": [ [ "ImageConcatenateBatchWithTxt" @@ -6040,6 +6048,15 @@ "title_aux": "ComfyUI-GeekyRemB" } ], + "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": [ + [ + "GeekyQwenCompositor", + "GeekyQwenSegmentLoader" + ], + { + "title_aux": "ComfyUI-Image-Segmenting-Loader" + } + ], "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": [ [ "GeekyAudioMixer" @@ -6440,6 +6457,22 @@ "title_aux": "ComfyUI-HaiperAI-API" } ], + "https://github.com/Hangover3832/ComfyUI_Hangover-Utils": [ + [ + "Image Clipboard Paster", + "Image Scale Bounding Box", + "Make Inpaint Model", + "Save Image w/o Metadata", + "Sympy Math Interpreter" + ], + { + "author": "AlexL", + "description": "Scales an input image into a given box size, whereby the aspect ratio keeps retained.", + "nickname": "Hangover-Image_Scale_Bouning_Box", + "title": "ComfyUI-Hangover-Image_Scale_Bouning_Box", + "title_aux": "ComfyUI_Hangover-Utils" + } + ], "https://github.com/HannibalP/comfyui-HannibalPack": [ [ "HannibalLoraLoader" @@ -7743,6 +7776,16 @@ "title_aux": "ComfyUI Fisheye Effects Nodes" } ], + "https://github.com/KohakuBlueleaf/HDM-ext": [ + [ + "HDMCameraParam", + "HDMLoader", + "HDMTreadGamma" + ], + { + "title_aux": "HDM-ext" + } + ], "https://github.com/KohakuBlueleaf/z-tipo-extension": [ [ "TIPO", @@ -10341,6 +10384,14 @@ "title_aux": "ComfyUI OneThing AI Node" } ], + "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": [ + [ + "ModelScopeKontextAPI" + ], + { + "title_aux": "ComfyUI ModelScope Kontext API Node" + } + ], "https://github.com/OpalSky-AI/OpalSky_Nodes": [ [ "PromptAssistantOpalSky", @@ -10675,6 +10726,7 @@ [ "Apply Circular Padding Model", "Apply Circular Padding VAE", + "Create Pole Mask", "Create Seam Mask", "Crop 360 to 180 Equirectangular", "Crop Image with Coords", @@ -10682,7 +10734,9 @@ "Cubemap to Equirectangular", "Equirectangular Rotation", "Equirectangular to Cubemap", + "Equirectangular to Face", "Equirectangular to Perspective", + "Face to Equirectangular", "Masked Diff C2E", "Merge Monoscopic into Stereo", "Pad 180 to 360 Equirectangular", @@ -13061,6 +13115,8 @@ "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": [ [ "StarApplyOverlayDepth", + "StarQwenEditEncoder", + "StarQwenImageEditInputs", "StarQwenImageRatio", "StarQwenWanRatio" ], @@ -14048,6 +14104,24 @@ "title_aux": "RisuTools" } ], + "https://github.com/TinyBeeman/ComfyUI-TinyBee": [ + [ + "Filter List", + "Filter Words", + "Get File List", + "Get List From File", + "Incrementer", + "Indexed Entry", + "List Count", + "Process Path Name", + "Random Entry", + "Randomize List", + "Sort List" + ], + { + "title_aux": "ComfyUI-TinyBee" + } + ], "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": [ [ "ttN KSampler_v2", @@ -15152,6 +15226,28 @@ "title_aux": "SwD Preset Selector for ComfyUI" } ], + "https://github.com/YarvixPA/ComfyUI-YarvixPA": [ + [ + "ApplyStyleModelEnhanced", + "ApplyStyleModelSimple", + "BatchImagesNode", + "FrameCalculator", + "InpaintConditioningNode", + "InpaintFluxKontextConditioning", + "Prepimg2Vid", + "RemoveBackgroundNode", + "StitchImages", + "StitchImagesAndMask", + "TextFieldNode", + "UnstitchImages", + "UnstitchImagesAndMask", + "UpscaleImageWithModel", + "VTracerImageVectorizerNode" + ], + { + "title_aux": "ComfyUI-YarvixPA" + } + ], "https://github.com/YaserJaradeh/comfyui-yaser-nodes": [ [ "Float", @@ -19175,6 +19271,7 @@ "pre_Flex2", "pre_Kontext", "pre_Kontext_mul", + "pre_QwenEdit", "pre_controlnet", "pre_controlnet_union", "pre_ic_light_sd15", @@ -28960,6 +29057,7 @@ "GetImageSizeAndCount", "GetImagesFromBatchIndexed", "GetLatentRangeFromBatch", + "GetLatentSizeAndCount", "GetLatentsFromBatchIndexed", "GetMaskSizeAndCount", "GradientToFloat", @@ -29005,6 +29103,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LazySwitchKJ", "LeapfusionHunyuanI2VPatcher", "LoadAndResizeImage", "LoadImagesFromFolderKJ", @@ -34012,6 +34111,7 @@ ], "https://github.com/obisin/ComfyUI-DGLS": [ [ + "DGLSCleanup", "DGLSModelLoader", "DynamicSwappingLoader" ], @@ -41342,6 +41442,7 @@ "KY_RegexExtractor", "KY_RegexReplace", "KY_SaveImageToPath", + "KY_VideoCompare", "KY_isNone", "KY_restoreBBox", "KY_toBBox" From 330c4657b1dc067f2cc54e8be7ab0c9ade5888d8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Thu, 21 Aug 2025 12:25:20 +0900 Subject: [PATCH 35/35] update DB --- extension-node-map.json | 2 + github-stats.json | 1164 +++++++++++++-------------- node_db/dev/custom-node-list.json | 10 + node_db/new/custom-node-list.json | 60 -- node_db/new/extension-node-map.json | 2 + 5 files changed, 596 insertions(+), 642 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 3b8ecd54..4f2061a0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -21381,6 +21381,7 @@ "ModelMergeSimple", "ModelMergeSubtract", "ModelMergeWAN2_1", + "ModelPatchLoader", "ModelSamplingAuraFlow", "ModelSamplingContinuousEDM", "ModelSamplingContinuousV", @@ -21431,6 +21432,7 @@ "PrimitiveString", "PrimitiveStringMultiline", "QuadrupleCLIPLoader", + "QwenImageDiffsynthControlnet", "RandomNoise", "RebatchImages", "RebatchLatents", diff --git a/github-stats.json b/github-stats.json index 2446fe65..cbc1aa6f 100644 --- a/github-stats.json +++ b/github-stats.json @@ -97,7 +97,7 @@ "https://github.com/11dogzi/Comfyui-HYPIR": { "stars": 62, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 546 + "author_account_age_days": 548 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 86, @@ -132,7 +132,7 @@ "https://github.com/2frames/ComfyUI-AQnodes": { "stars": 1, "last_update": "2025-06-08 12:51:07", - "author_account_age_days": 411 + "author_account_age_days": 412 }, "https://github.com/2kpr/ComfyUI-PMRF": { "stars": 228, @@ -152,7 +152,7 @@ "https://github.com/31702160136/ComfyUI-GrsAI": { "stars": 11, "last_update": "2025-07-05 11:35:32", - "author_account_age_days": 2425 + "author_account_age_days": 2426 }, "https://github.com/42lux/ComfyUI-42lux": { "stars": 23, @@ -212,7 +212,7 @@ "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 2, "last_update": "2025-06-23 10:55:47", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/852wa/ComfyUI-AAP": { "stars": 9, @@ -227,32 +227,32 @@ "https://github.com/A043-studios/ComfyUI-ASDF-Pixel-Sort-Nodes": { "stars": 3, "last_update": "2025-06-12 12:51:33", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A043-studios/ComfyUI-OmniSVG": { "stars": 0, "last_update": "2025-08-02 22:44:24", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A043-studios/ComfyUI_HunyuanWorldnode": { - "stars": 0, + "stars": 1, "last_update": "2025-08-02 15:50:33", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A043-studios/Comfyui-ascii-generator": { "stars": 0, "last_update": "2025-06-25 14:55:32", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A043-studios/comfyui-deforum-x-flux-nodes": { "stars": 0, "last_update": "2025-06-10 14:28:27", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A043-studios/comfyui-pixel3dmm": { "stars": 5, "last_update": "2025-06-10 08:11:51", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-AutoColorGimp": { "stars": 1, @@ -572,12 +572,12 @@ "https://github.com/AIToldMeTo/comfyui-cache-cleaner": { "stars": 10, "last_update": "2025-05-29 10:44:45", - "author_account_age_days": 251 + "author_account_age_days": 252 }, "https://github.com/AIWarper/ComfyUI-DAViD": { "stars": 3, "last_update": "2025-07-25 17:07:43", - "author_account_age_days": 298 + "author_account_age_days": 300 }, "https://github.com/AIWarper/ComfyUI-NormalCrafterWrapper": { "stars": 64, @@ -602,12 +602,12 @@ "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, "last_update": "2025-06-16 08:10:10", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/AKharytonchyk/ComfyUI-telegram-bot-node": { "stars": 0, "last_update": "2025-06-23 22:03:39", - "author_account_age_days": 3303 + "author_account_age_days": 3305 }, "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 65, @@ -662,7 +662,7 @@ "https://github.com/AbstractEyes/comfyui-lycoris": { "stars": 8, "last_update": "2025-07-26 16:43:05", - "author_account_age_days": 1800 + "author_account_age_days": 1801 }, "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 8, @@ -677,7 +677,7 @@ "https://github.com/AcademiaSD/comfyui_AcademiaSD": { "stars": 6, "last_update": "2025-08-19 10:27:43", - "author_account_age_days": 454 + "author_account_age_days": 456 }, "https://github.com/Acly/comfyui-inpaint-nodes": { "stars": 1022, @@ -697,7 +697,7 @@ "https://github.com/Aero-Ex/ComfyUI-Vision-LLM-Analyzer": { "stars": 0, "last_update": "2025-07-17 07:03:51", - "author_account_age_days": 1172 + "author_account_age_days": 1173 }, "https://github.com/Aerse/ComfyUI-Seed-Nodes": { "stars": 5, @@ -707,12 +707,12 @@ "https://github.com/AgencyMind/ComfyUI-GPU-Preprocessor-Wrapper": { "stars": 3, "last_update": "2025-06-13 08:15:25", - "author_account_age_days": 281 + "author_account_age_days": 282 }, "https://github.com/AgencyMind/ComfyUI-Satori": { "stars": 0, "last_update": "2025-06-27 01:29:00", - "author_account_age_days": 281 + "author_account_age_days": 282 }, "https://github.com/AhBumm/ComfyUI_BillBum_APIset_Nodes": { "stars": 10, @@ -737,7 +737,7 @@ "https://github.com/Alectriciti/comfyui-adaptiveprompts": { "stars": 2, "last_update": "2025-08-16 08:54:08", - "author_account_age_days": 4886 + "author_account_age_days": 4888 }, "https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet": { "stars": 1327, @@ -752,12 +752,12 @@ "https://github.com/AlfredClark/ComfyUI-ModelSpec": { "stars": 0, "last_update": "2025-07-30 04:47:11", - "author_account_age_days": 2306 + "author_account_age_days": 2307 }, "https://github.com/Aljnk/ComfyUI-JNK-Tiny-Nodes": { "stars": 2, "last_update": "2025-07-14 10:36:50", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/Altair200333/ComfyUI_Flux_1.1_PRO": { "stars": 0, @@ -862,7 +862,7 @@ "https://github.com/Aryan185/ComfyUI-ExternalAPI-Helpers": { "stars": 2, "last_update": "2025-07-17 14:05:18", - "author_account_age_days": 1593 + "author_account_age_days": 1594 }, "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 26, @@ -910,14 +910,14 @@ "author_account_age_days": 3071 }, "https://github.com/Azornes/Comfyui-LayerForge": { - "stars": 151, - "last_update": "2025-08-19 01:07:50", - "author_account_age_days": 3311 + "stars": 155, + "last_update": "2025-08-20 21:29:00", + "author_account_age_days": 3313 }, "https://github.com/Azornes/Comfyui-Resolution-Master": { - "stars": 32, - "last_update": "2025-08-19 16:36:12", - "author_account_age_days": 3311 + "stars": 58, + "last_update": "2025-08-20 19:52:00", + "author_account_age_days": 3313 }, "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, @@ -962,7 +962,7 @@ "https://github.com/Baverne/comfyUI-TiledWan": { "stars": 1, "last_update": "2025-08-14 13:18:33", - "author_account_age_days": 892 + "author_account_age_days": 893 }, "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 24, @@ -1047,7 +1047,7 @@ "https://github.com/BigWhiteFly/ComfyUI-ImageConcat": { "stars": 0, "last_update": "2025-05-21 01:16:27", - "author_account_age_days": 2761 + "author_account_age_days": 2763 }, "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 18, @@ -1135,19 +1135,19 @@ "author_account_age_days": 266 }, "https://github.com/BobRandomNumber/ComfyUI-TLBVFI": { - "stars": 7, + "stars": 9, "last_update": "2025-08-13 06:57:26", - "author_account_age_days": 264 + "author_account_age_days": 266 }, "https://github.com/BobsBlazed/Bobs-Lora-Loader": { "stars": 5, "last_update": "2025-08-13 03:41:38", - "author_account_age_days": 2634 + "author_account_age_days": 2636 }, "https://github.com/BobsBlazed/Bobs_Latent_Optimizer": { "stars": 41, "last_update": "2025-06-04 03:00:27", - "author_account_age_days": 2634 + "author_account_age_days": 2636 }, "https://github.com/BoyuanJiang/FitDiT-ComfyUI": { "stars": 102, @@ -1155,9 +1155,9 @@ "author_account_age_days": 3503 }, "https://github.com/Brekel/ComfyUI-Brekel": { - "stars": 15, + "stars": 16, "last_update": "2025-08-07 14:15:08", - "author_account_age_days": 5246 + "author_account_age_days": 5247 }, "https://github.com/Bria-AI/ComfyUI-BRIA-API": { "stars": 54, @@ -1232,7 +1232,7 @@ "https://github.com/CY-CHENYUE/ComfyUI-ImageCompositionCy": { "stars": 4, "last_update": "2025-08-17 06:56:13", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/CY-CHENYUE/ComfyUI-InpaintEasy": { "stars": 81, @@ -1277,7 +1277,7 @@ "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, "last_update": "2025-07-28 06:18:43", - "author_account_age_days": 161 + "author_account_age_days": 162 }, "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 251, @@ -1312,27 +1312,27 @@ "https://github.com/Charonartist/comfyui-auto-lora-v2": { "stars": 0, "last_update": "2025-06-17 15:00:30", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/Charonartist/comfyui-last-frame-extractor": { "stars": 0, "last_update": "2025-08-14 13:42:17", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/Charonartist/comfyui-smart-resize-node": { "stars": 0, "last_update": "2025-08-12 13:01:48", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/Charonartist/comfyui-tag-remover": { "stars": 0, "last_update": "2025-08-14 06:12:04", - "author_account_age_days": 415 + "author_account_age_days": 416 }, "https://github.com/CheNing233/ComfyUI_Image_Pin": { "stars": 4, "last_update": "2025-07-13 08:11:47", - "author_account_age_days": 2867 + "author_account_age_days": 2868 }, "https://github.com/ChenDarYen/ComfyUI-NAG": { "stars": 244, @@ -1362,7 +1362,7 @@ "https://github.com/Chrisvenator/ComfyUI-Painting-by-colors-generator": { "stars": 0, "last_update": "2025-06-03 07:56:17", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/ClownsharkBatwing/RES4LYF": { "stars": 532, @@ -1387,42 +1387,42 @@ "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 4, "last_update": "2025-06-17 03:43:27", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/CoiiChan/ComfyUI-FuncAsTexture-CoiiNode": { "stars": 1, "last_update": "2025-06-24 03:34:32", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/CoiiChan/comfyui-every-person-seg-coii": { "stars": 4, "last_update": "2025-08-01 08:16:18", - "author_account_age_days": 2319 + "author_account_age_days": 2320 }, "https://github.com/Comfy-Org/NIMnodes": { - "stars": 37, - "last_update": "2025-08-15 02:22:24", - "author_account_age_days": 496 + "stars": 38, + "last_update": "2025-08-20 15:31:03", + "author_account_age_days": 497 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, "last_update": "2025-06-21 15:03:38", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/ComfyAssets/ComfyUI-KikoTools": { "stars": 2, "last_update": "2025-08-19 18:54:50", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/ComfyAssets/ComfyUI_PromptManager": { "stars": 37, "last_update": "2025-08-12 13:54:34", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/ComfyAssets/ComfyUI_Selectors": { "stars": 0, "last_update": "2025-06-13 16:13:05", - "author_account_age_days": 87 + "author_account_age_days": 88 }, "https://github.com/ComfyUI-JH/ComfyUI-JH-Misc-Nodes": { "stars": 1, @@ -1467,12 +1467,12 @@ "https://github.com/Creepybits/ComfyUI-Save_To_GDrive": { "stars": 5, "last_update": "2025-07-03 00:27:01", - "author_account_age_days": 2028 + "author_account_age_days": 2030 }, "https://github.com/Creepybits/ComfyUI-Save_To_OneDrive": { "stars": 2, "last_update": "2025-07-15 20:30:08", - "author_account_age_days": 2028 + "author_account_age_days": 2030 }, "https://github.com/Cryptyox/anaglyphTool-Comfyui": { "stars": 7, @@ -1512,22 +1512,22 @@ "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/Cyrostar/Artha-Projekt": { "stars": 0, "last_update": "2025-08-04 06:37:41", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/Cyrostar/ComfyUI-Artha-Gemini": { "stars": 1, "last_update": "2025-08-18 06:04:59", - "author_account_age_days": 3132 + "author_account_age_days": 3133 }, "https://github.com/Cyrus-Hei/comfyui-prompt-bank": { "stars": 2, "last_update": "2025-07-21 10:04:05", - "author_account_age_days": 1026 + "author_account_age_days": 1027 }, "https://github.com/DJ-Tribefull/Comfyui_FOCUS_nodes": { "stars": 5, @@ -1567,7 +1567,7 @@ "https://github.com/DavidPiazza/network_bending": { "stars": 0, "last_update": "2025-07-03 18:58:52", - "author_account_age_days": 2300 + "author_account_age_days": 2302 }, "https://github.com/Dayuppy/ComfyUI-DiscordWebhook": { "stars": 3, @@ -1587,7 +1587,7 @@ "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 0, "last_update": "2025-06-21 12:46:56", - "author_account_age_days": 222 + "author_account_age_days": 223 }, "https://github.com/Deep-Neko/ComfyUI_ascii_art": { "stars": 1, @@ -1596,18 +1596,18 @@ }, "https://github.com/Dehypnotic/comfyui-numbered-text": { "stars": 0, - "last_update": "2025-08-19 17:43:35", - "author_account_age_days": 1513 + "last_update": "2025-08-19 20:44:48", + "author_account_age_days": 1514 }, "https://github.com/DenRakEiw/Latent_Nodes": { "stars": 1, "last_update": "2025-08-13 14:21:14", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/DenRakEiw/WAN_NN_Latent_Upscale": { - "stars": 6, + "stars": 8, "last_update": "2025-08-14 18:53:13", - "author_account_age_days": 1452 + "author_account_age_days": 1453 }, "https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes": { "stars": 421, @@ -1630,9 +1630,9 @@ "author_account_age_days": 907 }, "https://github.com/DiffusionLight/DiffusionLight-ComfyUI": { - "stars": 7, + "stars": 8, "last_update": "2025-07-02 11:04:14", - "author_account_age_days": 621 + "author_account_age_days": 623 }, "https://github.com/DiffusionWave/PickResolution_DiffusionWave": { "stars": 0, @@ -1687,12 +1687,12 @@ "https://github.com/Dontdrunk/ComfyUI-DD-Nodes": { "stars": 75, "last_update": "2025-08-09 14:09:16", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/Dontdrunk/ComfyUI-DD-Translation": { - "stars": 339, + "stars": 340, "last_update": "2025-08-19 03:21:52", - "author_account_age_days": 3325 + "author_account_age_days": 3326 }, "https://github.com/DrJKL/ComfyUI-Anchors": { "stars": 6, @@ -1712,7 +1712,7 @@ "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 0, "last_update": "2025-06-17 00:22:24", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/DraconicDragon/ComfyUI-RyuuNoodles": { "stars": 4, @@ -1737,7 +1737,7 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Mixer": { "stars": 1, "last_update": "2025-07-18 01:39:33", - "author_account_age_days": 2277 + "author_account_age_days": 2278 }, "https://github.com/Duanyll/duanyll_nodepack": { "stars": 0, @@ -1807,12 +1807,12 @@ "https://github.com/Erehr/ComfyUI-Eagle-Autosend": { "stars": 4, "last_update": "2025-07-17 07:05:26", - "author_account_age_days": 3691 + "author_account_age_days": 3693 }, "https://github.com/Erehr/ComfyUI-EreNodes": { "stars": 39, "last_update": "2025-08-11 10:10:28", - "author_account_age_days": 3691 + "author_account_age_days": 3693 }, "https://github.com/EvilBT/ComfyUI_SLK_joy_caption_two": { "stars": 614, @@ -1832,7 +1832,7 @@ "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, "last_update": "2025-08-19 08:09:42", - "author_account_age_days": 9 + "author_account_age_days": 10 }, "https://github.com/ExponentialML/ComfyUI_ModelScopeT2V": { "stars": 27, @@ -1947,12 +1947,12 @@ "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, "last_update": "2025-07-05 15:29:32", - "author_account_age_days": 1261 + "author_account_age_days": 1262 }, "https://github.com/FearL0rd/ComfyUI-MaskAIFingerprint": { "stars": 0, "last_update": "2025-08-15 13:52:56", - "author_account_age_days": 3305 + "author_account_age_days": 3307 }, "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, @@ -1962,7 +1962,7 @@ "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, "last_update": "2025-08-08 21:50:00", - "author_account_age_days": 4587 + "author_account_age_days": 4588 }, "https://github.com/FewBox/fewbox-outfit-comfyui": { "stars": 0, @@ -2011,8 +2011,8 @@ }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 6, - "last_update": "2025-08-19 18:43:22", - "author_account_age_days": 1924 + "last_update": "2025-08-21 01:04:50", + "author_account_age_days": 1925 }, "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, @@ -2032,7 +2032,7 @@ "https://github.com/Franklyc/comfyui-lora-adain-patcher-node": { "stars": 6, "last_update": "2025-07-30 23:08:42", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, @@ -2085,14 +2085,14 @@ "author_account_age_days": 1941 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { - "stars": 35, + "stars": 36, "last_update": "2025-08-15 03:25:07", - "author_account_age_days": 1831 + "author_account_age_days": 1832 }, "https://github.com/GACLove/ComfyUI-VFI": { "stars": 4, "last_update": "2025-07-25 13:37:04", - "author_account_age_days": 4038 + "author_account_age_days": 4039 }, "https://github.com/GHOSTLXH/ComfyUI-Counternodes": { "stars": 10, @@ -2122,12 +2122,12 @@ "https://github.com/Gary-yeh/ComfyUI-WebPrompter": { "stars": 0, "last_update": "2025-06-26 08:24:16", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/Gary-yeh/comfyui-super-captioner": { "stars": 1, "last_update": "2025-07-07 15:32:34", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 14, @@ -2142,7 +2142,7 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 7, "last_update": "2025-08-08 19:56:04", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 48, @@ -2157,7 +2157,7 @@ "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 1, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1091 + "author_account_age_days": 1092 }, "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 19, @@ -2167,7 +2167,7 @@ "https://github.com/GeraldWie/ComfyUI-I2I-slim": { "stars": 0, "last_update": "2025-07-24 05:51:33", - "author_account_age_days": 118 + "author_account_age_days": 119 }, "https://github.com/GiusTex/ComfyUI-DiffusersImageOutpaint": { "stars": 88, @@ -2182,7 +2182,7 @@ "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 17, "last_update": "2025-07-27 06:40:37", - "author_account_age_days": 158 + "author_account_age_days": 159 }, "https://github.com/Goshe-nite/comfyui-gps-supplements": { "stars": 3, @@ -2227,7 +2227,7 @@ "https://github.com/GroxicTinch/EasyUI-ComfyUI": { "stars": 5, "last_update": "2025-07-01 15:25:45", - "author_account_age_days": 3366 + "author_account_age_days": 3367 }, "https://github.com/GrvBdgr/comfyui-negativewildcardsprocessor": { "stars": 1, @@ -2262,7 +2262,7 @@ "https://github.com/HJH-AILab/ComfyUI_Facefusion": { "stars": 6, "last_update": "2025-07-25 12:21:52", - "author_account_age_days": 190 + "author_account_age_days": 191 }, "https://github.com/HJH-AILab/ComfyUI_StableAnimator": { "stars": 16, @@ -2277,7 +2277,7 @@ "https://github.com/HM-RunningHub/ComfyUI_RH_DMOSpeech2": { "stars": 12, "last_update": "2025-08-12 20:03:12", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_FramePack": { "stars": 188, @@ -2290,14 +2290,14 @@ "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Qwen-Image": { - "stars": 81, + "stars": 82, "last_update": "2025-08-05 00:38:59", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_SeedXPro": { "stars": 60, "last_update": "2025-07-23 11:30:36", - "author_account_age_days": 250 + "author_account_age_days": 251 }, "https://github.com/HM-RunningHub/ComfyUI_RH_Step1XEdit": { "stars": 23, @@ -2312,22 +2312,22 @@ "https://github.com/HMG-Fiverr/ComfyUI-RandomNumberButton": { "stars": 0, "last_update": "2025-06-28 05:29:49", - "author_account_age_days": 148 + "author_account_age_days": 149 }, "https://github.com/HSDHCdev/ComfyUI-AI-Pixel-Art-Enhancer": { "stars": 10, "last_update": "2025-08-19 06:30:10", - "author_account_age_days": 196 + "author_account_age_days": 197 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 43 + "author_account_age_days": 45 }, "https://github.com/HWDigi/Factory-Prompts_comfyui": { "stars": 0, "last_update": "2025-08-06 08:31:02", - "author_account_age_days": 43 + "author_account_age_days": 45 }, "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API": { "stars": 13, @@ -2392,7 +2392,7 @@ "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, "last_update": "2025-08-08 06:14:53", - "author_account_age_days": 2659 + "author_account_age_days": 2660 }, "https://github.com/HavocsCall/comfyui_HavocsCall_Custom_Nodes": { "stars": 3, @@ -2407,7 +2407,7 @@ "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 2, "last_update": "2025-07-02 13:28:53", - "author_account_age_days": 4396 + "author_account_age_days": 4397 }, "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, @@ -2447,12 +2447,12 @@ "https://github.com/HighDoping/ComfyUI_ASSSSA": { "stars": 1, "last_update": "2025-07-02 13:28:45", - "author_account_age_days": 2591 + "author_account_age_days": 2593 }, "https://github.com/HoangYell/comfyui-hoangyell-video": { "stars": 0, "last_update": "2025-08-17 11:51:05", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/Holasyb918/Ghost2_Comfyui": { "stars": 4, @@ -2497,7 +2497,7 @@ "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, "last_update": "2025-07-06 03:42:02", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/IIs-fanta/ComfyUI-FANTA-GameBox": { "stars": 1, @@ -2507,7 +2507,7 @@ "https://github.com/INuBq8/ComfyUI-NotificationBridge": { "stars": 0, "last_update": "2025-06-09 04:11:29", - "author_account_age_days": 303 + "author_account_age_days": 304 }, "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, @@ -2520,14 +2520,14 @@ "author_account_age_days": 254 }, "https://github.com/IcelandicCenterArtificialIntelligence/ComfyUI-SamplerSchedulerMetricsTester": { - "stars": 6, + "stars": 7, "last_update": "2025-07-23 10:19:10", - "author_account_age_days": 450 + "author_account_age_days": 451 }, "https://github.com/Icyman86/ComfyUI_AnimeCharacterSelect": { "stars": 1, "last_update": "2025-07-21 10:14:53", - "author_account_age_days": 64 + "author_account_age_days": 66 }, "https://github.com/Iemand005/ComfyUI-Touch-Gestures": { "stars": 3, @@ -2597,7 +2597,7 @@ "https://github.com/IsItDanOrAi/ComfyUI-exLoadout": { "stars": 6, "last_update": "2025-07-11 02:36:28", - "author_account_age_days": 532 + "author_account_age_days": 534 }, "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 28, @@ -2635,9 +2635,9 @@ "author_account_age_days": 833 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4": { - "stars": 192, + "stars": 193, "last_update": "2025-08-07 08:59:28", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 12, @@ -2652,7 +2652,7 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { "stars": 116, "last_update": "2025-08-07 11:19:43", - "author_account_age_days": 832 + "author_account_age_days": 833 }, "https://github.com/JEONG-JIWOO/ComfyUI_Eugene_Nodes": { "stars": 2, @@ -2702,7 +2702,7 @@ "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, "last_update": "2025-05-20 00:41:53", - "author_account_age_days": 4100 + "author_account_age_days": 4101 }, "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 71, @@ -2717,7 +2717,7 @@ "https://github.com/JayLyu/blender-in-comfyui": { "stars": 2, "last_update": "2025-07-20 07:39:06", - "author_account_age_days": 3689 + "author_account_age_days": 3691 }, "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 29, @@ -2852,7 +2852,7 @@ "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 0, "last_update": "2025-06-29 16:31:15", - "author_account_age_days": 369 + "author_account_age_days": 370 }, "https://github.com/Kayarte/AudioDriven-Latent-Space-Tools-for-ComfyUI": { "stars": 3, @@ -2922,7 +2922,7 @@ "https://github.com/Koren-cy/FlowCV": { "stars": 2, "last_update": "2025-08-12 18:22:52", - "author_account_age_days": 425 + "author_account_age_days": 426 }, "https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": { "stars": 854, @@ -2982,7 +2982,7 @@ "https://github.com/L33chKing/comfyui-tag-frequency-weighter": { "stars": 0, "last_update": "2025-08-17 22:37:50", - "author_account_age_days": 2671 + "author_account_age_days": 2673 }, "https://github.com/LAOGOU-666/ComfyUI-LG_HotReload": { "stars": 210, @@ -3022,12 +3022,12 @@ "https://github.com/LK-168/comfyui_imgutils": { "stars": 1, "last_update": "2025-06-30 07:23:25", - "author_account_age_days": 51 + "author_account_age_days": 52 }, "https://github.com/LKbaba/ComfyUI-TuZi-Flux-Kontext": { "stars": 25, "last_update": "2025-06-19 03:37:53", - "author_account_age_days": 2910 + "author_account_age_days": 2911 }, "https://github.com/LaVie024/comfyui-lopi999-nodes": { "stars": 7, @@ -3037,17 +3037,17 @@ "https://github.com/LamEmil/ComfyUI_ASCIIArtNode": { "stars": 1, "last_update": "2025-05-18 09:22:38", - "author_account_age_days": 322 + "author_account_age_days": 323 }, "https://github.com/LaoMaoBoss/ComfyUI-WBLESS": { "stars": 0, - "last_update": "2025-08-13 03:59:56", - "author_account_age_days": 153 + "last_update": "2025-08-20 04:12:45", + "author_account_age_days": 154 }, "https://github.com/LargeModGames/comfyui-smart-lora-downloader": { "stars": 3, "last_update": "2025-06-12 08:40:31", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 69, @@ -3102,12 +3102,12 @@ "https://github.com/Lex-DRL/ComfyUI-BestResolution": { "stars": 4, "last_update": "2025-08-03 11:43:20", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/Lex-DRL/ComfyUI-StringConstructor": { "stars": 1, "last_update": "2025-08-06 03:46:28", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, @@ -3142,17 +3142,17 @@ "https://github.com/Limbicnation/ComfyUI-TransparencyBackgroundRemover": { "stars": 6, "last_update": "2025-08-19 00:14:54", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/Limbicnation/ComfyUIDepthEstimation": { "stars": 13, "last_update": "2025-05-14 22:31:24", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/Limbicnation/ComfyUI_FaceDetectionNode": { "stars": 3, "last_update": "2025-07-22 04:44:07", - "author_account_age_days": 4250 + "author_account_age_days": 4251 }, "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, @@ -3172,7 +3172,7 @@ "https://github.com/LingSss9/comfyui-merge": { "stars": 10, "last_update": "2025-08-13 04:43:40", - "author_account_age_days": 682 + "author_account_age_days": 684 }, "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 68, @@ -3197,17 +3197,17 @@ "https://github.com/Lovzu/ComfyUI-KittenTTS": { "stars": 1, "last_update": "2025-08-09 06:04:38", - "author_account_age_days": 205 + "author_account_age_days": 206 }, "https://github.com/Ltamann/ComfyUI-TBG-ETUR": { - "stars": 37, - "last_update": "2025-08-17 19:34:00", - "author_account_age_days": 4639 + "stars": 38, + "last_update": "2025-08-20 11:40:50", + "author_account_age_days": 4641 }, "https://github.com/Ltamann/ComfyUI-TBG-Takeaways": { "stars": 3, "last_update": "2025-07-08 21:05:35", - "author_account_age_days": 4639 + "author_account_age_days": 4641 }, "https://github.com/LucipherDev/ComfyUI-AniDoc": { "stars": 53, @@ -3277,7 +3277,7 @@ "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 5, "last_update": "2025-07-31 21:52:27", - "author_account_age_days": 2071 + "author_account_age_days": 2072 }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 67, @@ -3347,7 +3347,7 @@ "https://github.com/MartinDeanMoriarty/ComfyUI-DeanLogic": { "stars": 0, "last_update": "2025-07-19 23:30:14", - "author_account_age_days": 3814 + "author_account_age_days": 3816 }, "https://github.com/MaruPelkar/comfyui-conditioning-resizer": { "stars": 1, @@ -3362,7 +3362,7 @@ "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 1, "last_update": "2025-07-19 12:00:54", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/Mattabyte/ComfyUI-SecureApiCall": { "stars": 0, @@ -3371,13 +3371,13 @@ }, "https://github.com/Maxed-Out-99/ComfyUI-MaxedOut": { "stars": 4, - "last_update": "2025-07-29 18:02:26", - "author_account_age_days": 101 + "last_update": "2025-08-19 23:45:18", + "author_account_age_days": 103 }, "https://github.com/Maxed-Out-99/ComfyUI-SmartModelLoaders-MXD": { "stars": 0, "last_update": "2025-08-18 06:00:05", - "author_account_age_days": 101 + "author_account_age_days": 103 }, "https://github.com/McKlinton2/comfyui-mcklinton-pack": { "stars": 2, @@ -3407,7 +3407,7 @@ "https://github.com/MicheleGuidi/ComfyUI-Contextual-SAM2": { "stars": 6, "last_update": "2025-05-01 16:09:43", - "author_account_age_days": 1670 + "author_account_age_days": 1671 }, "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, @@ -3502,7 +3502,7 @@ "https://github.com/MithrilMan/ComfyUI-MithrilNodes": { "stars": 0, "last_update": "2025-07-21 22:39:24", - "author_account_age_days": 4405 + "author_account_age_days": 4406 }, "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, @@ -3567,7 +3567,7 @@ "https://github.com/MovieLabs/comfyui-movielabs-util": { "stars": 1, "last_update": "2025-07-12 01:02:15", - "author_account_age_days": 4815 + "author_account_age_days": 4817 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { "stars": 3321, @@ -3612,7 +3612,7 @@ "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, "last_update": "2025-08-18 11:07:43", - "author_account_age_days": 2675 + "author_account_age_days": 2676 }, "https://github.com/NMWave/ComfyUI-Nader-Tagging": { "stars": 4, @@ -3637,12 +3637,12 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-Util": { "stars": 2, "last_update": "2025-08-16 12:10:47", - "author_account_age_days": 783 + "author_account_age_days": 785 }, "https://github.com/NeoDroleDeGueule/comfyui-image-mixer": { "stars": 0, "last_update": "2025-06-11 16:54:15", - "author_account_age_days": 544 + "author_account_age_days": 546 }, "https://github.com/NeoGriever/ComfyUI-NeoGriever": { "stars": 2, @@ -3652,7 +3652,7 @@ "https://github.com/NeonLightning/neonllama": { "stars": 1, "last_update": "2025-06-20 22:49:39", - "author_account_age_days": 4637 + "author_account_age_days": 4639 }, "https://github.com/Nestorchik/NStor-ComfyUI-Translation": { "stars": 2, @@ -3682,7 +3682,7 @@ "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 24, "last_update": "2025-08-16 20:42:00", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, @@ -3692,7 +3692,7 @@ "https://github.com/NewNoviceChen/ComfyUI-XingLiu": { "stars": 2, "last_update": "2025-08-07 08:34:08", - "author_account_age_days": 1366 + "author_account_age_days": 1367 }, "https://github.com/NguynHungNguyen/Segment-Bedroom-Interior": { "stars": 8, @@ -3767,7 +3767,7 @@ "https://github.com/NyaFuP/ComfyUI_Preview_Selector": { "stars": 1, "last_update": "2025-08-06 06:08:46", - "author_account_age_days": 1734 + "author_account_age_days": 1735 }, "https://github.com/NyaamZ/ComfyUI-ImageGallery-ED": { "stars": 7, @@ -3792,12 +3792,12 @@ "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, "last_update": "2025-07-25 03:17:16", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/OneThingAI/ComfyUI_Onething_Image": { "stars": 1, "last_update": "2025-08-08 02:56:39", - "author_account_age_days": 376 + "author_account_age_days": 377 }, "https://github.com/Onionman61/ComfyUI-ModelScope-Kontext": { "stars": 2, @@ -3827,7 +3827,7 @@ "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, "last_update": "2025-08-05 06:27:09", - "author_account_age_days": 2309 + "author_account_age_days": 2310 }, "https://github.com/Pablerdo/ComfyUI-MultiCutAndDrag": { "stars": 3, @@ -3882,7 +3882,7 @@ "https://github.com/PenguinTeo/Comfyui-TextEditor-Penguin": { "stars": 1, "last_update": "2025-06-04 14:38:13", - "author_account_age_days": 396 + "author_account_age_days": 397 }, "https://github.com/Pfaeff/pfaeff-comfyui": { "stars": 22, @@ -3907,17 +3907,17 @@ "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-SaveMP3": { "stars": 0, "last_update": "2025-06-01 16:35:20", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/Pigidiy/ComfyUI-LikeSpiderAI-UI": { "stars": 0, "last_update": "2025-06-05 19:20:04", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/Pirog17000/Pirogs-Nodes": { "stars": 3, "last_update": "2025-08-14 00:26:09", - "author_account_age_days": 4633 + "author_account_age_days": 4634 }, "https://github.com/PixelFunAI/ComfyUI_PixelFun": { "stars": 3, @@ -3977,7 +3977,7 @@ "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, "last_update": "2025-08-08 15:35:29", - "author_account_age_days": 1464 + "author_account_age_days": 1465 }, "https://github.com/Q-Bug4/Comfyui-Qb-DateNodes": { "stars": 3, @@ -4007,7 +4007,7 @@ "https://github.com/R5-Revo/llm-node-comfyui": { "stars": 6, "last_update": "2025-05-24 03:55:35", - "author_account_age_days": 219 + "author_account_age_days": 221 }, "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, @@ -4017,12 +4017,12 @@ "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 8, "last_update": "2025-08-15 13:12:09", - "author_account_age_days": 211 + "author_account_age_days": 213 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-ImageStitchPlus": { "stars": 16, "last_update": "2025-08-06 08:34:03", - "author_account_age_days": 582 + "author_account_age_days": 583 }, "https://github.com/Ravenmelt/ComfyUI-Rodin": { "stars": 30, @@ -4092,12 +4092,12 @@ "https://github.com/Rizzlord/ComfyUI-RizzNodes": { "stars": 1, "last_update": "2025-08-15 17:55:45", - "author_account_age_days": 1850 + "author_account_age_days": 1851 }, "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 1, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": { "stars": 7, @@ -4147,17 +4147,17 @@ "https://github.com/S4MUEL-404/ComfyUI-S4Motion": { "stars": 1, "last_update": "2025-08-10 13:40:48", - "author_account_age_days": 3508 + "author_account_age_days": 3509 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Image": { "stars": 2, "last_update": "2025-08-10 13:29:01", - "author_account_age_days": 3508 + "author_account_age_days": 3509 }, "https://github.com/S4MUEL-404/ComfyUI-S4Tool-Text": { "stars": 1, "last_update": "2025-08-12 15:29:12", - "author_account_age_days": 3508 + "author_account_age_days": 3509 }, "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, @@ -4232,17 +4232,17 @@ "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, "last_update": "2025-07-23 09:56:07", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/SamTyurenkov/comfyui_chatgpt": { "stars": 0, "last_update": "2025-07-28 11:28:01", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/San4itos/ComfyUI-Save-Images-as-Video": { "stars": 1, "last_update": "2025-05-18 12:37:15", - "author_account_age_days": 2002 + "author_account_age_days": 2003 }, "https://github.com/SanDiegoDude/ComfyUI-DeepStereo": { "stars": 3, @@ -4262,22 +4262,22 @@ "https://github.com/Santodan/santodan-custom-nodes-comfyui": { "stars": 2, "last_update": "2025-07-15 09:17:42", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "https://github.com/Saquib764/omini-kontext": { - "stars": 337, - "last_update": "2025-08-18 18:30:55", - "author_account_age_days": 4897 + "stars": 344, + "last_update": "2025-08-20 23:31:28", + "author_account_age_days": 4898 }, "https://github.com/SaturMars/ComfyUI-NVVFR": { "stars": 0, "last_update": "2025-08-05 05:39:42", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter": { - "stars": 20, + "stars": 21, "last_update": "2025-08-09 17:55:04", - "author_account_age_days": 559 + "author_account_age_days": 561 }, "https://github.com/SayanoAI/Comfy-RVC": { "stars": 23, @@ -4287,7 +4287,7 @@ "https://github.com/Sayene/comfyui-base64-to-image-size": { "stars": 0, "last_update": "2025-05-15 12:33:33", - "author_account_age_days": 4102 + "author_account_age_days": 4103 }, "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, @@ -4457,7 +4457,7 @@ "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 19, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, @@ -4512,7 +4512,7 @@ "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 13, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 28, @@ -4587,7 +4587,7 @@ "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 2, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, @@ -4626,18 +4626,18 @@ }, "https://github.com/SilverAndJade/comfyui-silver-nodes": { "stars": 0, - "last_update": "2025-08-17 08:53:52", - "author_account_age_days": 3973 + "last_update": "2025-08-20 07:46:04", + "author_account_age_days": 3974 }, "https://github.com/Simlym/comfyui-prompt-helper": { "stars": 2, "last_update": "2025-07-31 16:30:02", - "author_account_age_days": 2603 + "author_account_age_days": 2605 }, "https://github.com/Sinphaltimus/comfyui_fedcoms_node_pack": { "stars": 0, "last_update": "2025-05-10 15:54:59", - "author_account_age_days": 2699 + "author_account_age_days": 2701 }, "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 740, @@ -4800,9 +4800,9 @@ "author_account_age_days": 3968 }, "https://github.com/Starnodes2024/ComfyUI_StarBetaNodes": { - "stars": 1, - "last_update": "2025-08-15 06:44:08", - "author_account_age_days": 424 + "stars": 2, + "last_update": "2025-08-20 20:38:19", + "author_account_age_days": 425 }, "https://github.com/Starnodes2024/ComfyUI_StarNodes": { "stars": 44, @@ -4882,7 +4882,7 @@ "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 1, "last_update": "2025-08-11 13:40:16", - "author_account_age_days": 2460 + "author_account_age_days": 2461 }, "https://github.com/Sxela/ComfyWarp": { "stars": 47, @@ -4897,12 +4897,12 @@ "https://github.com/T-Ph525/ComfyUI-Underage-Filter": { "stars": 0, "last_update": "2025-05-30 12:10:57", - "author_account_age_days": 1357 + "author_account_age_days": 1358 }, "https://github.com/TFL-TFL/ComfyUI_Text_Translation": { - "stars": 88, + "stars": 89, "last_update": "2025-05-25 02:27:01", - "author_account_age_days": 1963 + "author_account_age_days": 1964 }, "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 137, @@ -5062,7 +5062,7 @@ "https://github.com/TensorKaze/ComfyUI-TkNodes": { "stars": 0, "last_update": "2025-05-26 01:36:34", - "author_account_age_days": 157 + "author_account_age_days": 159 }, "https://github.com/TheBarret/ZSuite": { "stars": 9, @@ -5082,7 +5082,7 @@ "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 1, "last_update": "2025-06-21 15:09:46", - "author_account_age_days": 1500 + "author_account_age_days": 1502 }, "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 473, @@ -5125,9 +5125,9 @@ "author_account_age_days": 3092 }, "https://github.com/ToTheBeginning/ComfyUI-DreamO": { - "stars": 167, + "stars": 168, "last_update": "2025-06-24 14:59:29", - "author_account_age_days": 3810 + "author_account_age_days": 3812 }, "https://github.com/Tr1dae/ComfyUI-Dequality": { "stars": 1, @@ -5157,7 +5157,7 @@ "https://github.com/TrophiHunter/ComfyUI_Photography_Nodes": { "stars": 2, "last_update": "2025-05-22 07:41:32", - "author_account_age_days": 1139 + "author_account_age_days": 1141 }, "https://github.com/Trung0246/ComfyUI-0246": { "stars": 127, @@ -5210,9 +5210,9 @@ "author_account_age_days": 5261 }, "https://github.com/Verolelb/ComfyUI-Qwen-Aspect-Ratio": { - "stars": 0, + "stars": 1, "last_update": "2025-08-15 17:37:40", - "author_account_age_days": 1043 + "author_account_age_days": 1044 }, "https://github.com/VertexAnomaly/ComfyUI_ImageSentinel": { "stars": 3, @@ -5247,7 +5247,7 @@ "https://github.com/VraethrDalkr/ComfyUI-ProgressiveBlend": { "stars": 1, "last_update": "2025-08-15 13:36:21", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/VrchStudio/comfyui-web-viewer": { "stars": 245, @@ -5287,7 +5287,7 @@ "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding": { "stars": 6, "last_update": "2025-08-15 03:17:39", - "author_account_age_days": 5046 + "author_account_age_days": 5048 }, "https://github.com/WUYUDING2583/ComfyUI-Save-Image-Callback": { "stars": 2, @@ -5330,9 +5330,9 @@ "author_account_age_days": 211 }, "https://github.com/WeChatCV/Stand-In_Preprocessor_ComfyUI": { - "stars": 96, - "last_update": "2025-08-19 14:26:22", - "author_account_age_days": 1714 + "stars": 104, + "last_update": "2025-08-20 10:28:44", + "author_account_age_days": 1715 }, "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, @@ -5347,7 +5347,7 @@ "https://github.com/What-a-stupid-username/comfyui-InversedSampler": { "stars": 1, "last_update": "2025-07-31 14:35:16", - "author_account_age_days": 2713 + "author_account_age_days": 2715 }, "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, @@ -5357,17 +5357,17 @@ "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 27, "last_update": "2025-06-29 13:42:36", - "author_account_age_days": 446 + "author_account_age_days": 448 }, "https://github.com/Windecay/ComfyUI-SDupcaleTiledSize": { "stars": 4, "last_update": "2025-08-11 16:04:38", - "author_account_age_days": 446 + "author_account_age_days": 448 }, "https://github.com/X-School-Academy/X-FluxAgent": { "stars": 27, "last_update": "2025-06-05 08:28:11", - "author_account_age_days": 139 + "author_account_age_days": 140 }, "https://github.com/X-T-E-R/ComfyUI-EasyCivitai-XTNodes": { "stars": 46, @@ -5382,12 +5382,12 @@ "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, "last_update": "2025-06-04 20:33:17", - "author_account_age_days": 657 + "author_account_age_days": 659 }, "https://github.com/XchanBik/ComfyUI_SimpleBridgeNode": { "stars": 0, "last_update": "2025-05-15 22:10:43", - "author_account_age_days": 103 + "author_account_age_days": 104 }, "https://github.com/Xclbr7/ComfyUI-Merlin": { "stars": 29, @@ -5457,7 +5457,7 @@ "https://github.com/Yahweasel/ComfyUI-MinDalle": { "stars": 0, "last_update": "2025-05-26 20:42:34", - "author_account_age_days": 3071 + "author_account_age_days": 3072 }, "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 221, @@ -5471,13 +5471,13 @@ }, "https://github.com/YarvixPA/ComfyUI-YarvixPA": { "stars": 0, - "last_update": "2025-08-17 21:24:26", - "author_account_age_days": 627 + "last_update": "2025-08-20 17:36:30", + "author_account_age_days": 629 }, "https://github.com/YaserJaradeh/comfyui-yaser-nodes": { "stars": 0, "last_update": "2025-08-01 12:35:46", - "author_account_age_days": 3945 + "author_account_age_days": 3947 }, "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI": { "stars": 16, @@ -5487,7 +5487,7 @@ "https://github.com/Yo1up/Diffusion-Model-Detailer": { "stars": 2, "last_update": "2025-08-08 00:32:59", - "author_account_age_days": 961 + "author_account_age_days": 963 }, "https://github.com/Yuan-ManX/ComfyUI-AniSora": { "stars": 43, @@ -5532,7 +5532,7 @@ "https://github.com/Yuan-ManX/ComfyUI-HiggsAudio": { "stars": 19, "last_update": "2025-07-26 07:19:35", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-Hunyuan3D-2.1": { "stars": 27, @@ -5615,9 +5615,9 @@ "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-SkyworkUniPic": { - "stars": 11, + "stars": 12, "last_update": "2025-07-30 06:02:10", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-SoundHub": { "stars": 1, @@ -5642,7 +5642,7 @@ "https://github.com/Yuan-ManX/ComfyUI-ThinkSound": { "stars": 21, "last_update": "2025-07-12 03:48:32", - "author_account_age_days": 1861 + "author_account_age_days": 1862 }, "https://github.com/Yuan-ManX/ComfyUI-UNO": { "stars": 10, @@ -5657,7 +5657,7 @@ "https://github.com/Yukinoshita-Yukinoe/ComfyUI-Qwen-Node": { "stars": 2, "last_update": "2025-07-15 00:58:42", - "author_account_age_days": 1827 + "author_account_age_days": 1829 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 376, @@ -5752,7 +5752,7 @@ "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 2, "last_update": "2025-07-16 17:17:01", - "author_account_age_days": 1704 + "author_account_age_days": 1705 }, "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, @@ -5762,7 +5762,7 @@ "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, "last_update": "2025-06-10 07:10:28", - "author_account_age_days": 1782 + "author_account_age_days": 1783 }, "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, @@ -5782,7 +5782,7 @@ "https://github.com/Zch6111/AI_Text_Comfyui": { "stars": 1, "last_update": "2025-06-05 03:22:47", - "author_account_age_days": 494 + "author_account_age_days": 495 }, "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, @@ -5790,9 +5790,9 @@ "author_account_age_days": 1616 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { - "stars": 216, + "stars": 218, "last_update": "2025-08-06 15:14:29", - "author_account_age_days": 1624 + "author_account_age_days": 1625 }, "https://github.com/Zeks/comfyui-rapidfire": { "stars": 0, @@ -5887,7 +5887,7 @@ "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, "last_update": "2025-07-24 22:13:07", - "author_account_age_days": 3384 + "author_account_age_days": 3385 }, "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, @@ -5932,12 +5932,12 @@ "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 131, "last_update": "2025-08-04 00:19:34", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/aiaiaikkk/kontext-super-prompt": { - "stars": 110, - "last_update": "2025-08-19 08:34:40", - "author_account_age_days": 325 + "stars": 113, + "last_update": "2025-08-20 05:44:41", + "author_account_age_days": 326 }, "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, @@ -5952,7 +5952,7 @@ "https://github.com/aicoder-max/Pillar_For_ComfyUI": { "stars": 2, "last_update": "2025-06-05 09:40:09", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/aicuai/aicu-comfyui-stability-ai-api": { "stars": 1, @@ -6077,12 +6077,12 @@ "https://github.com/alchemine/comfyui-alchemine-pack": { "stars": 0, "last_update": "2025-08-12 08:42:40", - "author_account_age_days": 2246 + "author_account_age_days": 2247 }, "https://github.com/aleolidev/comfy_kaizen_package": { "stars": 0, "last_update": "2025-06-21 11:10:52", - "author_account_age_days": 2999 + "author_account_age_days": 3000 }, "https://github.com/alessandroperilli/APW_Nodes": { "stars": 4, @@ -6136,8 +6136,8 @@ }, "https://github.com/alexisrolland/ComfyUI-Blender": { "stars": 27, - "last_update": "2025-08-18 15:23:56", - "author_account_age_days": 3707 + "last_update": "2025-08-20 06:36:49", + "author_account_age_days": 3708 }, "https://github.com/alexisrolland/ComfyUI-Phi": { "stars": 9, @@ -6152,7 +6152,7 @@ "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3101 + "author_account_age_days": 3102 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1267, @@ -6217,12 +6217,12 @@ "https://github.com/angree/ComfyUI-Q_GLB_Material_Modifier": { "stars": 1, "last_update": "2025-05-30 22:51:59", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/angree/ComfyUI-Q_find-mask-size": { "stars": 0, "last_update": "2025-05-30 22:53:04", - "author_account_age_days": 3143 + "author_account_age_days": 3144 }, "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, @@ -6237,7 +6237,7 @@ "https://github.com/apeirography/DaimalyadNodes": { "stars": 0, "last_update": "2025-08-15 03:21:01", - "author_account_age_days": 2162 + "author_account_age_days": 2163 }, "https://github.com/arcum42/ComfyUI_SageUtils": { "stars": 11, @@ -6352,7 +6352,7 @@ "https://github.com/avocadori/ComfyUI-load-image-prompt-lora": { "stars": 0, "last_update": "2025-06-02 20:35:37", - "author_account_age_days": 494 + "author_account_age_days": 496 }, "https://github.com/aws-samples/comfyui-llm-node-for-amazon-bedrock": { "stars": 27, @@ -6362,7 +6362,7 @@ "https://github.com/azazeal04/Azazeal_Anime_Characters_ComfyUI": { "stars": 1, "last_update": "2025-06-21 18:26:40", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 4, @@ -6377,7 +6377,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": 98 + "author_account_age_days": 100 }, "https://github.com/bablueza/ComfyUI-Vaja-Ai4thai": { "stars": 0, @@ -6387,12 +6387,12 @@ "https://github.com/babydjac/comfyui-grok-prompts": { "stars": 1, "last_update": "2025-06-06 09:47:19", - "author_account_age_days": 826 + "author_account_age_days": 828 }, "https://github.com/babydjac/comfyui-smart-scaler": { "stars": 0, "last_update": "2025-05-16 07:28:19", - "author_account_age_days": 826 + "author_account_age_days": 828 }, "https://github.com/badayvedat/ComfyUI-fal-Connector": { "stars": 44, @@ -6447,7 +6447,7 @@ "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 108, "last_update": "2025-08-10 14:10:03", - "author_account_age_days": 46 + "author_account_age_days": 47 }, "https://github.com/bbtaivi/ComfyUI-Aiv-Param": { "stars": 1, @@ -6482,7 +6482,7 @@ "https://github.com/benjamin-bertram/Comfyui_OIDN_Denoiser": { "stars": 0, "last_update": "2025-06-12 22:37:05", - "author_account_age_days": 2187 + "author_account_age_days": 2189 }, "https://github.com/benjiyaya/ComfyUI-HunyuanVideoImagesGuider": { "stars": 29, @@ -6497,27 +6497,27 @@ "https://github.com/benstaniford/comfy-contact-sheet-image-loader": { "stars": 10, "last_update": "2025-08-02 06:16:57", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/benstaniford/comfy-image-switch": { "stars": 0, "last_update": "2025-08-03 06:08:05", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/benstaniford/comfy-load-last-image": { "stars": 0, "last_update": "2025-07-08 07:19:46", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/benstaniford/comfy-lora-loader-with-triggerdb": { "stars": 30, "last_update": "2025-07-14 19:10:28", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/benstaniford/comfy-prompt-db": { "stars": 2, "last_update": "2025-07-29 07:27:44", - "author_account_age_days": 4889 + "author_account_age_days": 4890 }, "https://github.com/bentoml/comfy-pack": { "stars": 173, @@ -6532,7 +6532,7 @@ "https://github.com/bikiam/ComfyUI_WhisperSRT": { "stars": 1, "last_update": "2025-06-01 13:56:23", - "author_account_age_days": 571 + "author_account_age_days": 572 }, "https://github.com/bilal-arikan/ComfyUI_TextAssets": { "stars": 2, @@ -6682,7 +6682,7 @@ "https://github.com/blird/ComfyUI-Wanify": { "stars": 0, "last_update": "2025-07-18 13:48:00", - "author_account_age_days": 2758 + "author_account_age_days": 2759 }, "https://github.com/blob8/ComfyUI_sloppy-comic": { "stars": 9, @@ -6737,7 +6737,7 @@ "https://github.com/bollerdominik/ComfyUI-load-lora-from-url": { "stars": 0, "last_update": "2025-08-12 19:49:07", - "author_account_age_days": 3835 + "author_account_age_days": 3836 }, "https://github.com/bombax-xiaoice/ComfyUI-Allegro": { "stars": 4, @@ -6782,12 +6782,12 @@ "https://github.com/boricuapab/ComfyUI-Bori-JsonSetGetConverter": { "stars": 0, "last_update": "2025-08-17 21:49:36", - "author_account_age_days": 1990 + "author_account_age_days": 1992 }, "https://github.com/boricuapab/ComfyUI-Bori-QwenImageResolutions": { "stars": 2, "last_update": "2025-08-10 07:43:57", - "author_account_age_days": 1990 + "author_account_age_days": 1992 }, "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, @@ -6817,7 +6817,7 @@ "https://github.com/brayevalerien/ComfyUI-SplitString": { "stars": 1, "last_update": "2025-07-25 10:57:00", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/brayevalerien/ComfyUI-resynthesizer": { "stars": 24, @@ -6837,7 +6837,7 @@ "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, "last_update": "2025-07-20 04:08:09", - "author_account_age_days": 805 + "author_account_age_days": 806 }, "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 43, @@ -6957,7 +6957,7 @@ "https://github.com/casterpollux/MiniMax-bmo": { "stars": 44, "last_update": "2025-06-24 19:22:18", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/catboxanon/comfyui_stealth_pnginfo": { "stars": 3, @@ -6985,24 +6985,24 @@ "author_account_age_days": 3718 }, "https://github.com/cedarconnor/ComfyUI_HunyuanWorld": { - "stars": 5, + "stars": 6, "last_update": "2025-08-11 02:51:59", - "author_account_age_days": 4716 + "author_account_age_days": 4718 }, "https://github.com/cedarconnor/comfyui-BatchNameLoop": { "stars": 0, "last_update": "2025-07-22 04:11:06", - "author_account_age_days": 4716 + "author_account_age_days": 4718 }, "https://github.com/cedarconnor/comfyui-LatLong": { "stars": 0, "last_update": "2025-08-13 03:01:14", - "author_account_age_days": 4716 + "author_account_age_days": 4718 }, "https://github.com/cedarconnor/upsampler": { "stars": 2, "last_update": "2025-07-24 04:54:00", - "author_account_age_days": 4716 + "author_account_age_days": 4718 }, "https://github.com/celoron/ComfyUI-VisualQueryTemplate": { "stars": 12, @@ -7212,7 +7212,7 @@ "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, "last_update": "2025-08-01 20:21:22", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": { "stars": 0, @@ -7427,12 +7427,12 @@ "https://github.com/chuchu114514/comfyui_proportion_solver": { "stars": 1, "last_update": "2025-07-06 08:58:20", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/chuchu114514/comfyui_text_list_stepper": { "stars": 1, "last_update": "2025-08-07 01:52:58", - "author_account_age_days": 781 + "author_account_age_days": 782 }, "https://github.com/ciga2011/ComfyUI-MarkItDown": { "stars": 8, @@ -7507,12 +7507,12 @@ "https://github.com/cjj198909/comfy_openai_image_api_azure": { "stars": 0, "last_update": "2025-07-16 05:37:48", - "author_account_age_days": 778 + "author_account_age_days": 779 }, "https://github.com/claptrap0/ComfyUI_LLM_Hub": { "stars": 1, "last_update": "2025-07-13 11:51:08", - "author_account_age_days": 37 + "author_account_age_days": 38 }, "https://github.com/claussteinmassl/ComfyUI-CS-CustomNodes": { "stars": 1, @@ -7537,17 +7537,17 @@ "https://github.com/cloudkoala/comfyui-koala": { "stars": 0, "last_update": "2025-06-06 00:17:19", - "author_account_age_days": 334 + "author_account_age_days": 336 }, "https://github.com/cluny85/ComfyUI-Scripting-Tools": { "stars": 0, "last_update": "2025-06-16 12:28:27", - "author_account_age_days": 4967 + "author_account_age_days": 4968 }, "https://github.com/cmdicely/simple_image_to_palette": { "stars": 0, "last_update": "2025-06-22 03:20:08", - "author_account_age_days": 5905 + "author_account_age_days": 5906 }, "https://github.com/cnbjjj/ComfyUI-Jtils": { "stars": 3, @@ -7557,7 +7557,7 @@ "https://github.com/cnnmmd/comfyui_xoxxox_cnnmmd": { "stars": 0, "last_update": "2025-08-18 16:09:16", - "author_account_age_days": 29 + "author_account_age_days": 31 }, "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation": { "stars": 2, @@ -7575,9 +7575,9 @@ "author_account_age_days": 589 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 85945, - "last_update": "2025-08-19 05:01:37", - "author_account_age_days": 970 + "stars": 86097, + "last_update": "2025-08-21 03:09:38", + "author_account_age_days": 971 }, "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 640, @@ -7592,22 +7592,22 @@ "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 3, "last_update": "2025-08-18 02:02:44", - "author_account_age_days": 240 + "author_account_age_days": 241 }, "https://github.com/comfyuistudio/ComfyUI-Studio-nodes": { "stars": 0, "last_update": "2025-07-29 20:43:40", - "author_account_age_days": 270 + "author_account_age_days": 271 }, "https://github.com/comnote-max/builmenlabo": { "stars": 1, "last_update": "2025-07-24 08:37:04", - "author_account_age_days": 194 + "author_account_age_days": 195 }, "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 6, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/concarne000/ConCarneNode": { "stars": 4, @@ -7642,7 +7642,7 @@ "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 0, "last_update": "2025-05-26 11:45:44", - "author_account_age_days": 3363 + "author_account_age_days": 3364 }, "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, @@ -7672,7 +7672,7 @@ "https://github.com/craig-tanaka/comfyui_animeseg": { "stars": 1, "last_update": "2025-05-20 18:59:45", - "author_account_age_days": 3031 + "author_account_age_days": 3032 }, "https://github.com/crave33/RenesStuffDanbooruTagGet": { "stars": 0, @@ -7692,7 +7692,7 @@ "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 0, "last_update": "2025-07-23 11:04:17", - "author_account_age_days": 888 + "author_account_age_days": 889 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { "stars": 84, @@ -7797,7 +7797,7 @@ "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 0, "last_update": "2025-07-04 16:07:42", - "author_account_age_days": 3808 + "author_account_age_days": 3809 }, "https://github.com/danger-electrodes/ComfyUI_Fawfluencer_Nodes": { "stars": 0, @@ -7967,7 +7967,7 @@ "https://github.com/diodiogod/TTS-Audio-Suite": { "stars": 14, "last_update": "2025-08-16 20:06:28", - "author_account_age_days": 549 + "author_account_age_days": 550 }, "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 79, @@ -8027,7 +8027,7 @@ "https://github.com/doubletwisted/ComfyUI-Deadline-Plugin": { "stars": 10, "last_update": "2025-08-06 18:15:19", - "author_account_age_days": 1012 + "author_account_age_days": 1013 }, "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, @@ -8047,12 +8047,12 @@ "https://github.com/drozbay/ComfyUI-WanVaceAdvanced": { "stars": 9, "last_update": "2025-08-18 16:13:30", - "author_account_age_days": 3472 + "author_account_age_days": 3474 }, "https://github.com/drphero/comfyui_prompttester": { "stars": 1, "last_update": "2025-06-19 01:06:51", - "author_account_age_days": 3633 + "author_account_age_days": 3634 }, "https://github.com/drustan-hawk/primitive-types": { "stars": 6, @@ -8062,17 +8062,17 @@ "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 2, "last_update": "2025-08-15 06:13:46", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/dseditor/ComfyUI-ScheduledTask": { "stars": 7, "last_update": "2025-07-15 12:08:18", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/dseditor/ComfyUI-Thread": { "stars": 3, "last_update": "2025-06-17 02:38:00", - "author_account_age_days": 1425 + "author_account_age_days": 1426 }, "https://github.com/duchamps0305/comfyui-white-extractor": { "stars": 0, @@ -8097,7 +8097,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": 102 + "author_account_age_days": 104 }, "https://github.com/e7mac/ComfyUI-ShadertoyGL": { "stars": 4, @@ -8117,7 +8117,7 @@ "https://github.com/ebrinz/ComfyUI-MusicGen-HF": { "stars": 3, "last_update": "2025-07-29 05:12:10", - "author_account_age_days": 2479 + "author_account_age_days": 2480 }, "https://github.com/edelvarden/ComfyUI-Display-Value": { "stars": 0, @@ -8142,7 +8142,7 @@ "https://github.com/edoardocarmignani/extralinks": { "stars": 1, "last_update": "2025-07-19 22:01:09", - "author_account_age_days": 2874 + "author_account_age_days": 2875 }, "https://github.com/educator-art/ComfyUI-Load-DirectoryFiles": { "stars": 3, @@ -8152,17 +8152,17 @@ "https://github.com/educator-art/ComfyUI-gpt-oss-PromptDesigner": { "stars": 0, "last_update": "2025-08-11 17:57:55", - "author_account_age_days": 623 + "author_account_age_days": 624 }, "https://github.com/eg0pr0xy/comfyui_noisegen": { "stars": 0, "last_update": "2025-06-29 13:58:28", - "author_account_age_days": 2495 + "author_account_age_days": 2496 }, "https://github.com/einhorn13/ComfyUI-ImageProcessUtilities": { "stars": 0, "last_update": "2025-07-22 15:23:02", - "author_account_age_days": 3253 + "author_account_age_days": 3254 }, "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, @@ -8175,9 +8175,9 @@ "author_account_age_days": 378 }, "https://github.com/eric183/ComfyUI-Only": { - "stars": 33, + "stars": 35, "last_update": "2025-08-16 11:24:55", - "author_account_age_days": 3854 + "author_account_age_days": 3855 }, "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 514, @@ -8222,7 +8222,7 @@ "https://github.com/facefusion/facefusion-comfyui": { "stars": 6, "last_update": "2025-07-03 14:54:43", - "author_account_age_days": 732 + "author_account_age_days": 734 }, "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora": { "stars": 117, @@ -8285,9 +8285,9 @@ "author_account_age_days": 3786 }, "https://github.com/fblissjr/ComfyUI-QwenImageWanBridge": { - "stars": 4, - "last_update": "2025-08-17 17:24:06", - "author_account_age_days": 3785 + "stars": 8, + "last_update": "2025-08-20 22:18:30", + "author_account_age_days": 3787 }, "https://github.com/fblissjr/ComfyUI-WanActivationEditor": { "stars": 4, @@ -8307,12 +8307,12 @@ "https://github.com/fcanfora/comfyui-camera-tools": { "stars": 1, "last_update": "2025-07-28 12:32:59", - "author_account_age_days": 867 + "author_account_age_days": 869 }, "https://github.com/fchangjun/Comfyui_MultiSaveImage": { "stars": 1, "last_update": "2025-07-03 07:23:45", - "author_account_age_days": 3945 + "author_account_age_days": 3947 }, "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 18, @@ -8322,7 +8322,7 @@ "https://github.com/feffy380/comfyui-chroma-cache": { "stars": 7, "last_update": "2025-08-15 12:29:59", - "author_account_age_days": 1051 + "author_account_age_days": 1053 }, "https://github.com/feixuetuba/Spleeter": { "stars": 0, @@ -8357,7 +8357,7 @@ "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 1, "last_update": "2025-08-05 06:09:32", - "author_account_age_days": 3415 + "author_account_age_days": 3416 }, "https://github.com/filipemeneses/comfy_pixelization": { "stars": 69, @@ -8387,7 +8387,7 @@ "https://github.com/flamacore/ComfyUI-YouTubeUploader": { "stars": 3, "last_update": "2025-06-14 22:11:33", - "author_account_age_days": 3730 + "author_account_age_days": 3731 }, "https://github.com/florestefano1975/ComfyUI-Advanced-Sequence-Seed": { "stars": 1, @@ -8440,9 +8440,9 @@ "author_account_age_days": 255 }, "https://github.com/flybirdxx/ComfyUI-SDMatte": { - "stars": 105, + "stars": 113, "last_update": "2025-08-17 06:24:00", - "author_account_age_days": 3068 + "author_account_age_days": 3069 }, "https://github.com/flycarl/ComfyUI-Pixelate": { "stars": 1, @@ -8487,7 +8487,7 @@ "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, "last_update": "2025-06-25 19:54:59", - "author_account_age_days": 277 + "author_account_age_days": 278 }, "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, @@ -8502,7 +8502,7 @@ "https://github.com/fplu/comfyui_lama_with_refiner": { "stars": 1, "last_update": "2025-06-22 16:38:15", - "author_account_age_days": 2504 + "author_account_age_days": 2506 }, "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, @@ -8522,17 +8522,17 @@ "https://github.com/fredconex/ComfyUI-SongBloom": { "stars": 58, "last_update": "2025-07-10 14:05:14", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/fredconex/ComfyUI-SoundFlow": { - "stars": 51, + "stars": 52, "last_update": "2025-06-16 14:18:04", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/fredconex/ComfyUI-SyncEdit": { "stars": 0, "last_update": "2025-06-16 21:52:36", - "author_account_age_days": 1123 + "author_account_age_days": 1124 }, "https://github.com/freelifehacker/ComfyUI-ImgMask2PNG": { "stars": 0, @@ -8572,27 +8572,27 @@ "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": { "stars": 0, "last_update": "2025-08-05 10:16:15", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/gabe-init/ComfyUI-11labs": { "stars": 4, "last_update": "2025-05-27 00:27:28", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/gabe-init/ComfyUI-Google-Image-Search": { "stars": 3, "last_update": "2025-05-27 00:54:00", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/gabe-init/ComfyUI-Openrouter_node": { "stars": 12, "last_update": "2025-06-13 01:42:28", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/gabe-init/ComfyUI-String-Similarity": { "stars": 0, "last_update": "2025-05-27 00:59:21", - "author_account_age_days": 86 + "author_account_age_days": 87 }, "https://github.com/game4d/ComfyUI-BDsInfiniteYou": { "stars": 7, @@ -8622,7 +8622,7 @@ "https://github.com/georgitsenov/ComfyUI-R2": { "stars": 1, "last_update": "2025-07-03 11:51:13", - "author_account_age_days": 3969 + "author_account_age_days": 3970 }, "https://github.com/ggarra13/ComfyUI-mrv2": { "stars": 4, @@ -8640,9 +8640,9 @@ "author_account_age_days": 5421 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { - "stars": 14, + "stars": 15, "last_update": "2025-06-11 02:01:24", - "author_account_age_days": 3463 + "author_account_age_days": 3464 }, "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, @@ -8687,7 +8687,7 @@ "https://github.com/glitchinthemetrix16/ComfyUI-Roop": { "stars": 0, "last_update": "2025-07-10 14:51:00", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 16, @@ -8840,9 +8840,9 @@ "author_account_age_days": 4615 }, "https://github.com/guill/comfyui-droopy-noodles": { - "stars": 3, + "stars": 5, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4614 + "author_account_age_days": 4615 }, "https://github.com/guyaton/guy-nodes-comfyui": { "stars": 0, @@ -8852,7 +8852,7 @@ "https://github.com/gvfarns/comfyui_gvf": { "stars": 0, "last_update": "2025-07-30 21:33:13", - "author_account_age_days": 4528 + "author_account_age_days": 4529 }, "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, @@ -8865,9 +8865,9 @@ "author_account_age_days": 5259 }, "https://github.com/hao-ai-lab/FastVideo": { - "stars": 2018, - "last_update": "2025-08-19 07:19:42", - "author_account_age_days": 663 + "stars": 2031, + "last_update": "2025-08-20 22:53:50", + "author_account_age_days": 664 }, "https://github.com/haohaocreates/ComfyUI-HH-Image-Selector": { "stars": 0, @@ -8877,12 +8877,12 @@ "https://github.com/hassan-sd/comfyui-image-prompt-loader": { "stars": 3, "last_update": "2025-06-11 21:10:47", - "author_account_age_days": 991 + "author_account_age_days": 992 }, "https://github.com/havvk/ComfyUI_AIIA": { "stars": 8, "last_update": "2025-07-07 14:53:42", - "author_account_age_days": 4059 + "author_account_age_days": 4060 }, "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, @@ -8942,7 +8942,7 @@ "https://github.com/heheok/comfyui_wan2.1_vace_infinite_helpers": { "stars": 1, "last_update": "2025-07-01 16:10:19", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/hekmon/comfyui-checkpoint-extract": { "stars": 1, @@ -8967,7 +8967,7 @@ "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 4, "last_update": "2025-07-07 04:30:07", - "author_account_age_days": 89 + "author_account_age_days": 90 }, "https://github.com/hgabha/WWAA-CustomNodes": { "stars": 23, @@ -8982,7 +8982,7 @@ "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, "last_update": "2025-07-28 15:24:35", - "author_account_age_days": 937 + "author_account_age_days": 938 }, "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 2, @@ -9122,7 +9122,7 @@ "https://github.com/hvppycoding/comfyui-random-sampler-scheduler-steps": { "stars": 0, "last_update": "2025-06-04 15:41:16", - "author_account_age_days": 1027 + "author_account_age_days": 1028 }, "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, @@ -9157,17 +9157,17 @@ "https://github.com/iacoposk8/ComfyUI-Fooocus-Inpaint-Wrapper": { "stars": 3, "last_update": "2025-07-05 07:17:09", - "author_account_age_days": 4575 + "author_account_age_days": 4576 }, "https://github.com/iacoposk8/xor_pickle_nodes": { "stars": 1, "last_update": "2025-08-12 09:46:27", - "author_account_age_days": 4575 + "author_account_age_days": 4576 }, "https://github.com/ialhabbal/OcclusionMask": { "stars": 21, "last_update": "2025-06-24 14:38:58", - "author_account_age_days": 3441 + "author_account_age_days": 3442 }, "https://github.com/iamandeepsandhu/ComfyUI-NSFW-Check": { "stars": 10, @@ -9257,7 +9257,7 @@ "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3283 + "author_account_age_days": 3285 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 9, @@ -9337,7 +9337,7 @@ "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 51, "last_update": "2025-08-15 16:33:27", - "author_account_age_days": 4181 + "author_account_age_days": 4182 }, "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 102, @@ -9367,7 +9367,7 @@ "https://github.com/jasonjgardner/comfui-substance-designer-integration": { "stars": 1, "last_update": "2025-06-08 20:40:11", - "author_account_age_days": 4799 + "author_account_age_days": 4801 }, "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 186, @@ -9447,7 +9447,7 @@ "https://github.com/jiafuzeng/comfyui-LatentSync": { "stars": 0, "last_update": "2025-08-01 08:05:58", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/jianzhichun/ComfyUI-Easyai": { "stars": 22, @@ -9472,7 +9472,7 @@ "https://github.com/jinchanz/ComfyUI-ADIC": { "stars": 2, "last_update": "2025-07-01 11:35:14", - "author_account_age_days": 2486 + "author_account_age_days": 2488 }, "https://github.com/jitcoder/lora-info": { "stars": 105, @@ -9507,7 +9507,7 @@ "https://github.com/joeriben/ai4artsed_comfyui_nodes": { "stars": 0, "last_update": "2025-07-16 22:22:32", - "author_account_age_days": 4168 + "author_account_age_days": 4169 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { "stars": 621, @@ -9522,7 +9522,7 @@ "https://github.com/joosthel/ComfyUI-CVOverlay": { "stars": 2, "last_update": "2025-07-28 11:41:47", - "author_account_age_days": 687 + "author_account_age_days": 688 }, "https://github.com/jordoh/ComfyUI-Deepface": { "stars": 30, @@ -9542,12 +9542,12 @@ "https://github.com/jqy-yo/Comfyui-BBoxLowerMask2": { "stars": 0, "last_update": "2025-05-19 02:28:44", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/jqy-yo/comfyui-gemini-nodes": { "stars": 1, "last_update": "2025-08-18 09:41:32", - "author_account_age_days": 462 + "author_account_age_days": 463 }, "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 10, @@ -9575,9 +9575,9 @@ "author_account_age_days": 5175 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { - "stars": 69, + "stars": 70, "last_update": "2025-08-18 12:23:20", - "author_account_age_days": 5174 + "author_account_age_days": 5175 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 34, @@ -9587,7 +9587,7 @@ "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 5, "last_update": "2025-08-02 09:30:48", - "author_account_age_days": 1531 + "author_account_age_days": 1533 }, "https://github.com/judian17/ComfyUI-Extract_Flux_Lora": { "stars": 19, @@ -9597,7 +9597,7 @@ "https://github.com/judian17/ComfyUI-JoyCaption-beta-one-hf-llava-Prompt_node": { "stars": 4, "last_update": "2025-08-02 00:48:15", - "author_account_age_days": 2267 + "author_account_age_days": 2268 }, "https://github.com/judian17/ComfyUI-UniWorld-jd17": { "stars": 21, @@ -9622,7 +9622,7 @@ "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, "last_update": "2025-08-15 18:24:51", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/jupo-ai/comfy-ex-tagcomplete": { "stars": 16, @@ -9632,27 +9632,27 @@ "https://github.com/jupo-ai/comfy-join-prompt": { "stars": 1, "last_update": "2025-08-15 18:15:31", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/jupo-ai/comfy-linear-move": { "stars": 1, "last_update": "2025-08-18 04:21:23", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/jupo-ai/comfy-preview-model": { "stars": 0, "last_update": "2025-08-15 18:31:50", - "author_account_age_days": 171 + "author_account_age_days": 172 }, "https://github.com/jurdnf/ComfyUI-JurdnsIterativeNoiseKSampler": { "stars": 3, "last_update": "2025-06-23 03:58:50", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/jurdnf/ComfyUI-JurdnsModelSculptor": { "stars": 3, "last_update": "2025-06-23 14:03:22", - "author_account_age_days": 88 + "author_account_age_days": 89 }, "https://github.com/jurdnisglobby/ComfyUI-Jurdns-Groq-Node": { "stars": 2, @@ -9687,7 +9687,7 @@ "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 3, "last_update": "2025-07-03 21:07:05", - "author_account_age_days": 147 + "author_account_age_days": 149 }, "https://github.com/kadirnar/ComfyUI-Transformers": { "stars": 21, @@ -9701,8 +9701,8 @@ }, "https://github.com/kael558/ComfyUI-GGUF-FantasyTalking": { "stars": 3, - "last_update": "2025-06-18 02:19:28", - "author_account_age_days": 3068 + "last_update": "2025-08-20 00:08:16", + "author_account_age_days": 3070 }, "https://github.com/kaibioinfo/ComfyUI_AdvancedRefluxControl": { "stars": 623, @@ -9712,7 +9712,7 @@ "https://github.com/kaipard/comfyui-auto-latent-size": { "stars": 0, "last_update": "2025-07-04 10:06:08", - "author_account_age_days": 2850 + "author_account_age_days": 2851 }, "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, @@ -9742,7 +9742,7 @@ "https://github.com/kanibus/kanibus": { "stars": 3, "last_update": "2025-08-04 04:27:56", - "author_account_age_days": 958 + "author_account_age_days": 959 }, "https://github.com/kantsche/ComfyUI-MixMod": { "stars": 26, @@ -9757,12 +9757,12 @@ "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 8, "last_update": "2025-08-13 04:54:56", - "author_account_age_days": 3078 + "author_account_age_days": 3080 }, "https://github.com/karthikg-09/ComfyUI-Vton-Mask": { "stars": 1, "last_update": "2025-05-24 18:37:41", - "author_account_age_days": 617 + "author_account_age_days": 618 }, "https://github.com/kasukanra/ComfyUI_StringToHex": { "stars": 1, @@ -9802,12 +9802,12 @@ "https://github.com/keit0728/ComfyUI-keitNodes": { "stars": 3, "last_update": "2025-06-20 09:34:46", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/keit0728/ComfyUI-musubi-tuner": { "stars": 1, "last_update": "2025-07-26 09:41:57", - "author_account_age_days": 3410 + "author_account_age_days": 3411 }, "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 51, @@ -9817,7 +9817,7 @@ "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 4, "last_update": "2025-07-03 05:21:54", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -9837,7 +9837,7 @@ "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 1, "last_update": "2025-08-07 02:53:48", - "author_account_age_days": 4367 + "author_account_age_days": 4368 }, "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 177, @@ -10015,9 +10015,9 @@ "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 4060, - "last_update": "2025-08-19 17:31:02", - "author_account_age_days": 2604 + "stars": 4092, + "last_update": "2025-08-20 23:36:57", + "author_account_age_days": 2605 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 83, @@ -10072,7 +10072,7 @@ "https://github.com/kmlbdh/ComfyUI_LocalLLMNodes": { "stars": 2, "last_update": "2025-08-07 12:47:42", - "author_account_age_days": 3599 + "author_account_age_days": 3600 }, "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, @@ -10082,7 +10082,7 @@ "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, "last_update": "2025-06-26 15:37:57", - "author_account_age_days": 3312 + "author_account_age_days": 3314 }, "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 199, @@ -10107,7 +10107,7 @@ "https://github.com/kpsss34/ComfyUI-kpsss34": { "stars": 9, "last_update": "2025-08-06 07:23:01", - "author_account_age_days": 64 + "author_account_age_days": 65 }, "https://github.com/kraglik/prompt_collapse": { "stars": 5, @@ -10117,12 +10117,12 @@ "https://github.com/krigeta/qwen-image-controlnets-comfyui": { "stars": 1, "last_update": "2025-08-17 11:09:39", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/krmahil/comfyui-hollow-preserve": { "stars": 1, "last_update": "2025-05-15 09:55:46", - "author_account_age_days": 2700 + "author_account_age_days": 2701 }, "https://github.com/kukuo6666/ComfyUI-Equirect": { "stars": 2, @@ -10142,7 +10142,7 @@ "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, "last_update": "2025-08-16 15:11:58", - "author_account_age_days": 1039 + "author_account_age_days": 1040 }, "https://github.com/kwaroran/abg-comfyui": { "stars": 25, @@ -10167,7 +10167,7 @@ "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 2, "last_update": "2025-08-06 05:42:28", - "author_account_age_days": 2078 + "author_account_age_days": 2079 }, "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, @@ -10232,7 +10232,7 @@ "https://github.com/lc03lc/Comfyui_OmniConsistency": { "stars": 63, "last_update": "2025-06-01 02:56:02", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/lceric/comfyui-gpt-image": { "stars": 9, @@ -10362,22 +10362,22 @@ "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, "last_update": "2025-06-25 10:18:42", - "author_account_age_days": 841 + "author_account_age_days": 842 }, "https://github.com/lepiai/ComfyUI-Minitools": { "stars": 8, "last_update": "2025-05-24 16:11:50", - "author_account_age_days": 2291 + "author_account_age_days": 2293 }, "https://github.com/lerignoux/ComfyUI-PechaKucha": { "stars": 1, "last_update": "2025-08-02 02:13:14", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/lerignoux/ComfyUI-Stable3DGen": { "stars": 2, "last_update": "2025-08-05 05:47:02", - "author_account_age_days": 4726 + "author_account_age_days": 4727 }, "https://github.com/lgldlk/ComfyUI-PC-ding-dong": { "stars": 76, @@ -10412,12 +10412,12 @@ "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 5, "last_update": "2025-06-28 04:35:03", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/lihaoyun6/ComfyUI-CSV-Random-Picker": { "stars": 1, "last_update": "2025-05-10 10:41:53", - "author_account_age_days": 3532 + "author_account_age_days": 3533 }, "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 56, @@ -10432,12 +10432,12 @@ "https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark": { "stars": 4, "last_update": "2025-07-09 13:04:58", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/linjian-ufo/comfyui_deepseek_lj257_update": { "stars": 0, "last_update": "2025-06-17 11:26:32", - "author_account_age_days": 519 + "author_account_age_days": 520 }, "https://github.com/linksluckytime/comfyui_snacknodes": { "stars": 0, @@ -10662,12 +10662,12 @@ "https://github.com/lokinou/comfyui-offload-models": { "stars": 1, "last_update": "2025-08-04 11:00:38", - "author_account_age_days": 4575 + "author_account_age_days": 4577 }, "https://github.com/lonelyowl13/artist_randomizer": { "stars": 1, "last_update": "2025-08-14 08:20:40", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, @@ -10692,7 +10692,7 @@ "https://github.com/lord-lethris/ComfyUI-RPG-Characters": { "stars": 1, "last_update": "2025-06-18 23:08:15", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, @@ -10782,12 +10782,12 @@ "https://github.com/lucak5s/comfyui_gfpgan": { "stars": 0, "last_update": "2025-06-30 04:42:11", - "author_account_age_days": 568 + "author_account_age_days": 570 }, "https://github.com/lucianoambrosini/ComfyUI-ATk-Nodes": { "stars": 2, "last_update": "2025-06-25 05:04:14", - "author_account_age_days": 3537 + "author_account_age_days": 3538 }, "https://github.com/lujiazho/ComfyUI-CatvtonFluxWrapper": { "stars": 95, @@ -10797,7 +10797,7 @@ "https://github.com/luke-mino-altherr/ComfyUI-LatentReverb": { "stars": 3, "last_update": "2025-08-13 00:14:13", - "author_account_age_days": 3932 + "author_account_age_days": 3934 }, "https://github.com/lum3on/ComfyUI-FrameUtilitys": { "stars": 9, @@ -10825,9 +10825,9 @@ "author_account_age_days": 197 }, "https://github.com/lum3on/comfyui_HiDream-Sampler": { - "stars": 484, + "stars": 482, "last_update": "2025-04-22 07:21:41", - "author_account_age_days": 195 + "author_account_age_days": 197 }, "https://github.com/lum3on/comfyui_LLM_Polymath": { "stars": 65, @@ -10847,7 +10847,7 @@ "https://github.com/lxe/ComfyUI-OpenAI-Compat-LLM-Node": { "stars": 0, "last_update": "2025-05-28 05:39:55", - "author_account_age_days": 4919 + "author_account_age_days": 4921 }, "https://github.com/m-sokes/ComfyUI-Sokes-Nodes": { "stars": 2, @@ -10872,7 +10872,7 @@ "https://github.com/magic-eraser-org/ComfyUI-Unwatermark": { "stars": 1, "last_update": "2025-05-14 06:50:13", - "author_account_age_days": 98 + "author_account_age_days": 99 }, "https://github.com/maludwig/basix_image_filters": { "stars": 6, @@ -10882,7 +10882,7 @@ "https://github.com/mamorett/ComfyUI_minicpmv4": { "stars": 0, "last_update": "2025-08-15 21:17:50", - "author_account_age_days": 1173 + "author_account_age_days": 1174 }, "https://github.com/mang01010/MangoNodePack": { "stars": 3, @@ -10897,12 +10897,12 @@ "https://github.com/manifestations/comfyui-globetrotter": { "stars": 4, "last_update": "2025-07-07 08:47:57", - "author_account_age_days": 4575 + "author_account_age_days": 4576 }, "https://github.com/manifestations/comfyui-outfit": { "stars": 2, "last_update": "2025-07-30 06:25:59", - "author_account_age_days": 4575 + "author_account_age_days": 4576 }, "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 179, @@ -10922,7 +10922,7 @@ "https://github.com/marco-zanella/ComfyUI-BooleanExpression": { "stars": 0, "last_update": "2025-08-17 02:05:40", - "author_account_age_days": 3939 + "author_account_age_days": 3940 }, "https://github.com/marcoc2/ComfyUI-AnotherUtils": { "stars": 1, @@ -11017,7 +11017,7 @@ "https://github.com/max-dingsda/OllamaTools": { "stars": 1, "last_update": "2025-08-05 18:12:55", - "author_account_age_days": 113 + "author_account_age_days": 114 }, "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, @@ -11032,7 +11032,7 @@ "https://github.com/mcDandy/more_math": { "stars": 0, "last_update": "2025-08-16 18:39:03", - "author_account_age_days": 3407 + "author_account_age_days": 3408 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { "stars": 1221, @@ -11130,9 +11130,9 @@ "author_account_age_days": 890 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { - "stars": 29, + "stars": 30, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 889 + "author_account_age_days": 890 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 3, @@ -11157,7 +11157,7 @@ "https://github.com/mikeshuangyan/ComfyUI_MqUtils": { "stars": 0, "last_update": "2025-07-31 08:46:16", - "author_account_age_days": 4730 + "author_account_age_days": 4731 }, "https://github.com/mikkel/ComfyUI-text-overlay": { "stars": 58, @@ -11212,7 +11212,7 @@ "https://github.com/mo230761/InsertAnything-ComfyUI-official": { "stars": 23, "last_update": "2025-07-16 11:05:05", - "author_account_age_days": 1395 + "author_account_age_days": 1396 }, "https://github.com/mobilehacker/ComfyUI_format-lora-stack": { "stars": 3, @@ -11247,7 +11247,7 @@ "https://github.com/monkeyWie/ComfyUI-FormInput": { "stars": 0, "last_update": "2025-05-12 03:47:39", - "author_account_age_days": 3700 + "author_account_age_days": 3701 }, "https://github.com/moon7star9/ComfyUI_BiRefNet_Universal": { "stars": 19, @@ -11257,7 +11257,7 @@ "https://github.com/moonwhaler/comfyui-seedvr2-tilingupscaler": { "stars": 2, "last_update": "2025-08-18 23:45:27", - "author_account_age_days": 4845 + "author_account_age_days": 4846 }, "https://github.com/moose-lab/ComfyUI-GPT": { "stars": 4, @@ -11367,12 +11367,12 @@ "https://github.com/namtb96/OmniGen2-Simple-Node": { "stars": 2, "last_update": "2025-07-04 08:38:27", - "author_account_age_days": 67 + "author_account_age_days": 68 }, "https://github.com/narusas/Comfyui-Logic-Support": { "stars": 0, "last_update": "2025-05-30 04:44:16", - "author_account_age_days": 5055 + "author_account_age_days": 5056 }, "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, @@ -11407,17 +11407,17 @@ "https://github.com/negaga53/comfyui-imgloader": { "stars": 0, "last_update": "2025-07-07 21:27:00", - "author_account_age_days": 206 + "author_account_age_days": 207 }, "https://github.com/neggo/comfyui-sambanova": { "stars": 0, "last_update": "2025-05-15 01:49:53", - "author_account_age_days": 4356 + "author_account_age_days": 4357 }, "https://github.com/neocrz/comfyui-usetaesd": { "stars": 1, "last_update": "2025-06-14 18:58:39", - "author_account_age_days": 1740 + "author_account_age_days": 1742 }, "https://github.com/neph1/comfyui-smooth-step-lora-loader": { "stars": 6, @@ -11445,9 +11445,9 @@ "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { - "stars": 1, + "stars": 2, "last_update": "2025-08-14 19:05:53", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 199, @@ -11462,7 +11462,7 @@ "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 38, "last_update": "2025-07-29 06:18:40", - "author_account_age_days": 156 + "author_account_age_days": 158 }, "https://github.com/ngosset/ComfyUI-ImageSimilarity": { "stars": 7, @@ -11542,7 +11542,7 @@ "https://github.com/njlent/ComfyUI_wavelet-colorfix": { "stars": 4, "last_update": "2025-08-13 13:04:06", - "author_account_age_days": 3879 + "author_account_age_days": 3880 }, "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, @@ -11597,7 +11597,7 @@ "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, "last_update": "2025-05-22 18:08:04", - "author_account_age_days": 3480 + "author_account_age_days": 3482 }, "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 248, @@ -11662,57 +11662,57 @@ "https://github.com/o-l-l-i/ComfyUI-Olm-ChannelMixer": { "stars": 5, "last_update": "2025-08-09 18:08:18", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ColorBalance": { "stars": 11, "last_update": "2025-08-09 18:11:21", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-CurveEditor": { "stars": 31, "last_update": "2025-08-09 18:15:36", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-DragCrop": { "stars": 40, "last_update": "2025-08-13 19:48:22", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Histogram": { "stars": 3, "last_update": "2025-08-09 18:46:59", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-ImageAdjust": { "stars": 32, "last_update": "2025-08-09 17:58:21", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-LGG": { "stars": 7, "last_update": "2025-08-09 18:37:17", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Resolution-Picker": { "stars": 14, "last_update": "2025-08-08 12:50:29", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-Olm-Sketch": { "stars": 37, "last_update": "2025-08-09 18:42:14", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/o-l-l-i/ComfyUI-OlmLUT": { "stars": 11, "last_update": "2025-06-09 18:55:46", - "author_account_age_days": 2894 + "author_account_age_days": 2895 }, "https://github.com/obisin/ComfyUI-DGLS": { "stars": 0, - "last_update": "2025-08-19 10:19:27", - "author_account_age_days": 1435 + "last_update": "2025-08-20 17:28:52", + "author_account_age_days": 1437 }, "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 7, @@ -11737,12 +11737,12 @@ "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 1, "last_update": "2025-08-12 02:47:24", - "author_account_age_days": 4422 + "author_account_age_days": 4424 }, "https://github.com/olivv-cs/ComfyUI-FunPack": { "stars": 3, "last_update": "2025-07-31 10:05:24", - "author_account_age_days": 833 + "author_account_age_days": 834 }, "https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92": { "stars": 159, @@ -11752,7 +11752,7 @@ "https://github.com/openvino-dev-samples/comfyui_openvino": { "stars": 21, "last_update": "2025-07-10 01:18:19", - "author_account_age_days": 1426 + "author_account_age_days": 1427 }, "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, @@ -11772,37 +11772,37 @@ "https://github.com/orion4d/Calculator_Pro": { "stars": 0, "last_update": "2025-06-29 15:47:04", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/ComfyUI-Image-Effects": { "stars": 21, "last_update": "2025-05-28 00:37:16", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/ComfyUI_colormaster": { "stars": 1, "last_update": "2025-07-06 11:30:01", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/ComfyUI_extract_imag": { "stars": 0, "last_update": "2025-06-11 13:37:18", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/ComfyUI_image-display": { "stars": 0, "last_update": "2025-07-07 14:39:55", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/ComfyUI_pdf_nodes": { "stars": 0, "last_update": "2025-06-10 15:51:53", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orion4d/illusion_node": { "stars": 2, "last_update": "2025-06-22 08:57:01", - "author_account_age_days": 1003 + "author_account_age_days": 1004 }, "https://github.com/orssorbit/ComfyUI-wanBlockswap": { "stars": 79, @@ -11832,7 +11832,7 @@ "https://github.com/otacoo/comfyui_otacoo": { "stars": 5, "last_update": "2025-07-28 18:49:03", - "author_account_age_days": 117 + "author_account_age_days": 119 }, "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, @@ -11857,7 +11857,7 @@ "https://github.com/p1atdev/comfyui-timm-backbone": { "stars": 1, "last_update": "2025-05-31 04:03:07", - "author_account_age_days": 2036 + "author_account_age_days": 2037 }, "https://github.com/palant/image-resize-comfyui": { "stars": 97, @@ -11892,12 +11892,12 @@ "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, "last_update": "2025-05-26 12:33:08", - "author_account_age_days": 1933 + "author_account_age_days": 1935 }, "https://github.com/papcorns/Papcorns-Comfyui-Custom-Nodes": { "stars": 0, "last_update": "2025-08-08 13:16:05", - "author_account_age_days": 1933 + "author_account_age_days": 1935 }, "https://github.com/pathway8-sudo/ComfyUI-Pathway-CutPNG-Node": { "stars": 0, @@ -11912,7 +11912,7 @@ "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 28, "last_update": "2025-08-08 14:30:19", - "author_account_age_days": 272 + "author_account_age_days": 274 }, "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 29, @@ -11922,7 +11922,7 @@ "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, "last_update": "2025-06-11 10:36:58", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/pbpbpb2705/ComfyUI-LyraVSIH": { "stars": 0, @@ -11987,17 +11987,17 @@ "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, "last_update": "2025-07-15 11:19:09", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/pictorialink/ComfyUI-Qwen3-llama.cpp": { "stars": 0, "last_update": "2025-07-15 03:04:43", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/pictorialink/ComfyUI-Text-Translation": { "stars": 4, "last_update": "2025-07-15 07:51:51", - "author_account_age_days": 97 + "author_account_age_days": 98 }, "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, @@ -12017,7 +12017,7 @@ "https://github.com/pixelworldai/ComfyUI-WorkflowGraphics": { "stars": 0, "last_update": "2025-08-10 13:42:12", - "author_account_age_days": 392 + "author_account_age_days": 394 }, "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, @@ -12052,7 +12052,7 @@ "https://github.com/pmarmotte2/ComfyUI-Speaker-Isolation": { "stars": 3, "last_update": "2025-06-30 20:23:13", - "author_account_age_days": 485 + "author_account_age_days": 486 }, "https://github.com/pnikolic-amd/ComfyUI_MIGraphX": { "stars": 10, @@ -12102,17 +12102,17 @@ "https://github.com/ptmaster/Comfyui-PT-Keyframe-Camera": { "stars": 21, "last_update": "2025-07-06 04:41:46", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/ptmaster/comfyui-audio-speed": { "stars": 12, "last_update": "2025-06-24 15:23:03", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/puke3615/ComfyUI-OneAPI": { "stars": 4, "last_update": "2025-08-05 17:33:59", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/pupba/Comfy_ForEach": { "stars": 3, @@ -12122,7 +12122,7 @@ "https://github.com/purewater2011/comfyui_color_detection": { "stars": 1, "last_update": "2025-05-19 09:59:44", - "author_account_age_days": 4249 + "author_account_age_days": 4250 }, "https://github.com/purpen/ComfyUI-AIRedoon": { "stars": 2, @@ -12137,7 +12137,7 @@ "https://github.com/pvlprk/comfyui-pvl-api-nodes": { "stars": 0, "last_update": "2025-08-19 12:29:08", - "author_account_age_days": 463 + "author_account_age_days": 464 }, "https://github.com/pxl-pshr/GlitchNodes": { "stars": 53, @@ -12177,57 +12177,57 @@ "https://github.com/quasiblob/ComfyUI-EsesCompositionGuides": { "stars": 12, "last_update": "2025-07-10 12:33:14", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageAdjustments": { "stars": 37, "last_update": "2025-07-10 12:26:02", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageCompare": { "stars": 23, "last_update": "2025-08-15 20:00:40", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectBloom": { "stars": 60, "last_update": "2025-07-10 12:41:40", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectCurves": { "stars": 27, "last_update": "2025-07-12 13:50:35", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageEffectLevels": { "stars": 33, "last_update": "2025-07-24 13:29:34", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageLensEffects": { "stars": 20, "last_update": "2025-07-10 12:46:20", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageOffset": { "stars": 6, "last_update": "2025-07-10 12:51:34", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageResize": { "stars": 37, "last_update": "2025-07-10 13:00:29", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/ComfyUI-EsesImageTransform": { "stars": 8, "last_update": "2025-07-02 13:29:30", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/quasiblob/EsesCompositionGoldenRatio": { "stars": 13, "last_update": "2025-06-30 10:15:22", - "author_account_age_days": 3709 + "author_account_age_days": 3710 }, "https://github.com/qwixiwp/queuetools": { "stars": 0, @@ -12237,7 +12237,7 @@ "https://github.com/r-vage/ComfyUI-RvTools_v2": { "stars": 7, "last_update": "2025-08-16 10:19:57", - "author_account_age_days": 93 + "author_account_age_days": 95 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -12267,7 +12267,7 @@ "https://github.com/rainlizard/ComfyUI-WhirlpoolUpscaler": { "stars": 1, "last_update": "2025-08-14 13:53:47", - "author_account_age_days": 3584 + "author_account_age_days": 3585 }, "https://github.com/rakki194/ComfyUI-ImageCompare": { "stars": 0, @@ -12297,7 +12297,7 @@ "https://github.com/ranska/pixel_palette_art": { "stars": 1, "last_update": "2025-08-19 11:22:02", - "author_account_age_days": 5676 + "author_account_age_days": 5678 }, "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 87, @@ -12332,12 +12332,12 @@ "https://github.com/rdomunky/comfyui-subfolderimageloader": { "stars": 1, "last_update": "2025-07-20 04:21:48", - "author_account_age_days": 3744 + "author_account_age_days": 3746 }, "https://github.com/reallusion/ComfyUI-Reallusion": { - "stars": 2, + "stars": 3, "last_update": "2025-08-04 07:56:35", - "author_account_age_days": 2482 + "author_account_age_days": 2483 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { "stars": 382, @@ -12411,8 +12411,8 @@ }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { "stars": 0, - "last_update": "2025-08-19 19:47:32", - "author_account_age_days": 961 + "last_update": "2025-08-20 00:09:26", + "author_account_age_days": 963 }, "https://github.com/rickyars/comfyui-llm-tile": { "stars": 1, @@ -12452,12 +12452,12 @@ "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 25, "last_update": "2025-07-26 07:21:34", - "author_account_age_days": 2234 + "author_account_age_days": 2235 }, "https://github.com/robertvoy/ComfyUI-Distributed": { "stars": 241, "last_update": "2025-08-16 00:49:56", - "author_account_age_days": 4526 + "author_account_age_days": 4527 }, "https://github.com/robertvoy/ComfyUI-Flux-Continuum": { "stars": 219, @@ -12467,7 +12467,7 @@ "https://github.com/robin-collins/ComfyUI-TechsToolz": { "stars": 0, "last_update": "2025-06-20 00:25:39", - "author_account_age_days": 1545 + "author_account_age_days": 1546 }, "https://github.com/robtl2/ComfyUI-ComfyBridge": { "stars": 0, @@ -12517,7 +12517,7 @@ "https://github.com/routhakash/AkkiNodes-LLM-Suite-for-ComfyUI": { "stars": 0, "last_update": "2025-08-19 13:53:35", - "author_account_age_days": 792 + "author_account_age_days": 793 }, "https://github.com/royceschultz/ComfyUI-Notifications": { "stars": 16, @@ -12532,7 +12532,7 @@ "https://github.com/rubenvillarreal/ComfyUI_PoseAlign": { "stars": 1, "last_update": "2025-08-02 09:35:21", - "author_account_age_days": 3493 + "author_account_age_days": 3495 }, "https://github.com/rubi-du/ComfyUI-BiRefNet-Super": { "stars": 10, @@ -12617,12 +12617,12 @@ "https://github.com/rzgarespo/ComfyUI-qwen-image-size-picker": { "stars": 4, "last_update": "2025-08-11 08:45:22", - "author_account_age_days": 4320 + "author_account_age_days": 4322 }, "https://github.com/s9roll7/comfyui_cotracker_node": { "stars": 16, "last_update": "2025-06-24 11:30:06", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/saftle/uber_comfy_nodes": { "stars": 1, @@ -12645,9 +12645,9 @@ "author_account_age_days": 373 }, "https://github.com/scraed/LanPaint": { - "stars": 437, + "stars": 439, "last_update": "2025-08-18 15:07:03", - "author_account_age_days": 3884 + "author_account_age_days": 3885 }, "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, @@ -12657,12 +12657,12 @@ "https://github.com/sdtana/ComfyUI-FDG": { "stars": 4, "last_update": "2025-06-28 06:48:07", - "author_account_age_days": 1626 + "author_account_age_days": 1627 }, "https://github.com/seanjang990/comfyui-document-auto-crop": { "stars": 0, "last_update": "2025-07-16 03:59:22", - "author_account_age_days": 755 + "author_account_age_days": 756 }, "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, @@ -12687,17 +12687,17 @@ "https://github.com/set-soft/AudioSeparation": { "stars": 8, "last_update": "2025-07-27 17:52:04", - "author_account_age_days": 3231 + "author_account_age_days": 3233 }, "https://github.com/set-soft/ComfyUI-AudioBatch": { "stars": 1, "last_update": "2025-07-26 16:59:22", - "author_account_age_days": 3231 + "author_account_age_days": 3233 }, "https://github.com/set-soft/ComfyUI-ImageMisc": { "stars": 0, "last_update": "2025-07-25 16:13:03", - "author_account_age_days": 3231 + "author_account_age_days": 3233 }, "https://github.com/sh570655308/ComfyUI-GigapixelAI": { "stars": 153, @@ -12777,7 +12777,7 @@ "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, "last_update": "2025-06-03 10:09:06", - "author_account_age_days": 1442 + "author_account_age_days": 1443 }, "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 288, @@ -12822,7 +12822,7 @@ "https://github.com/shinich39/comfyui-global-prompts": { "stars": 0, "last_update": "2025-08-11 09:53:01", - "author_account_age_days": 733 + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-innnnnpaint": { "stars": 0, @@ -12831,8 +12831,8 @@ }, "https://github.com/shinich39/comfyui-mtga": { "stars": 0, - "last_update": "2025-08-19 20:41:14", - "author_account_age_days": 734 + "last_update": "2025-08-20 11:23:48", + "author_account_age_days": 735 }, "https://github.com/shinich39/comfyui-no-one-above-me": { "stars": 0, @@ -12847,7 +12847,7 @@ "https://github.com/shinyakidoguchi301/comfyui-lora-tag-loader": { "stars": 0, "last_update": "2025-08-14 08:18:47", - "author_account_age_days": 137 + "author_account_age_days": 139 }, "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, @@ -12887,12 +12887,12 @@ "https://github.com/silveroxides/ComfyUI_FDGuidance": { "stars": 3, "last_update": "2025-07-26 22:17:52", - "author_account_age_days": 1922 + "author_account_age_days": 1924 }, "https://github.com/silveroxides/ComfyUI_PowerShiftScheduler": { "stars": 8, "last_update": "2025-08-01 21:42:06", - "author_account_age_days": 1922 + "author_account_age_days": 1924 }, "https://github.com/silveroxides/ComfyUI_SigmoidOffsetScheduler": { "stars": 9, @@ -12920,9 +12920,9 @@ "author_account_age_days": 1300 }, "https://github.com/sjh00/ComfyUI-LoadImageWithInfo": { - "stars": 2, + "stars": 3, "last_update": "2025-06-05 15:46:52", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, @@ -12932,12 +12932,12 @@ "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 0, "last_update": "2025-05-20 18:06:04", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/skycoder182/comfyui-skycoder-tools": { "stars": 1, "last_update": "2025-06-08 12:26:41", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/slvslvslv/ComfyUI-SmartHelperNodes": { "stars": 2, @@ -12957,7 +12957,7 @@ "https://github.com/sm079/ComfyUI-Face-Detection": { "stars": 0, "last_update": "2025-06-03 14:37:55", - "author_account_age_days": 2106 + "author_account_age_days": 2107 }, "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, @@ -12977,7 +12977,7 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 34, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 775 + "author_account_age_days": 777 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 65, @@ -13107,7 +13107,7 @@ "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 21, "last_update": "2025-07-24 00:59:50", - "author_account_age_days": 775 + "author_account_age_days": 777 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 40, @@ -13117,7 +13117,7 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 13, "last_update": "2025-07-24 01:25:24", - "author_account_age_days": 775 + "author_account_age_days": 777 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 13, @@ -13186,8 +13186,8 @@ }, "https://github.com/smthemex/ComfyUI_StableAvatar": { "stars": 26, - "last_update": "2025-08-19 07:06:55", - "author_account_age_days": 775 + "last_update": "2025-08-20 03:57:27", + "author_account_age_days": 777 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 98, @@ -13237,7 +13237,7 @@ "https://github.com/snomiao/ComfyUI-Video-Crop": { "stars": 2, "last_update": "2025-08-05 13:53:52", - "author_account_age_days": 4142 + "author_account_age_days": 4143 }, "https://github.com/somesomebody/lorainfo-sidebar": { "stars": 5, @@ -13307,12 +13307,12 @@ "https://github.com/spawner1145/CUI-Lumina2-TeaCache": { "stars": 12, "last_update": "2025-07-24 14:53:26", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/spawner1145/comfyui-aichat": { "stars": 2, "last_update": "2025-08-10 13:49:01", - "author_account_age_days": 359 + "author_account_age_days": 360 }, "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 24, @@ -13330,9 +13330,9 @@ "author_account_age_days": 5654 }, "https://github.com/squirrel765/ComfyUI-LLM-VLM-Node": { - "stars": 1, + "stars": 2, "last_update": "2025-08-10 09:24:22", - "author_account_age_days": 223 + "author_account_age_days": 224 }, "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1282, @@ -13370,19 +13370,19 @@ "author_account_age_days": 4506 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { - "stars": 16, + "stars": 17, "last_update": "2025-08-05 12:38:00", - "author_account_age_days": 3033 + "author_account_age_days": 3035 }, "https://github.com/stduhpf/ComfyUI--WanImageToVideoTiled": { "stars": 3, "last_update": "2025-08-05 12:38:41", - "author_account_age_days": 3033 + "author_account_age_days": 3035 }, "https://github.com/stduhpf/ComfyUI-WanMoeKSampler": { - "stars": 80, + "stars": 82, "last_update": "2025-08-12 16:34:40", - "author_account_age_days": 3033 + "author_account_age_days": 3035 }, "https://github.com/stepfun-ai/ComfyUI-StepVideo": { "stars": 40, @@ -13427,7 +13427,7 @@ "https://github.com/strawberryPunch/vram_optimizer": { "stars": 7, "last_update": "2025-07-18 13:34:28", - "author_account_age_days": 715 + "author_account_age_days": 716 }, "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, @@ -13472,7 +13472,7 @@ "https://github.com/sunra-ai/comfyui-sunra": { "stars": 6, "last_update": "2025-07-18 14:28:36", - "author_account_age_days": 174 + "author_account_age_days": 175 }, "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, @@ -13507,7 +13507,7 @@ "https://github.com/swhsiang/comfyui-3d-gs-renderer": { "stars": 1, "last_update": "2025-06-09 03:05:11", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/syllebra/bilbox-comfyui": { "stars": 132, @@ -13522,7 +13522,7 @@ "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 2, "last_update": "2025-08-02 05:30:40", - "author_account_age_days": 751 + "author_account_age_days": 753 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 1, @@ -13557,7 +13557,7 @@ "https://github.com/sysL-padawan/comfyui-elevenlabs-integration": { "stars": 2, "last_update": "2025-08-17 10:29:10", - "author_account_age_days": 3030 + "author_account_age_days": 3031 }, "https://github.com/szhublox/ambw_comfyui": { "stars": 16, @@ -13612,7 +13612,7 @@ "https://github.com/tauraloke/ComfyUI-Unfake-Pixels": { "stars": 28, "last_update": "2025-08-01 08:26:12", - "author_account_age_days": 4842 + "author_account_age_days": 4843 }, "https://github.com/tavyra/ComfyUI_Curves": { "stars": 2, @@ -13622,17 +13622,17 @@ "https://github.com/teamalpha-ai/comfyui-image-transformer": { "stars": 1, "last_update": "2025-08-13 04:04:53", - "author_account_age_days": 413 + "author_account_age_days": 414 }, "https://github.com/tercumantanumut/ComfyUI-Omini-Kontext": { "stars": 57, "last_update": "2025-08-13 20:55:23", - "author_account_age_days": 885 + "author_account_age_days": 886 }, "https://github.com/tetsuoo-online/comfyui-too-xmp-metadata": { "stars": 5, "last_update": "2025-06-07 15:59:26", - "author_account_age_days": 2441 + "author_account_age_days": 2442 }, "https://github.com/teward/Comfy-Sentry": { "stars": 1, @@ -13647,12 +13647,12 @@ "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, "last_update": "2025-06-30 00:06:21", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/thalismind/ComfyUI-LoadImageWithFilename": { "stars": 0, "last_update": "2025-07-21 03:28:05", - "author_account_age_days": 221 + "author_account_age_days": 222 }, "https://github.com/theAdamColton/ComfyUI-texflow-extension": { "stars": 1, @@ -13682,7 +13682,7 @@ "https://github.com/thedivergentai/divergent_nodes": { "stars": 0, "last_update": "2025-08-16 02:27:04", - "author_account_age_days": 881 + "author_account_age_days": 882 }, "https://github.com/theshubzworld/ComfyUI-FaceCalloutNode": { "stars": 0, @@ -13727,7 +13727,7 @@ "https://github.com/thezveroboy/comfyui-RandomPromptsZveroboy": { "stars": 2, "last_update": "2025-08-19 12:29:31", - "author_account_age_days": 3635 + "author_account_age_days": 3636 }, "https://github.com/thezveroboy/comfyui-random-image-loader": { "stars": 1, @@ -13837,7 +13837,7 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 1, "last_update": "2025-07-19 10:51:14", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 63, @@ -13855,19 +13855,19 @@ "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { - "stars": 20, - "last_update": "2025-08-11 20:30:26", - "author_account_age_days": 3562 + "stars": 24, + "last_update": "2025-08-20 06:46:26", + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 1, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 7, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3562 + "author_account_age_days": 3563 }, "https://github.com/trojblue/trNodes": { "stars": 8, @@ -13917,7 +13917,7 @@ "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 7, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3086 + "author_account_age_days": 3088 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 57, @@ -13962,7 +13962,7 @@ "https://github.com/uinodes/ComfyUI-uinodesDOC": { "stars": 51, "last_update": "2025-08-10 13:17:49", - "author_account_age_days": 55 + "author_account_age_days": 56 }, "https://github.com/umiyuki/comfyui-pad-to-eight": { "stars": 0, @@ -13992,17 +13992,17 @@ "https://github.com/upseem/comfyui_sun_nodes": { "stars": 0, "last_update": "2025-07-22 04:45:36", - "author_account_age_days": 922 + "author_account_age_days": 924 }, "https://github.com/upseem/comfyui_sunxAI_facetools": { "stars": 1, "last_update": "2025-08-06 04:51:03", - "author_account_age_days": 922 + "author_account_age_days": 924 }, "https://github.com/usrname0/comfyui-holdup": { "stars": 1, "last_update": "2025-06-12 07:26:10", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/vadimcro/VKRiez-Edge": { "stars": 8, @@ -14022,7 +14022,7 @@ "https://github.com/vaishnav-vn/va1": { "stars": 0, "last_update": "2025-07-21 20:51:44", - "author_account_age_days": 2378 + "author_account_age_days": 2379 }, "https://github.com/valofey/Openrouter-Node": { "stars": 5, @@ -14060,9 +14060,9 @@ "author_account_age_days": 753 }, "https://github.com/verIdyia/ComfyUI-Qwen-Image-DF11": { - "stars": 4, + "stars": 5, "last_update": "2025-08-05 07:33:46", - "author_account_age_days": 2692 + "author_account_age_days": 2693 }, "https://github.com/victorchall/comfyui_webcamcapture": { "stars": 14, @@ -14087,7 +14087,7 @@ "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, "last_update": "2025-06-03 05:46:11", - "author_account_age_days": 202 + "author_account_age_days": 203 }, "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, @@ -14095,9 +14095,9 @@ "author_account_age_days": 2455 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { - "stars": 145, + "stars": 148, "last_update": "2025-08-11 19:41:21", - "author_account_age_days": 5461 + "author_account_age_days": 5462 }, "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 164, @@ -14112,7 +14112,7 @@ "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, "last_update": "2025-06-01 08:42:50", - "author_account_age_days": 4770 + "author_account_age_days": 4771 }, "https://github.com/vkff5833/ComfyUI-MobileClient": { "stars": 5, @@ -14127,17 +14127,17 @@ "https://github.com/vladpro3/ComfyUI_BishaNodes": { "stars": 1, "last_update": "2025-06-08 19:23:23", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/vrgamegirl19/comfyui-vrgamedevgirl": { "stars": 67, "last_update": "2025-07-24 23:41:04", - "author_account_age_days": 830 + "author_account_age_days": 832 }, "https://github.com/vsaan212/Comfy-ui-textsplit": { "stars": 0, "last_update": "2025-08-09 22:28:24", - "author_account_age_days": 211 + "author_account_age_days": 212 }, "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, @@ -14147,7 +14147,7 @@ "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 0, "last_update": "2025-08-17 14:06:22", - "author_account_age_days": 2274 + "author_account_age_days": 2275 }, "https://github.com/vuongminh1907/ComfyUI_ZenID": { "stars": 199, @@ -14187,17 +14187,17 @@ "https://github.com/wasilone11/comfyui-pvm-node": { "stars": 1, "last_update": "2025-07-21 01:36:01", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/wasilone11/comfyui-sync-lipsync-node": { "stars": 1, "last_update": "2025-07-18 23:16:47", - "author_account_age_days": 2627 + "author_account_age_days": 2628 }, "https://github.com/watarika/ComfyUI-SendToEagle-w-Metadata": { "stars": 2, "last_update": "2025-07-21 13:57:11", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/waterminer/ComfyUI-tagcomplete": { "stars": 11, @@ -14207,7 +14207,7 @@ "https://github.com/wawahuy/ComfyUI-HTTP": { "stars": 2, "last_update": "2025-07-22 15:46:22", - "author_account_age_days": 3500 + "author_account_age_days": 3501 }, "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, @@ -14217,7 +14217,7 @@ "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, "last_update": "2025-07-25 11:04:58", - "author_account_age_days": 3449 + "author_account_age_days": 3451 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { "stars": 8, @@ -14227,12 +14227,12 @@ "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, "last_update": "2025-07-19 15:04:04", - "author_account_age_days": 4623 + "author_account_age_days": 4624 }, "https://github.com/weekii/comfyui-save-image-pro": { "stars": 0, "last_update": "2025-07-06 13:21:30", - "author_account_age_days": 455 + "author_account_age_days": 456 }, "https://github.com/wei30172/comfygen": { "stars": 8, @@ -14292,17 +14292,17 @@ "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 4, "last_update": "2025-06-02 21:30:04", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/wildminder/ComfyUI-Chatterbox": { "stars": 36, "last_update": "2025-07-21 14:50:39", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/wildminder/ComfyUI-KEEP": { "stars": 50, "last_update": "2025-07-04 11:35:38", - "author_account_age_days": 4654 + "author_account_age_days": 4655 }, "https://github.com/willchil/ComfyUI-Environment-Visualizer": { "stars": 12, @@ -14322,7 +14322,7 @@ "https://github.com/wings6407/ComfyUI_HBH-image_overlay": { "stars": 1, "last_update": "2025-05-12 02:52:38", - "author_account_age_days": 509 + "author_account_age_days": 511 }, "https://github.com/wirytiox/ComfyUI-SelectStringFromListWithIndex": { "stars": 1, @@ -14337,7 +14337,7 @@ "https://github.com/without-ordinary/openoutpaint_comfyui_interface": { "stars": 2, "last_update": "2025-08-09 09:02:03", - "author_account_age_days": 3344 + "author_account_age_days": 3345 }, "https://github.com/wjl0313/ComfyUI_KimNodes": { "stars": 38, @@ -14357,7 +14357,7 @@ "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 52, "last_update": "2025-08-09 01:13:03", - "author_account_age_days": 3220 + "author_account_age_days": 3221 }, "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 97, @@ -14422,17 +14422,17 @@ "https://github.com/xhiroga/ComfyUI-FramePackWrapper_PlusOne": { "stars": 27, "last_update": "2025-08-08 04:15:10", - "author_account_age_days": 3685 + "author_account_age_days": 3686 }, "https://github.com/xiaogui8dangjia/Comfyui-imagetoSTL": { "stars": 2, "last_update": "2025-06-06 04:08:30", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/xiaowc-lib/comfyui-dynamic-params": { "stars": 0, "last_update": "2025-06-09 08:56:11", - "author_account_age_days": 3300 + "author_account_age_days": 3301 }, "https://github.com/xiaoxiaodesha/hd_node": { "stars": 15, @@ -14467,7 +14467,7 @@ "https://github.com/xmarre/TorchCompileModel_LoRASafe": { "stars": 7, "last_update": "2025-06-06 18:40:09", - "author_account_age_days": 2177 + "author_account_age_days": 2178 }, "https://github.com/xobiomesh/ComfyUI_xObiomesh": { "stars": 2, @@ -14487,7 +14487,7 @@ "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 3, "last_update": "2025-06-11 09:39:59", - "author_account_age_days": 4527 + "author_account_age_days": 4528 }, "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, @@ -14502,7 +14502,7 @@ "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 8, "last_update": "2025-07-06 08:40:36", - "author_account_age_days": 1741 + "author_account_age_days": 1742 }, "https://github.com/yanhuifair/comfyui-janus": { "stars": 4, @@ -14772,12 +14772,12 @@ "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, "last_update": "2025-07-20 04:47:00", - "author_account_age_days": 2216 + "author_account_age_days": 2218 }, "https://github.com/zade23/Comfyui-MoGe2": { "stars": 2, "last_update": "2025-07-30 02:39:17", - "author_account_age_days": 2216 + "author_account_age_days": 2218 }, "https://github.com/zaheenrahman/ComfyUI-ColorCorrection": { "stars": 2, @@ -14792,7 +14792,7 @@ "https://github.com/zccrs/comfyui-dci": { "stars": 1, "last_update": "2025-06-13 07:35:50", - "author_account_age_days": 3681 + "author_account_age_days": 3682 }, "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, @@ -14812,7 +14812,7 @@ "https://github.com/zeeoale/PromptCreatorNode": { "stars": 2, "last_update": "2025-08-12 15:08:20", - "author_account_age_days": 2778 + "author_account_age_days": 2779 }, "https://github.com/zentrocdot/ComfyUI-RealESRGAN_Upscaler": { "stars": 8, @@ -14897,7 +14897,7 @@ "https://github.com/zl9739379/ComfyUI-ArkVideoGenerate": { "stars": 0, "last_update": "2025-07-30 04:27:29", - "author_account_age_days": 1002 + "author_account_age_days": 1003 }, "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 69763f61..9e737008 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "Vsolon", + "title": "ComfyUI-CBZ-Pack [UNSAFE]", + "reference": "https://github.com/Vsolon/ComfyUI-CBZ-Pack", + "files": [ + "https://github.com/Vsolon/ComfyUI-CBZ-Pack" + ], + "install_type": "git-clone", + "description": "Nodes for Handling CBZ MetaData and Images as List or Bash.[w/This nodepack contains a node that has a vulnerability allowing access to arbitrary file paths.]" + }, { "author": "odedgranot", "title": "ComfyUI Video Save Node [UNSAFE]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b487ecc2..eeb3df2c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -692,66 +692,6 @@ ], "install_type": "git-clone", "description": "A compact, real-time histogram analysis node for ComfyUI — with easy-to-use interactive UI, smooth rendering, and accurate pixel sampling. Built for compositing-style workflows and color diagnostics." - }, - { - "author": "o-l-l-i", - "title": "Olm LGG (Lift, Gamma, Gain) for ComfyUI", - "reference": "https://github.com/o-l-l-i/ComfyUI-Olm-LGG", - "files": [ - "https://github.com/o-l-l-i/ComfyUI-Olm-LGG" - ], - "install_type": "git-clone", - "description": "A visual, interactive Lift, Gamma, Gain color correction node for ComfyUI, tailored for precise color grading workflows." - }, - { - "author": "SaturMars", - "title": "ComfyUI Qwen LoRA Converter Node", - "reference": "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter", - "files": [ - "https://github.com/SaturMars/ComfyUI-QwenImageLoraConverter" - ], - "install_type": "git-clone", - "description": "This is a ComfyUI custom node used to convert Qwen-Image LoRA files trained on the ModelScope platform to a format that ComfyUI can recognize." - }, - { - "author": "Pirog17000", - "title": "Pirog's Nodes for ComfyUI", - "reference": "https://github.com/Pirog17000/Pirogs-Nodes", - "files": [ - "https://github.com/Pirog17000/Pirogs-Nodes" - ], - "install_type": "git-clone", - "description": "Pirog's Nodes - ComfyUI custom node pack providing enhanced sampling functionality" - }, - { - "author": "vsaan212", - "title": "ComfyUI Text Split Node", - "reference": "https://github.com/vsaan212/Comfy-ui-textsplit", - "files": [ - "https://github.com/vsaan212/Comfy-ui-textsplit" - ], - "install_type": "git-clone", - "description": "A custom ComfyUI node that splits text into multiple outputs for feeding complex multi-scene renders. This node allows you to dynamically control the number of splits and use custom separators." - }, - { - "author": "Lovzu", - "title": "KittenTTS Node for Voice Generation", - "reference": "https://github.com/Lovzu/ComfyUI-KittenTTS", - "files": [ - "https://github.com/Lovzu/ComfyUI-KittenTTS" - ], - "install_type": "git-clone", - "description": "Ultra-lightweight text-to-speech model with just 15 million parameters" - }, - { - "author": "drozbay", - "title": "ComfyUI-WanVaceAdvanced", - "reference": "https://github.com/drozbay/ComfyUI-WanVaceAdvanced", - "files": [ - "https://github.com/drozbay/ComfyUI-WanVaceAdvanced" - ], - "install_type": "git-clone", - "description": "Advanced/Experimental VACE nodes for WAN video models in ComfyUI." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 3b8ecd54..4f2061a0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -21381,6 +21381,7 @@ "ModelMergeSimple", "ModelMergeSubtract", "ModelMergeWAN2_1", + "ModelPatchLoader", "ModelSamplingAuraFlow", "ModelSamplingContinuousEDM", "ModelSamplingContinuousV", @@ -21431,6 +21432,7 @@ "PrimitiveString", "PrimitiveStringMultiline", "QuadrupleCLIPLoader", + "QwenImageDiffsynthControlnet", "RandomNoise", "RebatchImages", "RebatchLatents",