diff --git a/custom-node-list.json b/custom-node-list.json index 457e06ee..0ff4208c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36499,6 +36499,18 @@ "install_type": "git-clone", "description": "ComfyUI node that reserves GPU VRAM before workflow execution to prevent OOM crashes with manual or auto mode options." }, + { + "author": "princepainter", + "title": "PainterFLF2V - First/Last Frame Video Enhancer", + "id": "painterflf2v", + "reference": "https://github.com/princepainter/Comfyui-PainterFLF2V", + "files": [ + "https://github.com/princepainter/Comfyui-PainterFLF2V" + ], + "install_type": "git-clone", + "description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.", + "tags": ["video", "frame", "loop", "workflow"] + }, { "author": "rafacost", "title": "rafacostComfy", @@ -37700,18 +37712,6 @@ "install_type": "unzip", "description": "Various image processing nodes." }, - { - "author": "princepainter", - "title": "PainterFLF2V - First/Last Frame Video Enhancer", - "id": "painterflf2v", - "reference": "https://github.com/princepainter/Comfyui-PainterFLF2V", - "files": [ - "https://github.com/princepainter/Comfyui-PainterFLF2V" - ], - "install_type": "git-clone", - "description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.", - "tags": ["video", "frame", "loop", "workflow"] - }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index 65ba9d6a..0d3104a1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2014,6 +2014,7 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_Gemini_Node", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -2192,6 +2193,10 @@ ], "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [ [ + "ForceDetectPixelateScale", + "ImageScaleDownByFactor", + "NearestImageScaleDown", + "PixelUpscale2Target", "Unfake_PixelateTools" ], { @@ -11515,6 +11520,7 @@ "ModelSamplingFluxGradual", "PolyExponentialSigmaAdder", "PromptBatchGenerator", + "TBG Dual Sampler", "TBG Flux-Z-Images Sampler", "TBG_FluxKontextStabilizer", "TBG_Preview_Sender_WebSocked", @@ -13258,7 +13264,8 @@ "https://github.com/Nynxz/ComfyUI-NynxzNodes": [ [ "nynxz.Create.CompareVideo.Fade", - "nynxz.Create.CompareVideo.Wipe" + "nynxz.Create.CompareVideo.Wipe", + "nynxz.Parse.StringTemplate" ], { "title_aux": "ComfyUI-NynxzNodes" @@ -16368,6 +16375,7 @@ "Basic data handling: DataListInsert", "Basic data handling: DataListLast", "Basic data handling: DataListLength", + "Basic data handling: DataListListCreate", "Basic data handling: DataListMax", "Basic data handling: DataListMin", "Basic data handling: DataListPop", @@ -16427,6 +16435,8 @@ "Basic data handling: FloatSubtract", "Basic data handling: FlowSelect", "Basic data handling: ForceCalculation", + "Basic data handling: Generic And", + "Basic data handling: Generic Or", "Basic data handling: GreaterThan", "Basic data handling: GreaterThanOrEqual", "Basic data handling: IfElifElse", @@ -23750,15 +23760,15 @@ "Data_sampleData", "Data_select", "Easy_QwenEdit2509", - "IO_clear_cache", "IO_getFilePath", "IO_image_select", "IO_input_any", "IO_inputbasic", - "IO_inputfile", "IO_load_anyimage", + "IO_node_Script", "IO_outputfile", "IO_save_image", + "IO_savefile", "IO_store_image", "IO_video_encode", "IPA_XL_PromptInjection", @@ -23901,7 +23911,6 @@ "excel_Prompter", "excel_VedioPrompt", "excel_column_diff", - "excel_imgEditor_helper", "excel_insert_image", "excel_insert_image_easy", "excel_object", @@ -23919,10 +23928,12 @@ "flow_ValueSender", "flow_auto_pixel", "flow_case_tentor", + "flow_clear_cache", "flow_judge", "flow_low_gpu", "flow_sch_control", "flow_switch", + "flow_tensor_Unify", "img_effect_CircleWarp", "img_effect_Liquify", "img_effect_Load", @@ -24002,6 +24013,7 @@ "text_mul_Split", "text_mul_remove", "text_mul_replace", + "text_repair", "text_stack_wildcards", "text_sum", "texture_Ksampler", @@ -24026,8 +24038,7 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_mask", - "view_node_Script" + "view_mask" ], { "title_aux": "ComfyUI-Apt_Preset" @@ -32017,6 +32028,7 @@ [ "SetValuesFromPanel", "image_to_sha256", + "move_file", "sort_list_string", "steg_alpha_embed", "steg_alpha_extract", @@ -42172,6 +42184,14 @@ "title_aux": "Comfyui-PainterAudioCut" } ], + "https://github.com/princepainter/Comfyui-PainterFLF2V": [ + [ + "PainterFLF2V" + ], + { + "title_aux": "PainterFLF2V - First/Last Frame Video Enhancer" + } + ], "https://github.com/princepainter/Comfyui-PainterSampler": [ [ "PainterSampler" @@ -42374,6 +42394,7 @@ "PVL_fal_DepthAnythingV2_API", "PVL_fal_EvfSam_API", "PVL_fal_EvfSam_X5_API", + "PVL_fal_Flux2_Dev_API", "PVL_fal_FluxDevPulidAvatar_API", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API", diff --git a/github-stats.json b/github-stats.json index 639c3f1d..3aa9ec0d 100644 --- a/github-stats.json +++ b/github-stats.json @@ -17,12 +17,12 @@ "https://github.com/0xbitches/ComfyUI-LCM": { "stars": 259, "last_update": "2023-11-11 21:24:33", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/1038lab/ComfyUI-EdgeTTS": { "stars": 58, "last_update": "2025-07-24 03:21:45", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-FireRedTTS": { "stars": 41, @@ -37,57 +37,57 @@ "https://github.com/1038lab/ComfyUI-JoyCaption": { "stars": 166, "last_update": "2025-11-07 06:57:18", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-LBM": { "stars": 86, "last_update": "2025-05-27 17:37:31", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-MegaTTS": { "stars": 48, "last_update": "2025-06-19 19:12:51", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-MiniCPM": { "stars": 131, "last_update": "2025-08-28 19:52:08", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-MiniMax-Remover": { "stars": 72, "last_update": "2025-06-27 21:57:55", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-Mosaic": { "stars": 1, "last_update": "2025-07-05 16:12:04", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-OmniGen": { "stars": 296, "last_update": "2025-04-18 18:33:34", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-Pollinations": { "stars": 46, "last_update": "2025-07-07 07:11:19", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-RMBG": { - "stars": 1517, + "stars": 1518, "last_update": "2025-11-26 05:28:58", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-ReduxFineTune": { "stars": 65, "last_update": "2025-06-21 19:10:36", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-SparkTTS": { "stars": 119, "last_update": "2025-04-15 19:28:39", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/1038lab/ComfyUI-VoxCPMTTS": { "stars": 11, @@ -97,7 +97,7 @@ "https://github.com/1038lab/ComfyUI-WildPromptor": { "stars": 59, "last_update": "2025-11-06 00:14:44", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": { "stars": 3, @@ -105,39 +105,39 @@ "author_account_age_days": 2404 }, "https://github.com/11cafe/comfyui-workspace-manager": { - "stars": 1390, + "stars": 1389, "last_update": "2025-04-16 14:02:54", - "author_account_age_days": 726 + "author_account_age_days": 727 }, "https://github.com/11dogzi/CYBERPUNK-STYLE-DIY": { "stars": 110, "last_update": "2025-08-11 17:17:54", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/11dogzi/ComfUI-EGAdapterMadAssistant": { "stars": 40, "last_update": "2024-08-02 05:24:19", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/11dogzi/Comfyui-HYPIR": { - "stars": 113, + "stars": 114, "last_update": "2025-08-03 02:14:03", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/11dogzi/Comfyui-ergouzi-Nodes": { "stars": 94, "last_update": "2024-08-23 12:04:09", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/11dogzi/Comfyui-ergouzi-kaiguan": { "stars": 75, "last_update": "2025-06-22 14:48:37", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/11dogzi/Comfyui-ergouzi-samplers": { "stars": 27, "last_update": "2024-06-28 05:28:05", - "author_account_age_days": 646 + "author_account_age_days": 647 }, "https://github.com/1hew/ComfyUI-1hewNodes": { "stars": 9, @@ -147,7 +147,7 @@ "https://github.com/1mckw/Comfyui-Gelbooru": { "stars": 8, "last_update": "2025-04-06 14:11:25", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/1zhangyy1/comfyui-vidu-nodes": { "stars": 8, @@ -167,7 +167,7 @@ "https://github.com/2kpr/ComfyUI-UltraPixel": { "stars": 229, "last_update": "2024-07-27 14:52:10", - "author_account_age_days": 1440 + "author_account_age_days": 1441 }, "https://github.com/311-code/ComfyUI-MagicClip_Strength": { "stars": 2, @@ -187,7 +187,7 @@ "https://github.com/438443467/ComfyUI-GPT4V-Image-Captioner": { "stars": 27, "last_update": "2025-04-06 02:06:59", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/45uee/ComfyUI-Color_Transfer": { "stars": 35, @@ -227,22 +227,22 @@ "https://github.com/807502278/ComfyUI-3D-MeshTool": { "stars": 23, "last_update": "2024-10-18 09:59:54", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/807502278/ComfyUI-WJNodes": { "stars": 13, "last_update": "2025-09-03 02:31:35", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/807502278/ComfyUI_MaskGCT": { "stars": 27, "last_update": "2025-03-05 09:15:32", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/80sVectorz/ComfyUI-Static-Primitives": { "stars": 11, "last_update": "2025-03-14 11:42:07", - "author_account_age_days": 1992 + "author_account_age_days": 1993 }, "https://github.com/834t/ComfyUI_834t_scene_composer": { "stars": 5, @@ -312,7 +312,7 @@ "https://github.com/AARG-FAN/Image-Vector-for-ComfyUI": { "stars": 146, "last_update": "2024-06-23 14:56:16", - "author_account_age_days": 1020 + "author_account_age_days": 1021 }, "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme": { "stars": 43, @@ -352,7 +352,7 @@ "https://github.com/AI2lab/comfyUI-siliconflow-api-2lab": { "stars": 8, "last_update": "2024-08-01 15:13:33", - "author_account_age_days": 713 + "author_account_age_days": 714 }, "https://github.com/AIDC-AI/ComfyUI-Copilot": { "stars": 3762, @@ -377,237 +377,237 @@ "https://github.com/AIFSH/AniTalker-ComfyUI": { "stars": 5, "last_update": "2024-08-06 03:08:44", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-3d-photo-inpainting": { "stars": 15, "last_update": "2024-06-19 13:59:49", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-AuraSR": { "stars": 22, "last_update": "2024-06-27 14:00:16", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-DiffSynth-Studio": { "stars": 95, "last_update": "2024-08-05 08:48:03", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-FishSpeech": { "stars": 43, "last_update": "2024-05-23 01:18:49", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-GPT_SoVITS": { "stars": 247, "last_update": "2024-08-09 22:00:45", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-Hallo": { "stars": 308, "last_update": "2024-06-24 06:43:23", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-I2V-Adapter": { "stars": 21, "last_update": "2024-07-02 01:59:49", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-IP_LAP": { "stars": 34, "last_update": "2024-06-14 07:05:39", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-Live2DViewer": { "stars": 10, "last_update": "2024-06-14 07:04:49", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-MARS5-TTS": { "stars": 28, "last_update": "2024-07-02 02:00:28", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-MimicBrush": { "stars": 118, "last_update": "2024-06-17 22:26:53", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-MimicMotion": { "stars": 380, "last_update": "2024-08-06 06:21:16", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-MuseTalk_FSH": { "stars": 21, "last_update": "2024-06-14 07:05:19", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-RVC": { "stars": 26, "last_update": "2024-06-14 07:05:25", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-UVR5": { "stars": 104, "last_update": "2024-06-20 07:31:20", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-UniAnimate": { "stars": 40, "last_update": "2024-06-30 09:20:25", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-WhisperX": { "stars": 57, "last_update": "2025-04-01 00:14:44", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-XTTS": { "stars": 64, "last_update": "2024-06-24 09:45:59", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI_V-Express": { "stars": 86, "last_update": "2024-06-23 09:54:57", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/CosyVoice-ComfyUI": { "stars": 275, "last_update": "2024-09-10 22:21:37", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/DHLive-ComfyUI": { "stars": 24, "last_update": "2024-11-14 01:45:45", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/DiffMorpher-ComfyUI": { "stars": 16, "last_update": "2024-07-17 01:24:59", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/DiffSynth-ComfyUI": { "stars": 0, "last_update": "2024-09-07 12:23:07", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/EchoMimicV2-ComfyUI": { "stars": 58, "last_update": "2024-12-08 08:53:21", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/EzAudio-ComfyUI": { "stars": 9, "last_update": "2024-10-08 05:22:46", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/F5-TTS-ComfyUI": { "stars": 36, "last_update": "2024-11-14 01:43:03", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/FancyVideo-ComfyUI": { "stars": 36, "last_update": "2024-10-12 07:21:51", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/FireRedTTS-ComfyUI": { "stars": 13, "last_update": "2024-10-24 01:18:51", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/GSTTS-ComfyUI": { "stars": 42, "last_update": "2024-08-25 03:23:24", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/HivisionIDPhotos-ComfyUI": { "stars": 176, "last_update": "2024-09-16 14:16:06", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/IMAGDressing-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:44:02", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/JoyHallo-ComfyUI": { "stars": 8, "last_update": "2024-11-14 01:44:39", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/MaskGCT-ComfyUI": { "stars": 63, "last_update": "2024-11-14 01:40:15", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/MiniMates-ComfyUI": { "stars": 29, "last_update": "2024-11-14 01:36:30", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/OmniGen-ComfyUI": { "stars": 210, "last_update": "2024-11-14 01:37:33", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/PyramidFlow-ComfyUI": { "stars": 15, "last_update": "2024-10-10 13:59:16", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/RealisDance-ComfyUI": { "stars": 51, "last_update": "2024-09-13 14:38:59", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/SemiChat-ComfyUI": { "stars": 12, "last_update": "2025-02-19 23:21:48", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/SenseVoice-ComfyUI": { "stars": 15, "last_update": "2024-07-16 06:41:25", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/StyleShot-ComfyUI": { "stars": 4, "last_update": "2024-08-17 00:25:29", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/VideoSys-ComfyUI": { "stars": 6, "last_update": "2024-09-01 09:11:57", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ViewCrafter-ComfyUI": { "stars": 8, "last_update": "2024-09-19 11:11:25", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/VocalSeparation-ComfyUI": { "stars": 21, "last_update": "2024-10-24 07:16:37", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIGCTeam/ComfyUI_kkTranslator_nodes": { "stars": 7, "last_update": "2024-09-13 07:34:18", - "author_account_age_days": 731 + "author_account_age_days": 732 }, "https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION": { "stars": 2392, "last_update": "2025-03-24 00:01:12", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/AIGODLIKE/AIGODLIKE-ComfyUI-Studio": { "stars": 375, "last_update": "2025-10-27 09:36:36", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/AIGODLIKE/Blender-IO": { "stars": 1, @@ -617,12 +617,12 @@ "https://github.com/AIGODLIKE/ComfyUI-CUP": { "stars": 53, "last_update": "2025-10-15 09:39:30", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/AIGODLIKE/ComfyUI-ToonCrafter": { "stars": 370, "last_update": "2024-07-17 02:28:49", - "author_account_age_days": 1022 + "author_account_age_days": 1023 }, "https://github.com/AIPOQUE/ComfyUI-APQNodes": { "stars": 108, @@ -652,12 +652,12 @@ "https://github.com/AInseven/ComfyUI-fastblend": { "stars": 227, "last_update": "2024-11-22 03:32:25", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/AIrjen/OneButtonPrompt": { "stars": 1030, "last_update": "2025-07-20 12:15:47", - "author_account_age_days": 964 + "author_account_age_days": 965 }, "https://github.com/AJO-reading/ComfyUI-AjoNodes": { "stars": 11, @@ -672,27 +672,27 @@ "https://github.com/ALatentPlace/ComfyUI_yanc": { "stars": 72, "last_update": "2025-01-22 14:44:17", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/ALatentPlace/YANC_LMStudio": { "stars": 19, "last_update": "2025-04-30 14:57:13", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/APZmedia/APZmedia-comfy-together-lora": { "stars": 0, "last_update": "2025-02-15 13:14:17", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/APZmedia/APZmedia-comfyui-fast-image-save": { "stars": 5, "last_update": "2025-04-21 19:22:43", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/APZmedia/ComfyUI-APZmedia-cleanName-from-string": { "stars": 7, "last_update": "2025-08-11 13:55:09", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/APZmedia/ComfyUI-Dreamlight": { "stars": 0, @@ -732,7 +732,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": 2047 + "author_account_age_days": 2048 }, "https://github.com/AbdullahAlfaraj/Comfy-Photoshop-SD": { "stars": 299, @@ -747,7 +747,7 @@ "https://github.com/AbyssBadger0/ComfyUI_BadgerTools": { "stars": 7, "last_update": "2024-11-12 11:10:16", - "author_account_age_days": 1010 + "author_account_age_days": 1011 }, "https://github.com/AbyssBadger0/ComfyUI_Kolors_awesome_prompts": { "stars": 5, @@ -760,7 +760,7 @@ "author_account_age_days": 554 }, "https://github.com/Acly/comfyui-inpaint-nodes": { - "stars": 1074, + "stars": 1075, "last_update": "2025-10-03 16:47:12", "author_account_age_days": 4326 }, @@ -817,7 +817,7 @@ "https://github.com/AiMiDi/ComfyUI-Aimidi-nodes": { "stars": 0, "last_update": "2024-06-20 17:26:02", - "author_account_age_days": 1797 + "author_account_age_days": 1798 }, "https://github.com/Aishor/comfyui-meta-sampler-guiado": { "stars": 0, @@ -877,37 +877,37 @@ "https://github.com/Amorano/Jovi_Capture": { "stars": 9, "last_update": "2025-05-31 18:38:22", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovi_Colorizer": { "stars": 12, "last_update": "2025-05-22 20:00:19", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovi_GLSL": { "stars": 18, "last_update": "2025-08-25 04:34:38", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovi_MIDI": { "stars": 5, "last_update": "2025-05-05 04:11:06", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovi_Measure": { "stars": 2, "last_update": "2025-08-29 02:31:26", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovi_Spout": { "stars": 9, "last_update": "2025-08-29 02:29:14", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Amorano/Jovimetrix": { "stars": 381, "last_update": "2025-09-05 03:15:03", - "author_account_age_days": 5733 + "author_account_age_days": 5734 }, "https://github.com/Analaser/ComfyUI-RandomTagWeights": { "stars": 1, @@ -937,12 +937,12 @@ "https://github.com/AonekoSS/ComfyUI-LoRA-Tuner": { "stars": 11, "last_update": "2025-03-27 17:07:38", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/AonekoSS/ComfyUI-SimpleCounter": { "stars": 1, "last_update": "2025-03-27 17:08:39", - "author_account_age_days": 4613 + "author_account_age_days": 4614 }, "https://github.com/Apache0ne/ComfyUI_efficient_sam_node": { "stars": 0, @@ -957,7 +957,7 @@ "https://github.com/ArcherFMY/Diffusion360_ComfyUI": { "stars": 45, "last_update": "2025-03-17 06:08:17", - "author_account_age_days": 3910 + "author_account_age_days": 3911 }, "https://github.com/ArdeniusAI/ComfyUI-Ardenius": { "stars": 5, @@ -977,7 +977,7 @@ "https://github.com/ArtBot2023/CharacterFaceSwap": { "stars": 95, "last_update": "2024-05-22 20:53:09", - "author_account_age_days": 814 + "author_account_age_days": 815 }, "https://github.com/ArtHommage/HommageTools": { "stars": 4, @@ -1002,7 +1002,7 @@ "https://github.com/AshMartian/ComfyUI-DirGir": { "stars": 28, "last_update": "2025-05-04 03:34:19", - "author_account_age_days": 5107 + "author_account_age_days": 5108 }, "https://github.com/AstrionX/ComfyUI-Tensor-Prism-Node-Pack": { "stars": 1, @@ -1017,37 +1017,37 @@ "https://github.com/AuroBit/ComfyUI-AnimateAnyone-reproduction": { "stars": 37, "last_update": "2024-06-14 09:03:24", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/AuroBit/ComfyUI-OOTDiffusion": { "stars": 469, "last_update": "2024-07-12 03:49:27", - "author_account_age_days": 911 + "author_account_age_days": 912 }, "https://github.com/AustinMroz/ComfyUI-DynamicOversampling": { "stars": 0, "last_update": "2024-06-14 07:06:51", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/AustinMroz/ComfyUI-MinCache": { "stars": 3, "last_update": "2024-12-25 18:52:07", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/AustinMroz/ComfyUI-SpliceTools": { "stars": 6, "last_update": "2024-06-14 07:07:21", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/Auttasak-L/ComfyUI-ImageCropper": { "stars": 1, "last_update": "2024-05-23 05:04:53", - "author_account_age_days": 3170 + "author_account_age_days": 3171 }, "https://github.com/AzelusLightvale/ComfyUI-ARG-Toolkit": { "stars": 0, @@ -1082,7 +1082,7 @@ "https://github.com/BAIS1C/ComfyUI_RSS_Feed_Reader": { "stars": 4, "last_update": "2025-04-24 14:09:18", - "author_account_age_days": 1010 + "author_account_age_days": 1011 }, "https://github.com/BEIBEI-star661/SJ_sweepEffect_Comfyui": { "stars": 0, @@ -1107,7 +1107,7 @@ "https://github.com/BXYMartin/ComfyUI-InstantIDUtils": { "stars": 3, "last_update": "2024-05-23 00:08:50", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/BZcreativ/ComfyUI-FLUX-TOGETHER-API": { "stars": 4, @@ -1115,9 +1115,9 @@ "author_account_age_days": 3758 }, "https://github.com/BadCafeCode/masquerade-nodes-comfyui": { - "stars": 456, + "stars": 457, "last_update": "2024-06-19 04:16:54", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/BahaC/ComfyUI-ZonosTTS": { "stars": 22, @@ -1132,7 +1132,7 @@ "https://github.com/Beinsezii/bsz-cui-extras": { "stars": 25, "last_update": "2024-05-22 20:46:45", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/Bellzs/ComfyUI-LoRA-Assistant": { "stars": 17, @@ -1142,17 +1142,17 @@ "https://github.com/BenNarum/ComfyUI_CAS": { "stars": 3, "last_update": "2024-07-13 12:00:40", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/BenNarum/SigmaWaveFormNode": { "stars": 5, "last_update": "2024-06-20 15:20:35", - "author_account_age_days": 3593 + "author_account_age_days": 3594 }, "https://github.com/BennyKok/comfyui-deploy": { "stars": 1460, "last_update": "2025-11-13 10:40:04", - "author_account_age_days": 3517 + "author_account_age_days": 3518 }, "https://github.com/BetaDoggo/ComfyUI-Cloud-APIs": { "stars": 37, @@ -1217,7 +1217,7 @@ "https://github.com/Billius-AI/ComfyUI-Path-Helper": { "stars": 21, "last_update": "2024-05-22 23:25:08", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/Bin-sam/DynamicPose-ComfyUI": { "stars": 5, @@ -1272,27 +1272,27 @@ "https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": { "stars": 421, "last_update": "2024-08-07 15:13:31", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/BlenderNeko/ComfyUI_Cutoff": { "stars": 397, "last_update": "2024-05-22 15:01:45", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/BlenderNeko/ComfyUI_Noise": { "stars": 314, "last_update": "2024-06-10 16:38:48", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/BlenderNeko/ComfyUI_SeeCoder": { "stars": 42, "last_update": "2024-05-22 14:57:04", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/BlenderNeko/ComfyUI_TiledKSampler": { "stars": 401, "last_update": "2024-05-22 14:56:49", - "author_account_age_days": 999 + "author_account_age_days": 1000 }, "https://github.com/Blonicx/ComfyUI-X-Rework": { "stars": 1, @@ -1387,7 +1387,7 @@ "https://github.com/CC-BryanOttho/ComfyUI_API_Manager": { "stars": 24, "last_update": "2024-06-14 07:13:34", - "author_account_age_days": 1006 + "author_account_age_days": 1007 }, "https://github.com/CC-SUN6/ccsun_node": { "stars": 0, @@ -1462,7 +1462,7 @@ "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr": { "stars": 10, "last_update": "2024-05-22 17:55:41", - "author_account_age_days": 770 + "author_account_age_days": 771 }, "https://github.com/CallMe1101/ComfyUI_OmniAvatar": { "stars": 3, @@ -1472,22 +1472,22 @@ "https://github.com/CavinHuang/comfyui-nodes-docs": { "stars": 267, "last_update": "2025-03-26 02:12:29", - "author_account_age_days": 3247 + "author_account_age_days": 3248 }, "https://github.com/Chan-0312/ComfyUI-EasyDeforum": { "stars": 13, "last_update": "2024-05-22 23:22:14", - "author_account_age_days": 2387 + "author_account_age_days": 2388 }, "https://github.com/Chan-0312/ComfyUI-IPAnimate": { "stars": 75, "last_update": "2024-05-22 23:22:03", - "author_account_age_days": 2387 + "author_account_age_days": 2388 }, "https://github.com/Chan-0312/ComfyUI-Prompt-Preview": { "stars": 36, "last_update": "2024-06-14 09:01:37", - "author_account_age_days": 2387 + "author_account_age_days": 2388 }, "https://github.com/ChaosHL/Marvelous-Box-Comfyui": { "stars": 0, @@ -1552,12 +1552,12 @@ "https://github.com/ChrisColeTech/ComfyUI-Elegant-Resource-Monitor": { "stars": 17, "last_update": "2024-09-23 21:48:27", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/ChrisColeTech/ComfyUI-Line-counter": { "stars": 2, "last_update": "2025-03-12 00:07:25", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/ChristopherLuciano/ComfyUI-LucianoTools": { "stars": 0, @@ -1577,17 +1577,17 @@ "https://github.com/Clybius/ComfyUI-ClybsChromaNodes": { "stars": 13, "last_update": "2025-07-08 14:27:15", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/Clybius/ComfyUI-Extra-Samplers": { "stars": 95, "last_update": "2024-11-15 17:21:45", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/Clybius/ComfyUI-Latent-Modifiers": { "stars": 85, "last_update": "2024-06-14 09:02:44", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/CoiiChan/ComfyUI-Depth-Visualization-Advanced": { "stars": 5, @@ -1607,7 +1607,7 @@ "https://github.com/Comfy-Org/NIMnodes": { "stars": 56, "last_update": "2025-08-20 15:31:03", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/ComfyAssets/ComfyUI-KikoStats": { "stars": 2, @@ -1657,7 +1657,7 @@ "https://github.com/CosmicLaca/ComfyUI_Primere_Nodes": { "stars": 133, "last_update": "2025-11-11 16:00:21", - "author_account_age_days": 4176 + "author_account_age_days": 4177 }, "https://github.com/CpreForEver/CFE_comfyui": { "stars": 0, @@ -1717,7 +1717,7 @@ "https://github.com/Cyber-BlackCat/ComfyUI-MoneyMaker": { "stars": 11, "last_update": "2025-10-24 07:46:08", - "author_account_age_days": 936 + "author_account_age_days": 937 }, "https://github.com/Cyber-BlackCat/ComfyUI_Auto_Caption": { "stars": 16, @@ -1727,7 +1727,7 @@ "https://github.com/Cyberschorsch/ComfyUI-checkpoint-config-loader": { "stars": 1, "last_update": "2024-07-31 13:54:16", - "author_account_age_days": 5679 + "author_account_age_days": 5680 }, "https://github.com/Cyrostar/Artha-Gemini": { "stars": 1, @@ -1837,7 +1837,7 @@ "https://github.com/DeJoker/pipeline-parallel-comfy": { "stars": 4, "last_update": "2024-07-29 06:59:37", - "author_account_age_days": 3512 + "author_account_age_days": 3513 }, "https://github.com/DebugPadawan/DebugPadawans-ComfyUI-Essentials": { "stars": 1, @@ -1937,7 +1937,7 @@ "https://github.com/DimaChaichan/LAizypainter-Exporter-ComfyUI": { "stars": 6, "last_update": "2024-05-22 23:14:06", - "author_account_age_days": 3594 + "author_account_age_days": 3595 }, "https://github.com/Diohim/ComfyUI-Unusual-Tools": { "stars": 5, @@ -1947,7 +1947,7 @@ "https://github.com/Dobidop/ComfyStereo": { "stars": 31, "last_update": "2025-11-26 07:52:40", - "author_account_age_days": 1981 + "author_account_age_days": 1982 }, "https://github.com/DoctorDiffusion/ComfyUI-BEN": { "stars": 44, @@ -1992,12 +1992,12 @@ "https://github.com/DrMWeigand/ComfyUI-StereoVision": { "stars": 9, "last_update": "2025-09-18 05:45:51", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/DrMWeigand/ComfyUI_ColorImageDetection": { "stars": 4, "last_update": "2024-07-15 13:21:10", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/DrStone71/ComfyUI-Prompt-Translator": { "stars": 1, @@ -2067,7 +2067,7 @@ "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes": { "stars": 73, "last_update": "2024-09-01 11:43:02", - "author_account_age_days": 5238 + "author_account_age_days": 5239 }, "https://github.com/Elaine-chennn/comfyui-overlay-media": { "stars": 0, @@ -2077,12 +2077,12 @@ "https://github.com/Electrofried/ComfyUI-OpenAINode": { "stars": 28, "last_update": "2024-06-14 09:01:22", - "author_account_age_days": 3141 + "author_account_age_days": 3142 }, "https://github.com/EllangoK/ComfyUI-post-processing-nodes": { "stars": 240, "last_update": "2025-01-20 07:16:46", - "author_account_age_days": 3299 + "author_account_age_days": 3300 }, "https://github.com/EmAySee/ComfyUI_EmAySee_CustomNodes": { "stars": 2, @@ -2102,12 +2102,12 @@ "https://github.com/EnragedAntelope/ComfyUI-ConstrainResolution": { "stars": 8, "last_update": "2025-11-09 01:25:14", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/EnragedAntelope/ComfyUI-EACloudNodes": { "stars": 7, "last_update": "2025-11-09 02:04:45", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/EnragedAntelope/ComfyUI_EasyRegion": { "stars": 0, @@ -2122,7 +2122,7 @@ "https://github.com/EnragedAntelope/comfyui-relight": { "stars": 84, "last_update": "2025-11-09 02:16:20", - "author_account_age_days": 490 + "author_account_age_days": 491 }, "https://github.com/EnragedAntelope/comfyui-sdnq": { "stars": 21, @@ -2187,12 +2187,12 @@ "https://github.com/Excidos/ComfyUI-Documents": { "stars": 56, "last_update": "2024-07-11 20:15:21", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper": { "stars": 17, "last_update": "2024-07-30 10:27:07", - "author_account_age_days": 528 + "author_account_age_days": 529 }, "https://github.com/ExoticArts/comfyui-ea-nodes": { "stars": 0, @@ -2222,57 +2222,57 @@ "https://github.com/Extraltodeus/ComfyUI-AutomaticCFG": { "stars": 426, "last_update": "2024-09-10 17:44:50", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/DistanceSampler": { "stars": 41, "last_update": "2025-06-19 22:54:08", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/LoadLoraWithTags": { "stars": 85, "last_update": "2025-02-25 18:12:40", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/Negative-attention-for-ComfyUI-": { "stars": 9, "last_update": "2025-03-20 15:10:24", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/Skimmed_CFG": { "stars": 220, "last_update": "2024-10-25 20:59:10", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/Stable-Diffusion-temperature-settings": { "stars": 44, "last_update": "2024-07-10 00:27:51", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/Uncond-Zero-for-ComfyUI": { "stars": 51, "last_update": "2024-07-10 00:27:36", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/Vector_Sculptor_ComfyUI": { "stars": 125, "last_update": "2024-08-28 05:29:07", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/noise_latent_perlinpinpin": { "stars": 34, "last_update": "2024-08-13 14:19:11", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/pre_cfg_comfy_nodes_for_ComfyUI": { "stars": 57, "last_update": "2025-05-24 07:36:22", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Extraltodeus/sigmas_tools_and_the_golden_scheduler": { "stars": 90, "last_update": "2025-08-21 18:17:03", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/FaberVS/MultiModel": { "stars": 3, @@ -2282,32 +2282,32 @@ "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": { "stars": 895, "last_update": "2025-04-30 11:32:27", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Fannovel16/ComfyUI-MagickWand": { "stars": 128, "last_update": "2025-11-09 02:34:01", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Fannovel16/ComfyUI-MotionDiff": { "stars": 211, "last_update": "2024-08-01 01:01:53", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Fannovel16/ComfyUI-Video-Matting": { "stars": 220, "last_update": "2024-08-14 01:28:50", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Fannovel16/comfyui_controlnet_aux": { - "stars": 3581, + "stars": 3585, "last_update": "2025-10-24 04:18:35", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Fantaxico/ComfyUI-GCP-Storage": { "stars": 5, "last_update": "2024-06-14 09:05:52", - "author_account_age_days": 1057 + "author_account_age_days": 1058 }, "https://github.com/FaraamFide/ComfyUI-ParamNodes": { "stars": 1, @@ -2322,7 +2322,7 @@ "https://github.com/Feidorian/feidorian-ComfyNodes": { "stars": 5, "last_update": "2024-06-20 11:31:37", - "author_account_age_days": 3276 + "author_account_age_days": 3277 }, "https://github.com/Ferocit/comfyui-feroccustomnodes": { "stars": 0, @@ -2337,12 +2337,12 @@ "https://github.com/Fictiverse/ComfyUI_Fictiverse": { "stars": 19, "last_update": "2025-08-31 17:04:24", - "author_account_age_days": 1193 + "author_account_age_days": 1194 }, "https://github.com/Fihade/IC-Light-ComfyUI-Node": { "stars": 9, "last_update": "2024-07-02 03:47:17", - "author_account_age_days": 3268 + "author_account_age_days": 3269 }, "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite": { "stars": 2, @@ -2375,7 +2375,7 @@ "author_account_age_days": 2501 }, "https://github.com/FizzleDorf/ComfyUI_FizzNodes": { - "stars": 464, + "stars": 465, "last_update": "2024-10-29 01:51:46", "author_account_age_days": 2501 }, @@ -2397,7 +2397,7 @@ "https://github.com/ForeignGods/ComfyUI-Mana-Nodes": { "stars": 243, "last_update": "2024-05-29 18:29:05", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/FortunaCournot/comfyui_stereoscopic": { "stars": 19, @@ -2412,17 +2412,17 @@ "https://github.com/Franck-Demongin/NX_HuggingFace_Flux": { "stars": 3, "last_update": "2024-08-14 02:17:21", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/Franck-Demongin/NX_PromptStyler": { "stars": 9, "last_update": "2024-05-22 23:25:21", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/Franck-Demongin/NX_Translator": { "stars": 2, "last_update": "2024-08-14 02:17:01", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/FranckyB/ComfyUI-Prompt-Manager": { "stars": 5, @@ -2437,7 +2437,7 @@ "https://github.com/FredBill1/comfyui-fb-utils": { "stars": 2, "last_update": "2025-03-14 08:09:14", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/Frief84/ComfyUI-LoRAWeightAxisXY": { "stars": 0, @@ -2457,27 +2457,27 @@ "https://github.com/FuouM/ComfyUI-EbSynth": { "stars": 104, "last_update": "2025-03-30 06:30:52", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/FuouM/ComfyUI-FirstOrderMM": { "stars": 7, "last_update": "2025-03-27 12:22:31", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/FuouM/ComfyUI-MatAnyone": { "stars": 17, "last_update": "2025-03-24 03:43:48", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/FuouM/ComfyUI-StyleTransferPlus": { "stars": 13, "last_update": "2025-03-27 12:15:58", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/FuouM/FM_nodes": { "stars": 7, "last_update": "2025-03-27 12:16:55", - "author_account_age_days": 2202 + "author_account_age_days": 2203 }, "https://github.com/FuryNocturn/ComfyUI-Dummy_Node_Pack": { "stars": 0, @@ -2497,7 +2497,7 @@ "https://github.com/G-370/ComfyUI-SD3-Powerlab": { "stars": 20, "last_update": "2024-06-22 19:17:18", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/GACLove/ComfyUI-Lightx2vWrapper": { "stars": 55, @@ -2522,7 +2522,7 @@ "https://github.com/GTSuya-Studio/ComfyUI-Gtsuya-Nodes": { "stars": 13, "last_update": "2025-11-09 20:11:28", - "author_account_age_days": 3077 + "author_account_age_days": 3078 }, "https://github.com/GZK1108/Comfyui-QwenLoraLoaderSelective": { "stars": 2, @@ -2557,7 +2557,7 @@ "https://github.com/GavChap/ComfyUI-SD3LatentSelectRes": { "stars": 15, "last_update": "2025-09-16 20:38:14", - "author_account_age_days": 5089 + "author_account_age_days": 5090 }, "https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": { "stars": 0, @@ -2572,27 +2572,27 @@ "https://github.com/GeekyGhost/ComfyUI-Geeky-Kokoro-TTS": { "stars": 41, "last_update": "2025-11-26 04:54:24", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/GeekyGhost/ComfyUI-Geeky-LatentSyncWrapper": { "stars": 8, "last_update": "2025-09-13 11:00:11", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/GeekyGhost/ComfyUI-GeekyRemB": { "stars": 49, "last_update": "2025-08-08 22:25:29", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/GeekyGhost/ComfyUI-Image-Segmenting-Loader": { "stars": 1, "last_update": "2025-08-21 13:06:03", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/GeekyGhost/ComfyUI_Geeky_AudioMixer": { "stars": 2, "last_update": "2025-08-05 15:09:34", - "author_account_age_days": 1191 + "author_account_age_days": 1192 }, "https://github.com/GegenDenTag/ComfyUI-multi-area-condition-node": { "stars": 12, @@ -2602,7 +2602,7 @@ "https://github.com/GentlemanHu/ComfyUI-SunoAI": { "stars": 20, "last_update": "2024-12-17 11:46:33", - "author_account_age_days": 2904 + "author_account_age_days": 2905 }, "https://github.com/Geo1230/ComfyUI-DeepseekOCR": { "stars": 1, @@ -2637,7 +2637,7 @@ "https://github.com/Goktug/comfyui-saveimage-plus": { "stars": 14, "last_update": "2024-11-13 06:03:10", - "author_account_age_days": 5453 + "author_account_age_days": 5454 }, "https://github.com/Good-Dream-Studio/ComfyUI-Connect": { "stars": 25, @@ -2650,7 +2650,7 @@ "author_account_age_days": 1182 }, "https://github.com/Gourieff/ComfyUI-ReActor": { - "stars": 939, + "stars": 941, "last_update": "2025-10-07 16:36:49", "author_account_age_days": 1641 }, @@ -2667,17 +2667,17 @@ "https://github.com/GraftingRayman/ComfyUI-PuLID-Flux-GR": { "stars": 56, "last_update": "2025-02-24 07:15:35", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/GraftingRayman/ComfyUI_GraftingRayman": { "stars": 65, "last_update": "2025-11-22 16:53:45", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/GraftingRayman/ComfyUI_QueueTube": { "stars": 0, "last_update": "2025-01-08 20:59:13", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { "stars": 1, @@ -2697,7 +2697,7 @@ "https://github.com/GreenLandisaLie/AuraSR-ComfyUI": { "stars": 198, "last_update": "2025-09-25 21:20:31", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/GreenLandisaLie/ComfyUI-BooruBrowser": { "stars": 1, @@ -2737,17 +2737,17 @@ "https://github.com/Guillaume-Fgt/ComfyUI_StableCascadeLatentRatio": { "stars": 3, "last_update": "2024-06-14 08:59:42", - "author_account_age_days": 2001 + "author_account_age_days": 2002 }, "https://github.com/HAL41/ComfyUI-aichemy-nodes": { "stars": 5, "last_update": "2024-05-22 23:10:19", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/HECer/ComfyUI-FilePathCreator": { "stars": 14, "last_update": "2025-04-17 16:32:12", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/HJH-AILab/ComfyUI_CosyVoice2": { "stars": 3, @@ -2877,47 +2877,47 @@ "https://github.com/Haoming02/comfyui-clear-screen": { "stars": 1, "last_update": "2025-11-19 07:54:55", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-diffusion-cg": { "stars": 103, "last_update": "2025-11-19 08:58:40", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-floodgate": { "stars": 34, "last_update": "2025-08-12 06:56:07", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-menu-anchor": { "stars": 3, "last_update": "2025-11-25 08:41:38", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-node-beautify": { "stars": 8, "last_update": "2025-11-19 07:30:34", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-old-photo-restoration": { "stars": 56, "last_update": "2025-06-30 04:14:30", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-prompt-format": { "stars": 34, "last_update": "2025-11-19 07:31:58", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-resharpen": { "stars": 54, "last_update": "2025-11-19 09:22:44", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/Haoming02/comfyui-tab-handler": { "stars": 4, "last_update": "2025-11-19 07:46:47", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/HappyXY/ComfyUI-AmazonBedrock": { "stars": 0, @@ -2932,7 +2932,7 @@ "https://github.com/HaydenReeve/ComfyUI-Better-Strings": { "stars": 2, "last_update": "2025-03-27 12:41:28", - "author_account_age_days": 2763 + "author_account_age_days": 2764 }, "https://github.com/Hazukiaoi/ComfyUI-LM_Studio_Tools": { "stars": 5, @@ -2942,7 +2942,7 @@ "https://github.com/HeadshotPro/ComfyUI-HeadshotPro": { "stars": 1, "last_update": "2024-08-14 04:00:34", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/Hearmeman24/ComfyUI-LoRAPlotNode": { "stars": 21, @@ -2957,7 +2957,7 @@ "https://github.com/HebelHuber/comfyui-enhanced-save-node": { "stars": 2, "last_update": "2024-06-14 08:59:28", - "author_account_age_days": 2845 + "author_account_age_days": 2846 }, "https://github.com/HellerCommaA/ComfyUI-VideoResolutions": { "stars": 2, @@ -3032,17 +3032,17 @@ "https://github.com/IDGallagher/ComfyUI-IG-Motion-I2V": { "stars": 40, "last_update": "2024-09-30 10:38:22", - "author_account_age_days": 6002 + "author_account_age_days": 6003 }, "https://github.com/IDGallagher/ComfyUI-IG-Nodes": { "stars": 3, "last_update": "2025-07-14 15:28:38", - "author_account_age_days": 6002 + "author_account_age_days": 6003 }, "https://github.com/IDGallagher/MotionVideoSearch": { "stars": 12, "last_update": "2025-01-13 09:37:08", - "author_account_age_days": 6002 + "author_account_age_days": 6003 }, "https://github.com/IIEleven11/ComfyUI-FairyTaler": { "stars": 2, @@ -3062,7 +3062,7 @@ "https://github.com/ITurchenko/ComfyUI-SizeFromArray": { "stars": 0, "last_update": "2024-08-01 08:45:43", - "author_account_age_days": 4230 + "author_account_age_days": 4231 }, "https://github.com/IXIWORKS-KIMJUNGHO/ComfyUI-VideoDescription": { "stars": 0, @@ -3142,7 +3142,7 @@ "https://github.com/Intersection98/ComfyUI_MX_post_processing-nodes": { "stars": 13, "last_update": "2024-05-23 01:12:46", - "author_account_age_days": 3151 + "author_account_age_days": 3152 }, "https://github.com/Inzaniak/comfyui-ranbooru": { "stars": 22, @@ -3167,12 +3167,12 @@ "https://github.com/Isi-dev/ComfyUI-Animation_Nodes_and_Workflows": { "stars": 33, "last_update": "2025-10-21 17:29:45", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Isi-dev/ComfyUI-Img2DrawingAssistants": { "stars": 19, "last_update": "2025-10-02 08:11:32", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Isi-dev/ComfyUI-Img2PaintingAssistant": { "stars": 13, @@ -3182,12 +3182,12 @@ "https://github.com/Isi-dev/ComfyUI-UniAnimate-W": { "stars": 185, "last_update": "2025-10-02 08:17:02", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough": { "stars": 3, "last_update": "2025-11-26 09:45:37", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/Isulion/ComfyUI_Isulion": { "stars": 38, @@ -3202,12 +3202,12 @@ "https://github.com/IuvenisSapiens/ComfyUI_Qwen2-Audio-7B-Instruct-Int4": { "stars": 15, "last_update": "2025-04-02 16:35:52", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen2_5-VL-Instruct": { - "stars": 355, + "stars": 360, "last_update": "2025-10-23 04:10:00", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/IuvenisSapiens/ComfyUI_Qwen3-VL-Instruct": { "stars": 355, @@ -3227,12 +3227,12 @@ "https://github.com/JPS-GER/ComfyUI_JPS-Nodes": { "stars": 91, "last_update": "2024-05-22 20:39:14", - "author_account_age_days": 837 + "author_account_age_days": 838 }, "https://github.com/JPrevots/ComfyUI-PhyCV": { "stars": 1, "last_update": "2025-02-21 11:36:11", - "author_account_age_days": 1080 + "author_account_age_days": 1081 }, "https://github.com/JTriggerFish/ComfyLatentTools": { "stars": 4, @@ -3242,7 +3242,7 @@ "https://github.com/JackEllie/ComfyUI_AI_Assistant": { "stars": 24, "last_update": "2024-09-05 03:42:14", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/Jacky-MYQ/comfyui-DataCleaning": { "stars": 5, @@ -3267,7 +3267,7 @@ "https://github.com/Jannchie/ComfyUI-J": { "stars": 98, "last_update": "2025-04-07 09:03:24", - "author_account_age_days": 3074 + "author_account_age_days": 3075 }, "https://github.com/Jannled/owl-vit-comfyui": { "stars": 0, @@ -3282,7 +3282,7 @@ "https://github.com/JaredTherriault/ComfyUI-JNodes": { "stars": 78, "last_update": "2025-09-09 00:16:03", - "author_account_age_days": 4093 + "author_account_age_days": 4094 }, "https://github.com/Jash-Vora/ComfyUI-GarmentDiT": { "stars": 3, @@ -3297,12 +3297,12 @@ "https://github.com/JcandZero/ComfyUI_GLM4Node": { "stars": 30, "last_update": "2024-05-22 23:12:46", - "author_account_age_days": 1211 + "author_account_age_days": 1212 }, "https://github.com/Jcd1230/rembg-comfyui-node": { "stars": 178, "last_update": "2024-05-22 17:58:34", - "author_account_age_days": 5407 + "author_account_age_days": 5408 }, "https://github.com/Jelosus2/comfyui-vae-reflection": { "stars": 9, @@ -3312,17 +3312,17 @@ "https://github.com/JerryOrbachJr/ComfyUI-RandomSize": { "stars": 6, "last_update": "2024-08-25 18:35:55", - "author_account_age_days": 677 + "author_account_age_days": 678 }, "https://github.com/JettHu/ComfyUI-TCD": { "stars": 138, "last_update": "2024-07-31 13:50:21", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/JettHu/ComfyUI_TGate": { "stars": 98, "last_update": "2024-09-24 02:15:59", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/JiSenHua/ComfyUI-TD": { "stars": 103, @@ -3362,7 +3362,7 @@ "https://github.com/Jordach/comfy-plasma": { "stars": 75, "last_update": "2024-05-22 18:08:28", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/JosefKuchar/ComfyUI-AdvancedTiling": { "stars": 13, @@ -3377,7 +3377,7 @@ "https://github.com/Julian-adv/WildDivide": { "stars": 18, "last_update": "2025-07-24 15:43:12", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Junst/ComfyUI-Concept-Diffusion": { "stars": 3, @@ -3472,7 +3472,7 @@ "https://github.com/Kangkang625/ComfyUI-paint-by-example": { "stars": 16, "last_update": "2024-05-22 22:20:27", - "author_account_age_days": 1435 + "author_account_age_days": 1436 }, "https://github.com/KarmaSwint/ComfyUI-KarmaNodes": { "stars": 1, @@ -3497,7 +3497,7 @@ "https://github.com/KewkLW/ComfyUI-kewky_tools": { "stars": 8, "last_update": "2025-05-11 21:55:10", - "author_account_age_days": 2208 + "author_account_age_days": 2209 }, "https://github.com/Kidev/ComfyUI-FaceFilter": { "stars": 1, @@ -3542,12 +3542,12 @@ "https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler": { "stars": 220, "last_update": "2024-09-01 03:57:22", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/Koishi-Star/Pyramid_Noise_For_Inference": { "stars": 6, "last_update": "2024-09-27 17:58:43", - "author_account_age_days": 2007 + "author_account_age_days": 2008 }, "https://github.com/Koratahiu/ComfyUI-Diff2Flow": { "stars": 1, @@ -3562,12 +3562,12 @@ "https://github.com/KoreTeknology/ComfyUI-Nai-Production-Nodes-Pack": { "stars": 13, "last_update": "2024-11-24 15:55:30", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/KoreTeknology/ComfyUI-Universal-Styler": { "stars": 65, "last_update": "2025-03-01 05:37:40", - "author_account_age_days": 3711 + "author_account_age_days": 3712 }, "https://github.com/Koren-cy/FlowCV": { "stars": 3, @@ -3580,12 +3580,12 @@ "author_account_age_days": 4238 }, "https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved": { - "stars": 3324, + "stars": 3327, "last_update": "2025-08-06 05:23:51", "author_account_age_days": 4238 }, "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite": { - "stars": 1345, + "stars": 1347, "last_update": "2025-11-27 17:58:49", "author_account_age_days": 4238 }, @@ -3722,12 +3722,12 @@ "https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": { "stars": 71, "last_update": "2024-06-06 20:45:43", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/LarryJane491/Lora-Training-in-Comfy": { "stars": 519, "last_update": "2024-08-05 11:32:30", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/LatentRat/comfy_remote_run": { "stars": 9, @@ -3752,7 +3752,7 @@ "https://github.com/Layer-norm/comfyui-lama-remover": { "stars": 142, "last_update": "2024-08-03 04:18:39", - "author_account_age_days": 853 + "author_account_age_days": 854 }, "https://github.com/LeanModels/ComfyUI-DFloat11": { "stars": 10, @@ -3792,7 +3792,7 @@ "https://github.com/Lhyejin/ComfyUI-Fill-Image-for-Outpainting": { "stars": 9, "last_update": "2024-08-26 00:40:09", - "author_account_age_days": 3123 + "author_account_age_days": 3124 }, "https://github.com/LiJT/ComfyUI-Gemini-Prompt-Generator-JT": { "stars": 4, @@ -3832,7 +3832,7 @@ "https://github.com/LightSketch-ai/ComfyUI-LivePortraitNode": { "stars": 2, "last_update": "2024-07-17 01:24:53", - "author_account_age_days": 505 + "author_account_age_days": 506 }, "https://github.com/Lightricks/ComfyUI-LTXVideo": { "stars": 2434, @@ -3862,17 +3862,17 @@ "https://github.com/Limitex/ComfyUI-Calculation": { "stars": 0, "last_update": "2024-05-22 22:18:40", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/Limitex/ComfyUI-Diffusers": { "stars": 178, "last_update": "2025-11-23 17:43:20", - "author_account_age_days": 1796 + "author_account_age_days": 1797 }, "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": { "stars": 8, "last_update": "2025-06-02 02:45:04", - "author_account_age_days": 908 + "author_account_age_days": 909 }, "https://github.com/LingSss9/comfyui-merge": { "stars": 14, @@ -3882,7 +3882,7 @@ "https://github.com/Loewen-Hob/rembg-comfyui-node-better": { "stars": 69, "last_update": "2025-04-07 09:09:34", - "author_account_age_days": 992 + "author_account_age_days": 993 }, "https://github.com/LonicaMewinsky/ComfyUI-MakeFrame": { "stars": 29, @@ -3942,7 +3942,7 @@ "https://github.com/Ludobico/ComfyUI-ScenarioPrompt": { "stars": 17, "last_update": "2025-03-12 09:07:07", - "author_account_age_days": 1554 + "author_account_age_days": 1555 }, "https://github.com/LukeCoulson1/Comfyui_LoraCombine": { "stars": 2, @@ -3952,47 +3952,47 @@ "https://github.com/LyazS/comfyui-anime-seg": { "stars": 9, "last_update": "2024-05-22 23:21:49", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/LyazS/comfyui-nettools": { "stars": 5, "last_update": "2024-09-23 12:52:44", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/M1kep/ComfyLiterals": { - "stars": 73, + "stars": 74, "last_update": "2024-05-22 20:31:38", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/ComfyUI-KepOpenAI": { "stars": 30, "last_update": "2024-08-20 16:33:57", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/ComfyUI-OtherVAEs": { "stars": 2, "last_update": "2024-05-22 20:33:41", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/Comfy_KepKitchenSink": { "stars": 0, "last_update": "2024-05-22 20:33:29", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/Comfy_KepListStuff": { "stars": 48, "last_update": "2024-06-22 00:51:28", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/Comfy_KepMatteAnything": { "stars": 11, "last_update": "2024-05-22 20:33:16", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/M1kep/KepPromptLang": { "stars": 7, "last_update": "2024-05-22 20:32:56", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/MDMAchine/ComfyUI_MD_Nodes": { "stars": 6, @@ -4001,8 +4001,8 @@ }, "https://github.com/MNeMoNiCuZ/ComfyUI-mnemic-nodes": { "stars": 80, - "last_update": "2025-11-02 10:29:09", - "author_account_age_days": 2126 + "last_update": "2025-11-28 11:16:35", + "author_account_age_days": 2127 }, "https://github.com/MadiatorLabs/ComfyUI-RunpodDirect": { "stars": 4, @@ -4012,7 +4012,7 @@ "https://github.com/Makeezi/ComfyUI-promptLAB": { "stars": 0, "last_update": "2024-05-23 01:24:51", - "author_account_age_days": 2303 + "author_account_age_days": 2304 }, "https://github.com/MakkiShizu/ComfyUI-MakkiTools": { "stars": 6, @@ -4042,7 +4042,7 @@ "https://github.com/Mamaaaamooooo/batchImg-rembg-ComfyUI-nodes": { "stars": 28, "last_update": "2024-06-14 10:24:17", - "author_account_age_days": 903 + "author_account_age_days": 904 }, "https://github.com/ManglerFTW/ComfyI2I": { "stars": 176, @@ -4052,7 +4052,7 @@ "https://github.com/MaraScott/ComfyUI_MaraScott_Nodes": { "stars": 169, "last_update": "2025-11-12 21:46:59", - "author_account_age_days": 5491 + "author_account_age_days": 5492 }, "https://github.com/MarcusNyne/m9-prompts-comfyui": { "stars": 1, @@ -4062,22 +4062,22 @@ "https://github.com/MariusKM/ComfyUI-BadmanNodes": { "stars": 2, "last_update": "2025-11-12 22:57:40", - "author_account_age_days": 2752 + "author_account_age_days": 2753 }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 9, "last_update": "2024-12-16 09:48:49", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/MarkoCa1/ComfyUI_Segment_Mask": { "stars": 24, "last_update": "2024-05-23 00:15:51", - "author_account_age_days": 2154 + "author_account_age_days": 2155 }, "https://github.com/Marksusu/ComfyUI_MTCLIPEncode": { "stars": 8, "last_update": "2025-05-07 13:56:23", - "author_account_age_days": 1229 + "author_account_age_days": 1230 }, "https://github.com/Markus-Pasanen/batch_whisper_extension": { "stars": 0, @@ -4102,7 +4102,7 @@ "https://github.com/Mason-McGough/ComfyUI-Mosaica": { "stars": 6, "last_update": "2024-08-26 20:42:35", - "author_account_age_days": 3726 + "author_account_age_days": 3727 }, "https://github.com/MasterDenis/VAE-Decode-Switch": { "stars": 4, @@ -4167,17 +4167,17 @@ "https://github.com/MiddleKD/ComfyUI-denoise-mask-scheduler": { "stars": 6, "last_update": "2024-11-07 12:35:00", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/MiddleKD/ComfyUI-mem-safe-wrapper": { "stars": 4, "last_update": "2024-08-01 06:47:24", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/MiddleKD/ComfyUI-productfix": { "stars": 12, "last_update": "2025-05-12 05:00:24", - "author_account_age_days": 1051 + "author_account_age_days": 1052 }, "https://github.com/MieMieeeee/ComfyUI-CaptionThis": { "stars": 103, @@ -4207,7 +4207,7 @@ "https://github.com/MilitantHitchhiker/MilitantHitchhiker-SwitchbladePack": { "stars": 3, "last_update": "2025-10-09 02:55:31", - "author_account_age_days": 581 + "author_account_age_days": 582 }, "https://github.com/MilleN2ium/ComfyUI-CutomizableSave": { "stars": 0, @@ -4217,47 +4217,47 @@ "https://github.com/Mintbeer96/ComfyUI-KerasOCR": { "stars": 4, "last_update": "2024-07-24 16:39:41", - "author_account_age_days": 3698 + "author_account_age_days": 3699 }, "https://github.com/MinusZoneAI/ComfyUI-CogVideoX-MZ": { "stars": 109, "last_update": "2024-10-30 10:52:42", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-Flux1Quantize-MZ": { "stars": 12, "last_update": "2024-08-14 04:01:10", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-FluxExt-MZ": { "stars": 346, "last_update": "2024-08-16 18:57:07", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-Kolors-MZ": { "stars": 588, "last_update": "2025-03-31 02:51:00", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-Prompt-MZ": { "stars": 125, "last_update": "2025-08-14 07:01:19", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-StylizePhoto-MZ": { "stars": 18, "last_update": "2024-05-23 01:13:32", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/MinusZoneAI/ComfyUI-TrainTools-MZ": { "stars": 60, "last_update": "2025-02-24 06:08:49", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/Miosp/ComfyUI-FBCNN": { "stars": 34, "last_update": "2025-02-24 20:53:32", - "author_account_age_days": 3037 + "author_account_age_days": 3038 }, "https://github.com/Mister-Link/link-comfy-nodes": { "stars": 0, @@ -4272,12 +4272,12 @@ "https://github.com/MitoshiroPJ/ComfyUI_save_image_sdli": { "stars": 1, "last_update": "2025-07-04 12:59:35", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/MitoshiroPJ/comfyui_nearsighted_attention": { "stars": 2, "last_update": "2025-07-04 12:30:55", - "author_account_age_days": 4489 + "author_account_age_days": 4490 }, "https://github.com/Miyuutsu/comfyui-save-vpred": { "stars": 4, @@ -4302,7 +4302,7 @@ "https://github.com/MokkaBoss1/ComfyUI_Mokkaboss1": { "stars": 16, "last_update": "2025-10-25 14:38:09", - "author_account_age_days": 900 + "author_account_age_days": 901 }, "https://github.com/MontagenAI/ComfyUI-Montagen": { "stars": 27, @@ -4350,29 +4350,29 @@ "author_account_age_days": 4916 }, "https://github.com/MrForExample/ComfyUI-3D-Pack": { - "stars": 3504, + "stars": 3516, "last_update": "2025-11-21 05:43:15", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved": { - "stars": 555, + "stars": 556, "last_update": "2024-06-14 12:02:47", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/MrSamSeen/ComfyUI_SSBeforeAfterNode": { "stars": 1, "last_update": "2025-05-25 01:55:29", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/MrSamSeen/ComfyUI_SSStereoscope": { "stars": 36, "last_update": "2025-04-27 11:44:51", - "author_account_age_days": 4112 + "author_account_age_days": 4113 }, "https://github.com/Munkyfoot/ComfyUI-TextOverlay": { "stars": 53, "last_update": "2025-06-07 04:46:39", - "author_account_age_days": 3566 + "author_account_age_days": 3567 }, "https://github.com/MushroomFleet/ComfyUI-DJZ-POML": { "stars": 0, @@ -4392,7 +4392,7 @@ "https://github.com/MuziekMagie/ComfyUI-Matchering": { "stars": 56, "last_update": "2024-07-23 14:39:52", - "author_account_age_days": 493 + "author_account_age_days": 494 }, "https://github.com/MzMaXaM/ComfyUi-MzMaXaM": { "stars": 14, @@ -4402,7 +4402,7 @@ "https://github.com/N3rd00d/ComfyUI-Paint3D-Nodes": { "stars": 72, "last_update": "2024-08-19 12:52:20", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/NHLStenden/ComfyUI-ImageBag": { "stars": 0, @@ -4422,7 +4422,7 @@ "https://github.com/NakamuraShippo/ComfyUI-NS-ManySliders": { "stars": 6, "last_update": "2024-11-03 02:48:52", - "author_account_age_days": 883 + "author_account_age_days": 884 }, "https://github.com/NakamuraShippo/ComfyUI-NS-PromptList": { "stars": 9, @@ -4457,22 +4457,22 @@ "https://github.com/NeuralSamurAI/ComfyUI-Dimensional-Latent-Perlin": { "stars": 34, "last_update": "2024-08-06 19:59:25", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": { "stars": 8, "last_update": "2024-08-14 02:16:43", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": { "stars": 4, "last_update": "2024-08-11 18:10:36", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/NeuralSamurAI/Comfyui-Superprompt-Unofficial": { "stars": 68, "last_update": "2024-05-23 00:22:08", - "author_account_age_days": 615 + "author_account_age_days": 616 }, "https://github.com/NeuroSenko/ComfyUI_LLM_SDXL_Adapter": { "stars": 36, @@ -4482,7 +4482,7 @@ "https://github.com/Nevysha/ComfyUI-nevysha-top-menu": { "stars": 5, "last_update": "2024-05-23 00:17:31", - "author_account_age_days": 1048 + "author_account_age_days": 1049 }, "https://github.com/NewLouwa/ComfyUI-Model_preset_Pilot": { "stars": 0, @@ -4507,7 +4507,7 @@ "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": { "stars": 16, "last_update": "2024-05-22 20:34:46", - "author_account_age_days": 5671 + "author_account_age_days": 5672 }, "https://github.com/Nikosis/ComfyUI-Nikosis-Nodes": { "stars": 2, @@ -4520,7 +4520,7 @@ "author_account_age_days": 2797 }, "https://github.com/NimaNzrii/comfyui-photoshop": { - "stars": 1345, + "stars": 1349, "last_update": "2025-05-17 18:02:00", "author_account_age_days": 766 }, @@ -4532,7 +4532,7 @@ "https://github.com/Niutonian/ComfyUi-NoodleWebcam": { "stars": 30, "last_update": "2024-05-22 21:30:40", - "author_account_age_days": 1563 + "author_account_age_days": 1564 }, "https://github.com/Njbx/ComfyUI-LTX13B-Blockswap": { "stars": 7, @@ -4542,7 +4542,7 @@ "https://github.com/Nlar/ComfyUI_CartoonSegmentation": { "stars": 16, "last_update": "2024-05-22 23:15:37", - "author_account_age_days": 4352 + "author_account_age_days": 4353 }, "https://github.com/No-22-Github/ComfyUI_RWKV_Studio": { "stars": 0, @@ -4567,7 +4567,7 @@ "https://github.com/Nourepide/ComfyUI-Allor": { "stars": 286, "last_update": "2024-05-22 18:11:17", - "author_account_age_days": 3367 + "author_account_age_days": 3368 }, "https://github.com/NudeJS-dev/ComfyUI-NudeJS-Image2Prompt": { "stars": 0, @@ -4612,12 +4612,12 @@ "https://github.com/Off-Live/ComfyUI-off-suite": { "stars": 0, "last_update": "2024-06-14 12:02:25", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/OliverCrosby/Comfyui-Minimap": { "stars": 98, "last_update": "2024-08-24 14:10:43", - "author_account_age_days": 2647 + "author_account_age_days": 2648 }, "https://github.com/OneThingAI/ComfyUI_Onething_CV": { "stars": 1, @@ -4642,7 +4642,7 @@ "https://github.com/OpenArt-AI/ComfyUI-Assistant": { "stars": 21, "last_update": "2024-05-22 22:16:57", - "author_account_age_days": 1296 + "author_account_age_days": 1297 }, "https://github.com/OpenAssetIO/OpenAssetIO-ComfyUI": { "stars": 1, @@ -4652,7 +4652,7 @@ "https://github.com/OuticNZ/ComfyUI-Simple-Of-Complex": { "stars": 1, "last_update": "2024-08-14 04:00:49", - "author_account_age_days": 3054 + "author_account_age_days": 3055 }, "https://github.com/OwlvChirotha/ComfyUI-MultiTranslator": { "stars": 0, @@ -4672,7 +4672,7 @@ "https://github.com/PCMonsterx/ComfyUI-CSV-Loader": { "stars": 16, "last_update": "2025-03-14 12:21:40", - "author_account_age_days": 2186 + "author_account_age_days": 2187 }, "https://github.com/PICOPON/ComfyUI-API-OpenAI-Node": { "stars": 0, @@ -4712,7 +4712,7 @@ "https://github.com/Parameshvadivel/ComfyUI-SVGview": { "stars": 1, "last_update": "2024-07-31 13:40:33", - "author_account_age_days": 3349 + "author_account_age_days": 3350 }, "https://github.com/ParisNeo/lollms_nodes_suite": { "stars": 11, @@ -4722,7 +4722,7 @@ "https://github.com/ParmanBabra/ComfyUI-Malefish-Custom-Scripts": { "stars": 0, "last_update": "2024-05-22 21:26:35", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/PatrickBorkowicz/ComfyUI-ImmichUploader": { "stars": 0, @@ -4762,7 +4762,7 @@ "https://github.com/Pheat-AI/Remade_nodes": { "stars": 5, "last_update": "2024-10-18 00:04:58", - "author_account_age_days": 555 + "author_account_age_days": 556 }, "https://github.com/PiePieDesign/PiePieTweaks": { "stars": 1, @@ -4807,7 +4807,7 @@ "https://github.com/PnthrLeo/comfyUI-PL-data-tools": { "stars": 1, "last_update": "2025-10-13 07:45:11", - "author_account_age_days": 3072 + "author_account_age_days": 3073 }, "https://github.com/Polygoningenieur/ComfyUI-IC-Light-Video": { "stars": 1, @@ -4830,9 +4830,9 @@ "author_account_age_days": 843 }, "https://github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait": { - "stars": 2550, + "stars": 2551, "last_update": "2024-08-21 06:14:24", - "author_account_age_days": 484 + "author_account_age_days": 485 }, "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { "stars": 2, @@ -4907,7 +4907,7 @@ "https://github.com/Pseudotools/Pseudocomfy": { "stars": 2, "last_update": "2025-10-07 04:01:07", - "author_account_age_days": 791 + "author_account_age_days": 792 }, "https://github.com/Pun0110/ComfyUI-CSV-Styler": { "stars": 1, @@ -4957,7 +4957,7 @@ "https://github.com/Raapys/ComfyUI-LatentGC_Aggressive": { "stars": 4, "last_update": "2024-08-12 15:55:42", - "author_account_age_days": 4453 + "author_account_age_days": 4454 }, "https://github.com/RainyN0077/ComfyUI-PromptSE": { "stars": 10, @@ -5027,17 +5027,17 @@ "https://github.com/RhizoNymph/ComfyUI-CLIPSlider": { "stars": 9, "last_update": "2024-09-07 19:47:02", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/RhizoNymph/ComfyUI-ColorWheel": { "stars": 1, "last_update": "2024-10-13 06:26:51", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/RhizoNymph/ComfyUI-Latte": { "stars": 3, "last_update": "2024-08-11 07:25:04", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/RiceRound/ComfyUI_CryptoCat": { "stars": 98, @@ -5077,12 +5077,12 @@ "https://github.com/RomanKuschanow/ComfyUI-Advanced-Latent-Control": { "stars": 23, "last_update": "2025-03-27 17:57:44", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/Ron-Digital/ComfyUI-SceneGenerator": { "stars": 3, "last_update": "2024-06-28 19:36:30", - "author_account_age_days": 1450 + "author_account_age_days": 1451 }, "https://github.com/Runware/ComfyUI-Runware": { "stars": 124, @@ -5092,17 +5092,17 @@ "https://github.com/Ryuukeisyou/ComfyUI-SyncTalk": { "stars": 40, "last_update": "2024-09-12 11:54:59", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/Ryuukeisyou/comfyui_face_parsing": { "stars": 185, "last_update": "2025-02-18 09:22:52", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/Ryuukeisyou/comfyui_io_helpers": { "stars": 2, "last_update": "2024-07-13 13:10:10", - "author_account_age_days": 2934 + "author_account_age_days": 2935 }, "https://github.com/S4MUEL-404/ComfyUI-Prepack": { "stars": 1, @@ -5132,7 +5132,7 @@ "https://github.com/SEkINVR/ComfyUI-SaveAs": { "stars": 8, "last_update": "2024-08-19 01:06:16", - "author_account_age_days": 1178 + "author_account_age_days": 1179 }, "https://github.com/SKBv0/ComfyUI_SKBundle": { "stars": 97, @@ -5217,7 +5217,7 @@ "https://github.com/SamKhoze/ComfyUI-DeepFuze": { "stars": 448, "last_update": "2025-08-15 03:14:39", - "author_account_age_days": 1964 + "author_account_age_days": 1965 }, "https://github.com/SamTyurenkov/comfyui-vace-preprocessors": { "stars": 0, @@ -5297,12 +5297,12 @@ "https://github.com/Scholar01/ComfyUI-Keyframe": { "stars": 17, "last_update": "2025-01-22 04:09:29", - "author_account_age_days": 3717 + "author_account_age_days": 3718 }, "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader": { "stars": 20, "last_update": "2024-08-26 14:51:47", - "author_account_age_days": 1631 + "author_account_age_days": 1632 }, "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { "stars": 2, @@ -5312,12 +5312,12 @@ "https://github.com/ScreamingHawk/comfyui-ollama-prompt-encode": { "stars": 15, "last_update": "2024-11-29 21:51:05", - "author_account_age_days": 5027 + "author_account_age_days": 5028 }, "https://github.com/SeaArtLab/ComfyUI-Long-CLIP": { "stars": 163, "last_update": "2025-03-08 04:16:32", - "author_account_age_days": 598 + "author_account_age_days": 599 }, "https://github.com/Sean-Bradley/ComfyUI-Image-Compare": { "stars": 0, @@ -5360,7 +5360,7 @@ "author_account_age_days": 4693 }, "https://github.com/SeargeDP/SeargeSDXL": { - "stars": 864, + "stars": 865, "last_update": "2024-05-22 00:28:26", "author_account_age_days": 4693 }, @@ -5432,7 +5432,7 @@ "https://github.com/SherryXieYuchen/ComfyUI-Image-Inpainting": { "stars": 4, "last_update": "2024-07-03 03:39:49", - "author_account_age_days": 636 + "author_account_age_days": 637 }, "https://github.com/Shiba-2-shiba/ComfyUI-Magcache-for-SDXL": { "stars": 7, @@ -5462,7 +5462,7 @@ "https://github.com/Shibiko-AI/ShibikoAI-ComfyUI-Tools": { "stars": 11, "last_update": "2025-09-09 13:20:15", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/ShinChven/sc-comfy-nodes": { "stars": 1, @@ -5472,202 +5472,202 @@ "https://github.com/ShmuelRonen/ComfyUI-Apply_Style_Model_Adjust": { "stars": 9, "last_update": "2024-11-23 03:57:20", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-AstralAnimator": { "stars": 18, "last_update": "2024-07-18 12:41:22", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Audio_Quality_Enhancer": { "stars": 23, "last_update": "2025-05-11 20:53:31", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-CohernetVideoSampler": { "stars": 17, "last_update": "2024-12-23 10:54:08", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-DeepSeek_R1-Chat": { "stars": 20, "last_update": "2025-01-27 17:14:24", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-EmptyHunyuanLatent": { "stars": 9, "last_update": "2024-12-29 05:30:57", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-FramePackWrapper_Plus": { "stars": 106, "last_update": "2025-05-19 21:10:06", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-FreeMemory": { "stars": 127, "last_update": "2025-03-20 11:25:12", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-FreeVC_wrapper": { "stars": 66, "last_update": "2025-04-03 13:49:04", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_Flash_2.0_Exp": { "stars": 329, "last_update": "2025-04-22 17:30:51", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Gemini_TTS": { "stars": 19, "last_update": "2025-05-23 14:21:58", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-HiggsAudio_Wrapper": { "stars": 27, "last_update": "2025-07-26 17:23:13", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoSamplerSave": { "stars": 19, "last_update": "2025-02-05 19:26:18", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-HunyuanVideoStyler": { "stars": 46, "last_update": "2024-12-31 19:19:42", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-ImageMotionGuider": { "stars": 42, "last_update": "2024-12-27 11:19:59", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Janus_pro_vision": { "stars": 29, "last_update": "2025-03-20 11:20:56", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-JoyHallo_wrapper": { "stars": 8, "last_update": "2025-03-20 11:24:21", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": { - "stars": 919, + "stars": 921, "last_update": "2025-09-04 08:19:07", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-NanoBanano": { - "stars": 58, + "stars": 59, "last_update": "2025-08-27 12:38:13", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Orpheus-TTS": { "stars": 10, "last_update": "2025-05-03 22:06:22", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-PS_Flatten_Image": { "stars": 7, "last_update": "2025-04-02 10:58:27", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-PixArt_XL": { "stars": 3, "last_update": "2025-03-20 11:23:20", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": { "stars": 3, "last_update": "2025-03-09 04:33:26", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-ThinkSound_Wrapper": { "stars": 17, "last_update": "2025-07-24 15:03:22", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-Veo2-Experimental": { "stars": 30, "last_update": "2025-04-12 04:25:55", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-VideoUpscale_WithModel": { "stars": 110, "last_update": "2025-09-18 04:06:05", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI-WanVideoKsampler": { "stars": 37, "last_update": "2025-02-27 13:48:05", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_ChatterBox_Voice": { "stars": 21, "last_update": "2025-06-04 18:50:40", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_Gemini_Flash": { "stars": 31, "last_update": "2025-03-20 04:42:59", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_Hedra": { "stars": 4, "last_update": "2025-05-04 16:41:02", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_large": { "stars": 20, "last_update": "2025-07-21 19:10:32", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_pixtral_vision": { "stars": 18, "last_update": "2024-11-20 12:58:30", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/ComfyUI_wav2lip": { "stars": 145, "last_update": "2024-09-18 13:17:42", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/DJ_VideoAudioMixer": { "stars": 2, "last_update": "2025-04-04 16:06:49", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/FluxKontextCreator": { "stars": 81, "last_update": "2025-06-10 17:07:05", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/comfyui-openai_fm": { "stars": 2, "last_update": "2025-04-03 14:25:24", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/flux_pro_integrative": { "stars": 0, "last_update": "2025-09-05 18:08:58", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/google_moogle": { "stars": 4, "last_update": "2025-10-16 05:00:58", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/ShmuelRonen/multi-lora-stack": { "stars": 7, "last_update": "2025-08-04 10:42:16", - "author_account_age_days": 1726 + "author_account_age_days": 1727 }, "https://github.com/Shraknard/ComfyUI-Remover": { "stars": 5, "last_update": "2024-07-24 08:42:48", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/ShunL12324/comfy-portal-endpoint": { "stars": 2, @@ -5677,7 +5677,7 @@ "https://github.com/Siberpone/lazy-pony-prompter": { "stars": 48, "last_update": "2025-03-28 05:54:45", - "author_account_age_days": 974 + "author_account_age_days": 975 }, "https://github.com/Siempreflaco/ComfyUI-NCNodes": { "stars": 0, @@ -5687,7 +5687,7 @@ "https://github.com/Sieyalixnet/ComfyUI_Textarea_Loaders": { "stars": 3, "last_update": "2024-08-30 01:19:54", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/SignalCha1n/comfyui-ComfySnap": { "stars": 4, @@ -5722,7 +5722,7 @@ "https://github.com/SipherAGI/comfyui-animatediff": { "stars": 745, "last_update": "2024-05-22 18:16:43", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/SirWillance/FoW_Suite_LIGHT": { "stars": 3, @@ -5747,7 +5747,7 @@ "https://github.com/Smirnov75/ComfyUI-mxToolkit": { "stars": 283, "last_update": "2025-05-07 11:44:27", - "author_account_age_days": 2033 + "author_account_age_days": 2034 }, "https://github.com/Smuzzies/comfyui_meme_maker": { "stars": 1, @@ -5762,27 +5762,27 @@ "https://github.com/SoftMeng/ComfyUI-DeepCache-Fix": { "stars": 15, "last_update": "2024-07-25 13:09:00", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/SoftMeng/ComfyUI-PIL": { "stars": 7, "last_update": "2024-10-13 10:02:17", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/SoftMeng/ComfyUI_ImageToText": { "stars": 14, "last_update": "2024-06-14 08:08:36", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Poster": { "stars": 26, "last_update": "2024-06-14 07:06:27", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/SoftMeng/ComfyUI_Mexx_Styler": { "stars": 24, "last_update": "2024-06-14 07:09:03", - "author_account_age_days": 4045 + "author_account_age_days": 4046 }, "https://github.com/SongGuo11/ComfyUI-SaveAnything-SG11": { "stars": 0, @@ -5792,7 +5792,7 @@ "https://github.com/Sorcerio/MBM-Music-Visualizer": { "stars": 31, "last_update": "2024-05-23 01:09:18", - "author_account_age_days": 4768 + "author_account_age_days": 4769 }, "https://github.com/SozeInc/ComfyUI-Mobile": { "stars": 0, @@ -5867,12 +5867,12 @@ "https://github.com/Stability-AI/ComfyUI-SAI_API": { "stars": 60, "last_update": "2025-03-04 12:11:12", - "author_account_age_days": 1364 + "author_account_age_days": 1365 }, "https://github.com/Stability-AI/stability-ComfyUI-nodes": { "stars": 236, "last_update": "2024-05-22 15:30:47", - "author_account_age_days": 1364 + "author_account_age_days": 1365 }, "https://github.com/StableLlama/ComfyUI-basic_data_handling": { "stars": 28, @@ -5912,52 +5912,52 @@ "https://github.com/StartHua/ComfyUI_OOTDiffusion_CXH": { "stars": 126, "last_update": "2024-06-14 08:12:12", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/ComfyUI_PCDMs": { "stars": 7, "last_update": "2024-05-22 23:21:14", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/ComfyUI_Seg_VITON": { "stars": 225, "last_update": "2024-05-22 23:20:17", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CXH_DeepLX": { "stars": 8, "last_update": "2024-09-21 02:38:08", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CXH_FluxLoraMerge": { "stars": 25, "last_update": "2024-12-26 06:56:07", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CXH_Phi_3.5": { "stars": 16, "last_update": "2024-08-22 04:45:39", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_Gemini2": { "stars": 16, "last_update": "2024-12-12 09:42:42", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_joytag": { "stars": 61, "last_update": "2024-05-22 23:20:28", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_segformer_b2_clothes": { "stars": 103, "last_update": "2024-07-24 14:45:58", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/Steudio/ComfyUI_Steudio": { "stars": 110, "last_update": "2025-11-17 17:59:12", - "author_account_age_days": 657 + "author_account_age_days": 658 }, "https://github.com/Style-Mosaic/dino-x-comfyui-node": { "stars": 2, @@ -5967,17 +5967,17 @@ "https://github.com/SuperBeastsAI/ComfyUI-SuperBeasts": { "stars": 205, "last_update": "2025-07-28 04:57:56", - "author_account_age_days": 610 + "author_account_age_days": 611 }, "https://github.com/SuperMasterBlasterLaser/ComfyUI_YOLO_Classifiers": { "stars": 1, "last_update": "2025-03-29 13:16:05", - "author_account_age_days": 4099 + "author_account_age_days": 4100 }, "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": { - "stars": 1080, + "stars": 1081, "last_update": "2024-07-24 11:16:13", - "author_account_age_days": 2671 + "author_account_age_days": 2672 }, "https://github.com/SwissCore92/comfyui-telegram-suite": { "stars": 3, @@ -5987,7 +5987,7 @@ "https://github.com/Sxela/ComfyWarp": { "stars": 48, "last_update": "2025-04-01 22:18:02", - "author_account_age_days": 3893 + "author_account_age_days": 3894 }, "https://github.com/SykkoAtHome/ComfyUI_FaceProcessor": { "stars": 14, @@ -6007,12 +6007,12 @@ "https://github.com/THtianhao/ComfyUI-FaceChain": { "stars": 141, "last_update": "2025-04-28 07:00:45", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/THtianhao/ComfyUI-Portrait-Maker": { "stars": 203, "last_update": "2024-05-22 21:18:05", - "author_account_age_days": 4212 + "author_account_age_days": 4213 }, "https://github.com/TJ16th/ComfyUI-TJ-PolkaDot": { "stars": 2, @@ -6032,7 +6032,7 @@ "https://github.com/TJ16th/comfyUI_TJ_NormalLighting": { "stars": 152, "last_update": "2024-05-23 00:25:37", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON": { "stars": 3, @@ -6042,57 +6042,57 @@ "https://github.com/TMElyralab/Comfyui-MusePose": { "stars": 418, "last_update": "2024-07-31 06:21:52", - "author_account_age_days": 618 + "author_account_age_days": 619 }, "https://github.com/TRI3D-LC/ComfyUI-MiroBoard": { "stars": 4, "last_update": "2024-11-21 07:15:20", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/TRI3D-LC/tri3d-comfyui-nodes": { "stars": 27, "last_update": "2025-06-19 08:44:57", - "author_account_age_days": 960 + "author_account_age_days": 961 }, "https://github.com/TTPlanetPig/Comfyui_Hunyuan3D": { "stars": 30, "last_update": "2024-11-10 16:59:42", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/Comfyui_JC2": { "stars": 215, "last_update": "2025-05-21 16:25:36", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/Comfyui_Object_Detect_QWen_VL": { "stars": 141, "last_update": "2025-06-24 15:16:20", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/Comfyui_Object_Migration": { - "stars": 787, + "stars": 786, "last_update": "2024-11-20 16:51:57", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/Comfyui_TTP_CN_Preprocessor": { "stars": 29, "last_update": "2024-08-21 17:52:56", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/Comfyui_TTP_Toolset": { "stars": 807, "last_update": "2025-06-15 11:21:35", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TTPlanetPig/TTP_Comfyui_FramePack_SE": { "stars": 44, "last_update": "2025-04-25 11:36:15", - "author_account_age_days": 724 + "author_account_age_days": 725 }, "https://github.com/TW-CUI/TW-CUI-Util": { "stars": 1, "last_update": "2024-08-14 01:49:13", - "author_account_age_days": 552 + "author_account_age_days": 553 }, "https://github.com/TZOOTZ/ComfyUI-TZOOTZ_VHS": { "stars": 4, @@ -6102,7 +6102,7 @@ "https://github.com/TaiTair/comfyui-simswap": { "stars": 14, "last_update": "2024-07-31 18:28:38", - "author_account_age_days": 4088 + "author_account_age_days": 4089 }, "https://github.com/Taithrah/ComfyUI_Fens_Simple_Nodes": { "stars": 3, @@ -6112,27 +6112,27 @@ "https://github.com/Taremin/comfyui-keep-multiple-tabs": { "stars": 7, "last_update": "2025-02-25 15:53:35", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Taremin/comfyui-prompt-config": { "stars": 0, "last_update": "2025-02-28 03:53:16", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Taremin/comfyui-prompt-extranetworks": { "stars": 7, "last_update": "2025-03-04 07:49:21", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Taremin/comfyui-string-tools": { "stars": 2, "last_update": "2025-10-19 20:12:29", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/Taremin/webui-monaco-prompt": { "stars": 29, "last_update": "2025-11-09 10:41:22", - "author_account_age_days": 2736 + "author_account_age_days": 2737 }, "https://github.com/TashaSkyUp/EternalKernelPytorchNodes": { "stars": 1, @@ -6147,12 +6147,12 @@ "https://github.com/TemryL/ComfyS3": { "stars": 55, "last_update": "2024-11-05 14:56:04", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/TemryL/ComfyUI-IDM-VTON": { "stars": 556, "last_update": "2024-08-20 02:44:02", - "author_account_age_days": 1390 + "author_account_age_days": 1391 }, "https://github.com/Temult/TWanSigmaGraph": { "stars": 10, @@ -6162,7 +6162,7 @@ "https://github.com/TencentQQGYLab/ComfyUI-ELLA": { "stars": 385, "last_update": "2024-08-16 11:21:10", - "author_account_age_days": 619 + "author_account_age_days": 620 }, "https://github.com/Tenney95/ComfyUI-NodeAligner": { "stars": 148, @@ -6187,7 +6187,7 @@ "https://github.com/TheBill2001/comfyui-upscale-by-model": { "stars": 11, "last_update": "2024-06-18 17:57:06", - "author_account_age_days": 1963 + "author_account_age_days": 1964 }, "https://github.com/TheLustriVA/ComfyUI-Image-Size-Tools": { "stars": 5, @@ -6197,7 +6197,7 @@ "https://github.com/TheMistoAI/ComfyUI-Anyline": { "stars": 487, "last_update": "2025-09-05 11:18:56", - "author_account_age_days": 686 + "author_account_age_days": 687 }, "https://github.com/TheWhykiki/Whykiki-ComfyUIToolset": { "stars": 0, @@ -6212,7 +6212,7 @@ "https://github.com/ThereforeGames/ComfyUI-Unprompted": { "stars": 11, "last_update": "2024-11-13 20:46:08", - "author_account_age_days": 1456 + "author_account_age_days": 1457 }, "https://github.com/ThunderBolt4931/comfyui_pixel_forge": { "stars": 1, @@ -6237,7 +6237,7 @@ "https://github.com/TinyTerra/ComfyUI_tinyterraNodes": { "stars": 563, "last_update": "2025-08-08 05:18:56", - "author_account_age_days": 1142 + "author_account_age_days": 1143 }, "https://github.com/Tlant/ComfyUI-OllamaPromptsGeneratorTlant": { "stars": 2, @@ -6292,12 +6292,12 @@ "https://github.com/Trung0246/ComfyUI-0246": { "stars": 135, "last_update": "2025-03-15 03:39:33", - "author_account_age_days": 3901 + "author_account_age_days": 3902 }, "https://github.com/Ttl/ComfyUi_NNLatentUpscale": { - "stars": 254, + "stars": 255, "last_update": "2024-12-01 16:34:24", - "author_account_age_days": 5443 + "author_account_age_days": 5444 }, "https://github.com/TuriSc/comfyui-text-line-selector": { "stars": 0, @@ -6312,7 +6312,7 @@ "https://github.com/Umikaze-job/select_folder_path_easy": { "stars": 5, "last_update": "2024-05-22 21:30:13", - "author_account_age_days": 740 + "author_account_age_days": 741 }, "https://github.com/Urabewe/ComfyUI-CountS2VExtend": { "stars": 0, @@ -6327,7 +6327,7 @@ "https://github.com/VAST-AI-Research/ComfyUI-Tripo": { "stars": 314, "last_update": "2025-11-06 05:26:51", - "author_account_age_days": 763 + "author_account_age_days": 764 }, "https://github.com/VK/vk-nodes": { "stars": 0, @@ -6462,7 +6462,7 @@ "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": { "stars": 5, "last_update": "2024-07-30 04:43:14", - "author_account_age_days": 497 + "author_account_age_days": 498 }, "https://github.com/WaddingtonHoldings/ComfyUI-InstaSD": { "stars": 4, @@ -6507,7 +6507,7 @@ "https://github.com/WebDev9000/WebDev9000-Nodes": { "stars": 1, "last_update": "2024-06-14 10:28:22", - "author_account_age_days": 4273 + "author_account_age_days": 4274 }, "https://github.com/Wenaka2004/ComfyUI-TagClassifier": { "stars": 25, @@ -6522,7 +6522,7 @@ "https://github.com/Wicloz/ComfyUI-Simply-Nodes": { "stars": 1, "last_update": "2025-10-06 11:03:44", - "author_account_age_days": 4165 + "author_account_age_days": 4166 }, "https://github.com/Windecay/ComfyUI-ReservedVRAM": { "stars": 156, @@ -6557,12 +6557,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": 1684 + "author_account_age_days": 1685 }, "https://github.com/XLabs-AI/x-flux-comfyui": { "stars": 1670, "last_update": "2024-10-30 12:51:21", - "author_account_age_days": 479 + "author_account_age_days": 480 }, "https://github.com/XWAVEart/comfyui-xwave-xlitch-nodes": { "stars": 2, @@ -6597,12 +6597,12 @@ "https://github.com/XmYx/ComfyUI-SmolLM3": { "stars": 5, "last_update": "2025-07-10 06:25:43", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/XmYx/deforum-comfy-nodes": { "stars": 197, "last_update": "2025-05-26 19:50:55", - "author_account_age_days": 3127 + "author_account_age_days": 3128 }, "https://github.com/Xyem/Xycuno-Oobabooga": { "stars": 4, @@ -6612,22 +6612,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": 3216 + "author_account_age_days": 3217 }, "https://github.com/YMC-GitHub/ymc-node-as-x-type": { "stars": 0, "last_update": "2025-06-06 12:23:11", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/YMC-GitHub/ymc-node-suite-comfyui": { "stars": 20, "last_update": "2025-06-09 08:07:23", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/YMC-GitHub/ymc_node_joy": { "stars": 0, "last_update": "2025-06-19 07:24:28", - "author_account_age_days": 3216 + "author_account_age_days": 3217 }, "https://github.com/YOUR-WORST-TACO/ComfyUI-TacoNodes": { "stars": 15, @@ -6647,7 +6647,7 @@ "https://github.com/Yanick112/ComfyUI-ToSVG": { "stars": 248, "last_update": "2025-06-20 14:10:06", - "author_account_age_days": 1335 + "author_account_age_days": 1336 }, "https://github.com/YaroslavIv/comfyui_swd": { "stars": 2, @@ -6842,92 +6842,92 @@ "https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR": { "stars": 381, "last_update": "2024-05-22 14:14:46", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Animated-optical-illusions": { "stars": 21, "last_update": "2024-06-14 07:06:15", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": { "stars": 536, "last_update": "2024-06-12 04:40:50", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BRIA_AI-RMBG": { - "stars": 821, + "stars": 822, "last_update": "2024-05-22 14:14:18", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DeepSeek-JanusPro": { "stars": 106, "last_update": "2025-02-21 09:45:54", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-DepthFM": { "stars": 74, "last_update": "2024-05-22 14:14:03", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID": { "stars": 1437, "last_update": "2024-05-22 13:57:55", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Phi-3-mini": { "stars": 206, "last_update": "2024-06-30 08:41:40", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker-ZHO": { "stars": 816, "last_update": "2024-05-22 14:13:49", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PixArt-alpha-Diffusers": { "stars": 51, "last_update": "2024-05-22 13:40:58", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Q-Align": { "stars": 5, "last_update": "2024-05-22 14:15:52", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": { "stars": 220, "last_update": "2024-05-22 14:14:57", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SVD-ZHO": { "stars": 108, "last_update": "2024-05-22 13:40:44", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": { "stars": 80, "last_update": "2024-05-22 13:41:14", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": { "stars": 115, "last_update": "2024-05-31 12:03:55", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-UltraEdit-ZHO": { "stars": 148, "last_update": "2024-07-11 14:59:07", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-YoloWorld-EfficientSAM": { - "stars": 791, + "stars": 792, "last_update": "2024-05-22 13:01:07", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/comfyui-portrait-master-zh-cn": { "stars": 1784, "last_update": "2024-06-14 09:00:04", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZXL-Xinram/ComfyUI-AutoFlow": { "stars": 3, @@ -6937,7 +6937,7 @@ "https://github.com/ZZXYWQ/ComfyUI-ZZXYWQ": { "stars": 23, "last_update": "2024-07-19 06:38:39", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/Zachary116699/ComfyUI-LoadImageWithMetaDataEx": { "stars": 2, @@ -6947,7 +6947,7 @@ "https://github.com/ZaneA/ComfyUI-ImageReward": { "stars": 31, "last_update": "2025-02-24 19:55:45", - "author_account_age_days": 6061 + "author_account_age_days": 6062 }, "https://github.com/Zar4X/ComfyUI-Batch-Process": { "stars": 5, @@ -6967,7 +6967,7 @@ "https://github.com/ZeDarkAdam/ComfyUI-Embeddings-Tools": { "stars": 3, "last_update": "2024-06-23 19:19:40", - "author_account_age_days": 1715 + "author_account_age_days": 1716 }, "https://github.com/Zehong-Ma/ComfyUI-MagCache": { "stars": 247, @@ -7032,7 +7032,7 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler": { "stars": 104, "last_update": "2024-08-08 03:04:19", - "author_account_age_days": 5323 + "author_account_age_days": 5324 }, "https://github.com/abdozmantar/ComfyUI-DeepExtract": { "stars": 44, @@ -7057,12 +7057,12 @@ "https://github.com/aburahamu/ComfyUI-IsNiceParts": { "stars": 3, "last_update": "2024-06-14 12:01:40", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/aburahamu/ComfyUI-RequestsPoster": { "stars": 2, "last_update": "2024-06-14 13:59:24", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/abyz22/image_control": { "stars": 16, @@ -7087,12 +7087,12 @@ "https://github.com/adieyal/comfyui-dynamicprompts": { "stars": 364, "last_update": "2024-07-09 14:21:09", - "author_account_age_days": 5538 + "author_account_age_days": 5539 }, "https://github.com/adigayung/ComfyUI-Translator": { "stars": 15, "last_update": "2024-09-09 03:36:52", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/adrianschubek/comfyui-zeug": { "stars": 1, @@ -7102,7 +7102,7 @@ "https://github.com/adriflex/ComfyUI_Blender_Texdiff": { "stars": 2, "last_update": "2024-05-22 23:14:18", - "author_account_age_days": 2743 + "author_account_age_days": 2744 }, "https://github.com/aegis72/aegisflow_utility_nodes": { "stars": 37, @@ -7152,17 +7152,17 @@ "https://github.com/ai-liam/comfyui-liam": { "stars": 2, "last_update": "2024-06-22 03:27:52", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/ai-liam/comfyui_liam_util": { "stars": 1, "last_update": "2024-05-22 22:21:23", - "author_account_age_days": 2042 + "author_account_age_days": 2043 }, "https://github.com/ai-shizuka/ComfyUI-tbox": { "stars": 18, "last_update": "2025-04-22 10:21:03", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/aiaiaikkk/ComfyUI-Curve": { "stars": 152, @@ -7182,7 +7182,7 @@ "https://github.com/aianimation55/ComfyUI-FatLabels": { "stars": 5, "last_update": "2024-05-22 21:26:01", - "author_account_age_days": 795 + "author_account_age_days": 796 }, "https://github.com/aiartvn/A2V_Multi_Image_Composite": { "stars": 1, @@ -7206,8 +7206,8 @@ }, "https://github.com/aidenli/ComfyUI_NYJY": { "stars": 135, - "last_update": "2025-11-27 08:54:19", - "author_account_age_days": 5069 + "last_update": "2025-11-28 02:41:00", + "author_account_age_days": 5070 }, "https://github.com/aigc-apps/EasyAnimate": { "stars": 2235, @@ -7252,7 +7252,7 @@ "https://github.com/aisabervisionlab/ComfyUI_merge_ASVL": { "stars": 2, "last_update": "2024-07-31 13:39:36", - "author_account_age_days": 510 + "author_account_age_days": 511 }, "https://github.com/aistudynow/Comfyui-HunyuanFoley": { "stars": 56, @@ -7267,27 +7267,27 @@ "https://github.com/akatz-ai/ComfyUI-AKatz-Nodes": { "stars": 31, "last_update": "2025-04-05 00:47:00", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/akatz-ai/ComfyUI-Basic-Math": { - "stars": 9, + "stars": 10, "last_update": "2025-09-30 03:58:34", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes": { "stars": 247, "last_update": "2025-05-05 04:23:55", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/akatz-ai/ComfyUI-Depthflow-Nodes": { "stars": 326, "last_update": "2025-09-16 18:25:42", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/akatz-ai/ComfyUI-X-Portrait-Nodes": { "stars": 86, "last_update": "2025-04-20 05:29:13", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/akawana/ComfyUI-Keybinding-extra": { "stars": 0, @@ -7302,12 +7302,12 @@ "https://github.com/akierson/ComfyUI-textnodes": { "stars": 0, "last_update": "2024-10-20 20:12:15", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/akierson/comfyui-colornodes": { "stars": 2, "last_update": "2024-10-20 20:14:09", - "author_account_age_days": 2855 + "author_account_age_days": 2856 }, "https://github.com/al-swaiti/All-IN-ONE-style": { "stars": 6, @@ -7320,7 +7320,7 @@ "author_account_age_days": 1451 }, "https://github.com/al-swaiti/ComfyUI-OllamaGemini": { - "stars": 138, + "stars": 139, "last_update": "2025-09-05 15:47:59", "author_account_age_days": 1451 }, @@ -7347,7 +7347,7 @@ "https://github.com/alanhuang67/ComfyUI-FAI-Node": { "stars": 14, "last_update": "2024-08-02 03:35:41", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/alankent/ComfyUI-OA-360-Clip": { "stars": 0, @@ -7377,27 +7377,27 @@ "https://github.com/alessandrozonta/ComfyUI-CenterNode": { "stars": 7, "last_update": "2024-11-14 12:20:40", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/alessandrozonta/ComfyUI-Layers": { "stars": 56, "last_update": "2024-07-31 13:46:32", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 32, "last_update": "2024-07-31 13:51:14", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/alessandrozonta/ComfyUI-PoseDirection": { "stars": 2, "last_update": "2025-06-03 10:12:26", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/alessandrozonta/Comfyui-LoopLoader": { "stars": 2, "last_update": "2025-02-21 13:28:39", - "author_account_age_days": 1718 + "author_account_age_days": 1719 }, "https://github.com/alexcong/ComfyUI_QwenVL": { "stars": 102, @@ -7437,12 +7437,12 @@ "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 130, "last_update": "2025-10-19 13:03:33", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/alexopus/ComfyUI-Notes-Sidebar": { "stars": 0, "last_update": "2025-07-22 18:35:43", - "author_account_age_days": 3201 + "author_account_age_days": 3202 }, "https://github.com/ali-vilab/ACE_plus": { "stars": 1329, @@ -7452,7 +7452,7 @@ "https://github.com/ali1234/comfyui-job-iterator": { "stars": 122, "last_update": "2024-11-16 07:51:07", - "author_account_age_days": 5381 + "author_account_age_days": 5382 }, "https://github.com/alibof96/ComfyUI-DownscaleIRN": { "stars": 0, @@ -7472,27 +7472,27 @@ "https://github.com/alpertunga-bile/image-caption-comfyui": { "stars": 10, "last_update": "2025-05-21 20:09:00", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/alpertunga-bile/prompt-generator-comfyui": { "stars": 107, "last_update": "2025-05-21 20:05:48", - "author_account_age_days": 1794 + "author_account_age_days": 1795 }, "https://github.com/alsritter/asymmetric-tiling-comfyui": { "stars": 17, "last_update": "2024-05-22 20:43:07", - "author_account_age_days": 2515 + "author_account_age_days": 2516 }, "https://github.com/alt-key-project/comfyui-dream-project": { "stars": 108, "last_update": "2025-02-16 14:45:43", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/alt-key-project/comfyui-dream-video-batches": { "stars": 81, "last_update": "2025-02-23 10:28:40", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/amir84ferdos/ComfyUI-ArchAi3d-Qwen": { "stars": 26, @@ -7512,7 +7512,7 @@ "https://github.com/andersxa/comfyui-PromptAttention": { "stars": 22, "last_update": "2024-06-20 11:09:25", - "author_account_age_days": 3474 + "author_account_age_days": 3475 }, "https://github.com/andygill/comfyui-sunflower-nodes": { "stars": 1, @@ -7537,7 +7537,7 @@ "https://github.com/anhkhoatranle30/Handy-Nodes-ComfyUI": { "stars": 1, "last_update": "2025-03-27 14:09:26", - "author_account_age_days": 2271 + "author_account_age_days": 2272 }, "https://github.com/anhrefnyoiyoi/Placeholder-Replacer-By-ID": { "stars": 0, @@ -7577,7 +7577,7 @@ "https://github.com/aria1th/ComfyUI-LogicUtils": { "stars": 96, "last_update": "2025-10-19 07:50:46", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/arthurtravers/ComfyUI-VideoOutputBridge": { "stars": 0, @@ -7597,27 +7597,27 @@ "https://github.com/asagi4/ComfyUI-Adaptive-Guidance": { "stars": 63, "last_update": "2025-05-03 18:12:38", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/asagi4/ComfyUI-CADS": { "stars": 42, "last_update": "2025-06-23 17:58:56", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/asagi4/ComfyUI-NPNet": { "stars": 17, "last_update": "2024-12-10 17:20:10", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/asagi4/comfyui-prompt-control": { "stars": 341, "last_update": "2025-11-20 18:21:19", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/asagi4/comfyui-utility-nodes": { "stars": 8, "last_update": "2025-01-30 23:01:52", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/asdrabael/Hunyuan-Multi-Lora-Loader": { "stars": 4, @@ -7637,7 +7637,7 @@ "https://github.com/aszc-dev/ComfyUI-CoreMLSuite": { "stars": 173, "last_update": "2025-04-01 21:45:31", - "author_account_age_days": 3248 + "author_account_age_days": 3249 }, "https://github.com/atluslin/comfyui_arcane_style_trans": { "stars": 0, @@ -7657,12 +7657,12 @@ "https://github.com/audioscavenger/ComfyUI-Thumbnails": { "stars": 38, "last_update": "2025-09-02 02:49:43", - "author_account_age_days": 4642 + "author_account_age_days": 4643 }, "https://github.com/audioscavenger/save-image-extended-comfyui": { "stars": 125, "last_update": "2025-09-02 01:48:10", - "author_account_age_days": 4642 + "author_account_age_days": 4643 }, "https://github.com/austinbrown34/ComfyUI-IO-Helpers": { "stars": 1, @@ -7672,7 +7672,7 @@ "https://github.com/avatechai/avatar-graph-comfyui": { "stars": 264, "last_update": "2024-05-22 21:14:14", - "author_account_age_days": 1375 + "author_account_age_days": 1376 }, "https://github.com/avenstack/ComfyUI-AV-FunASR": { "stars": 15, @@ -7717,12 +7717,12 @@ "https://github.com/azure-dragon-ai/ComfyUI-ClipScore-Nodes": { "stars": 5, "last_update": "2024-05-22 23:16:28", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/azure-dragon-ai/ComfyUI-HPSv2-Nodes": { "stars": 8, "last_update": "2025-05-11 05:18:07", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/babe-and-spencer-enterprises/base-comfyui-node": { "stars": 5, @@ -7752,7 +7752,7 @@ "https://github.com/badjeff/comfyui_lora_tag_loader": { "stars": 93, "last_update": "2024-05-22 20:40:03", - "author_account_age_days": 5884 + "author_account_age_days": 5885 }, "https://github.com/badxprogramm/ComfyUI-GradientBlur": { "stars": 1, @@ -7762,7 +7762,7 @@ "https://github.com/baicai99/ComfyUI-FrameSkipping": { "stars": 14, "last_update": "2025-06-23 02:50:12", - "author_account_age_days": 1352 + "author_account_age_days": 1353 }, "https://github.com/balu112121/comfyui-LoadImageFromURL": { "stars": 1, @@ -7772,7 +7772,7 @@ "https://github.com/bananasss00/ComfyUI-SP-Nodes": { "stars": 15, "last_update": "2025-08-29 18:40:07", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/bananasss00/ComfyUI-flux_fill_patcher": { "stars": 7, @@ -7782,7 +7782,7 @@ "https://github.com/banodoco/steerable-motion": { "stars": 955, "last_update": "2025-10-03 19:34:07", - "author_account_age_days": 923 + "author_account_age_days": 924 }, "https://github.com/banqingyuan/ComfyUI-text-replace": { "stars": 0, @@ -7797,7 +7797,7 @@ "https://github.com/bash-j/mikey_nodes": { "stars": 173, "last_update": "2025-10-03 08:03:29", - "author_account_age_days": 4708 + "author_account_age_days": 4709 }, "https://github.com/bbaudio-2025/ComfyUI-SuperUltimateVaceTools": { "stars": 126, @@ -7817,7 +7817,7 @@ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": { "stars": 84, "last_update": "2025-10-11 21:48:05", - "author_account_age_days": 884 + "author_account_age_days": 885 }, "https://github.com/bemoregt/ComfyUI_CustomNode_Image2Spectrum": { "stars": 1, @@ -8002,7 +8002,7 @@ "https://github.com/bitaffinity/ComfyUI_HF_Inference": { "stars": 5, "last_update": "2024-06-14 10:23:29", - "author_account_age_days": 578 + "author_account_age_days": 579 }, "https://github.com/black-forest-labs/bfl-comfy-nodes": { "stars": 88, @@ -8017,32 +8017,32 @@ "https://github.com/blepping/ComfyUI-ApplyResAdapterUnet": { "stars": 31, "last_update": "2025-02-27 16:14:46", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blepping/ComfyUI-bleh": { "stars": 130, "last_update": "2025-09-17 19:18:14", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blepping/ComfyUI-sonar": { "stars": 47, "last_update": "2025-08-08 16:02:55", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blepping/comfyui_jankdiffusehigh": { "stars": 36, "last_update": "2025-05-06 10:28:37", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blepping/comfyui_jankhidiffusion": { "stars": 125, "last_update": "2025-05-06 10:34:03", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blepping/comfyui_overly_complicated_sampling": { "stars": 28, "last_update": "2025-08-09 13:28:10", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blib-la/blibla-comfyui-extensions": { "stars": 175, @@ -8077,7 +8077,7 @@ "https://github.com/bluevisor/ComfyUI_PS_Blend_Node": { "stars": 2, "last_update": "2025-03-31 08:48:48", - "author_account_age_days": 5088 + "author_account_age_days": 5089 }, "https://github.com/blurgyy/CoMPaSS-FLUX.1-dev-ComfyUI": { "stars": 3, @@ -8187,7 +8187,7 @@ "https://github.com/bradsec/ComfyUI_ResolutionSelector": { "stars": 14, "last_update": "2024-07-07 12:15:49", - "author_account_age_days": 4177 + "author_account_age_days": 4178 }, "https://github.com/bradsec/ComfyUI_StringEssentials": { "stars": 23, @@ -8197,7 +8197,7 @@ "https://github.com/braintacles/braintacles-comfyui-nodes": { "stars": 2, "last_update": "2024-07-31 15:01:52", - "author_account_age_days": 952 + "author_account_age_days": 953 }, "https://github.com/brantje/ComfyUI-api-tools": { "stars": 8, @@ -8232,12 +8232,12 @@ "https://github.com/brianfitzgerald/style_aligned_comfy": { "stars": 308, "last_update": "2025-03-24 20:04:44", - "author_account_age_days": 4761 + "author_account_age_days": 4762 }, "https://github.com/bronkula/comfyui-fitsize": { "stars": 49, "last_update": "2024-05-22 21:32:34", - "author_account_age_days": 5676 + "author_account_age_days": 5677 }, "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata": { "stars": 0, @@ -8252,17 +8252,17 @@ "https://github.com/bruefire/ComfyUI-SeqImageLoader": { "stars": 45, "last_update": "2025-06-29 12:48:28", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/budihartono/comfyui-aspect-ratio-presets": { "stars": 3, "last_update": "2025-08-26 06:14:34", - "author_account_age_days": 5207 + "author_account_age_days": 5208 }, "https://github.com/budihartono/comfyui_otonx_nodes": { "stars": 1, "last_update": "2024-07-31 16:01:47", - "author_account_age_days": 5207 + "author_account_age_days": 5208 }, "https://github.com/bugltd/ComfyLab-Pack": { "stars": 9, @@ -8297,27 +8297,27 @@ "https://github.com/bvhari/ComfyUI_CFGStar": { "stars": 1, "last_update": "2025-04-10 17:53:08", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/bvhari/ComfyUI_ImageProcessing": { "stars": 24, "last_update": "2025-03-30 18:55:42", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/bvhari/ComfyUI_PerpCFG": { "stars": 1, "last_update": "2025-03-30 18:53:54", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/bvhari/ComfyUI_PerpWeight": { "stars": 12, "last_update": "2025-03-30 18:55:52", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/bvhari/ComfyUI_SUNoise": { "stars": 16, "last_update": "2025-03-30 18:55:16", - "author_account_age_days": 1696 + "author_account_age_days": 1697 }, "https://github.com/bytedance/ComfyUI-HyperLoRA": { "stars": 461, @@ -8357,12 +8357,12 @@ "https://github.com/caleboleary/ComfyUI-Arc2Face": { "stars": 50, "last_update": "2024-09-02 23:00:00", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/caleboleary/Comfyui-calbenodes": { "stars": 1, "last_update": "2024-09-16 19:27:58", - "author_account_age_days": 3824 + "author_account_age_days": 3825 }, "https://github.com/camenduru/ComfyUI-TostAI": { "stars": 1, @@ -8407,7 +8407,7 @@ "https://github.com/cdxOo/comfyui-text-node-with-comments": { "stars": 1, "last_update": "2024-08-03 00:54:38", - "author_account_age_days": 3817 + "author_account_age_days": 3818 }, "https://github.com/cedarconnor/ComfyUI-DreamCube": { "stars": 0, @@ -8437,12 +8437,12 @@ "https://github.com/celsojr2013/comfyui_jamworks_client": { "stars": 0, "last_update": "2024-06-23 12:35:44", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/celsojr2013/comfyui_simpletools": { "stars": 4, "last_update": "2024-06-22 11:35:40", - "author_account_age_days": 3920 + "author_account_age_days": 3921 }, "https://github.com/cenzijing/ComfyUI-Markmap": { "stars": 1, @@ -8452,12 +8452,12 @@ "https://github.com/cerspense/ComfyUI_cspnodes": { "stars": 36, "last_update": "2025-10-09 11:28:43", - "author_account_age_days": 3203 + "author_account_age_days": 3204 }, "https://github.com/ceruleandeep/ComfyUI-LLaVA-Captioner": { "stars": 140, "last_update": "2024-08-03 16:22:31", - "author_account_age_days": 1674 + "author_account_age_days": 1675 }, "https://github.com/cganimitta/ComfyUI_CGAnimittaTools": { "stars": 45, @@ -8467,22 +8467,22 @@ "https://github.com/chakib-belgaid/ComfyUI-autosize": { "stars": 0, "last_update": "2024-06-14 07:13:20", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/chakib-belgaid/Comfyui_Prompt_styler": { "stars": 0, "last_update": "2024-07-01 12:40:52", - "author_account_age_days": 4357 + "author_account_age_days": 4358 }, "https://github.com/chandlergis/ComfyUI-IMG_Query": { "stars": 1, "last_update": "2024-05-23 01:25:57", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/chandlergis/ComfyUI_EmojiOverlay": { "stars": 0, "last_update": "2024-06-14 09:05:03", - "author_account_age_days": 877 + "author_account_age_days": 878 }, "https://github.com/changwook987/ComfyUI-Small-Utility": { "stars": 0, @@ -8492,147 +8492,147 @@ "https://github.com/chaojie/ComfyUI-AniPortrait": { "stars": 253, "last_update": "2024-05-22 22:26:03", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-CameraCtrl-Wrapper": { "stars": 26, "last_update": "2024-06-14 09:07:23", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Champ": { "stars": 24, "last_update": "2024-05-22 22:26:47", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-DragAnything": { "stars": 71, "last_update": "2024-06-14 10:23:53", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-DragNUWA": { "stars": 412, "last_update": "2024-06-14 10:25:01", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-DynamiCrafter": { "stars": 130, "last_update": "2024-06-14 10:23:59", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-EasyAnimate": { "stars": 54, "last_update": "2024-05-22 22:24:00", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Gemma": { "stars": 6, "last_update": "2024-05-22 22:27:47", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-I2VGEN-XL": { "stars": 28, "last_update": "2024-06-14 09:06:10", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Img2Img-Turbo": { "stars": 38, "last_update": "2024-05-22 22:26:30", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-LaVIT": { "stars": 12, "last_update": "2024-06-14 10:27:44", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-LightGlue": { "stars": 49, "last_update": "2024-01-20 16:53:51", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Moore-AnimateAnyone": { "stars": 211, "last_update": "2024-06-10 20:16:06", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Motion-Vector-Extractor": { "stars": 1, "last_update": "2024-06-14 10:26:15", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-MotionCtrl": { "stars": 139, "last_update": "2024-06-14 10:26:02", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-MotionCtrl-SVD": { "stars": 85, "last_update": "2024-06-14 10:26:30", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-MuseTalk": { "stars": 278, "last_update": "2024-05-22 22:25:07", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-MuseV": { "stars": 158, "last_update": "2024-05-22 22:25:31", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Open-Sora": { "stars": 104, "last_update": "2024-07-19 05:13:25", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Open-Sora-Plan": { "stars": 50, "last_update": "2024-05-29 16:15:10", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Panda3d": { "stars": 16, "last_update": "2024-06-14 10:28:47", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Pymunk": { "stars": 16, "last_update": "2024-06-14 12:02:32", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-RAFT": { "stars": 26, "last_update": "2024-06-14 11:02:00", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-SimDA": { "stars": 13, "last_update": "2024-06-14 12:02:39", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Trajectory": { "stars": 6, "last_update": "2024-05-22 22:27:12", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": { "stars": 17, "last_update": "2024-06-14 10:28:16", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI-dust3r": { "stars": 22, "last_update": "2024-05-22 22:27:33", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaojie/ComfyUI_StreamingT2V": { "stars": 36, "last_update": "2024-06-14 10:26:21", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/chaosaiart/Chaosaiart-Nodes": { "stars": 112, "last_update": "2025-05-06 07:15:41", - "author_account_age_days": 855 + "author_account_age_days": 856 }, "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": { "stars": 0, @@ -8697,7 +8697,7 @@ "https://github.com/chenpx976/ComfyUI-RunRunRun": { "stars": 0, "last_update": "2024-05-23 01:19:37", - "author_account_age_days": 3936 + "author_account_age_days": 3937 }, "https://github.com/cherninlab/logo-generator-comfyui": { "stars": 2, @@ -8707,62 +8707,62 @@ "https://github.com/chesnokovivan/ComfyUI-Novakid": { "stars": 0, "last_update": "2024-06-10 20:15:56", - "author_account_age_days": 2051 + "author_account_age_days": 2052 }, "https://github.com/chflame163/ComfyUI_CatVTON_Wrapper": { "stars": 366, "last_update": "2025-01-01 12:55:16", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_CogView4_Wrapper": { "stars": 54, "last_update": "2025-03-06 09:27:25", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_FaceSimilarity": { "stars": 37, "last_update": "2025-03-31 13:12:01", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_Janus_Wrapper": { "stars": 18, "last_update": "2025-03-12 02:00:43", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_LayerStyle": { - "stars": 2729, + "stars": 2731, "last_update": "2025-11-21 10:27:43", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_LayerStyle_Advance": { - "stars": 538, + "stars": 540, "last_update": "2025-11-07 09:44:04", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": { "stars": 29, "last_update": "2025-03-31 13:11:24", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_OmniGen_Wrapper": { "stars": 147, "last_update": "2025-03-12 01:58:47", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chflame163/ComfyUI_WordCloud": { "stars": 114, "last_update": "2025-03-31 13:11:39", - "author_account_age_days": 965 + "author_account_age_days": 966 }, "https://github.com/chibiace/ComfyUI-Chibi-Nodes": { - "stars": 80, + "stars": 81, "last_update": "2025-11-03 21:11:57", - "author_account_age_days": 3370 + "author_account_age_days": 3371 }, "https://github.com/choey/Comfy-Topaz": { "stars": 205, "last_update": "2024-09-28 08:02:47", - "author_account_age_days": 6044 + "author_account_age_days": 6045 }, "https://github.com/chou18194766xx/comfyui-EncryptSave": { "stars": 4, @@ -8787,42 +8787,42 @@ "https://github.com/chris-the-wiz/EmbeddingsCurveEditor_ComfyUI": { "stars": 7, "last_update": "2024-07-31 13:51:59", - "author_account_age_days": 2318 + "author_account_age_days": 2319 }, "https://github.com/chrisfreilich/virtuoso-nodes": { "stars": 92, "last_update": "2025-04-19 22:57:17", - "author_account_age_days": 1253 + "author_account_age_days": 1254 }, "https://github.com/chrisgoringe/cg-controller": { "stars": 77, "last_update": "2025-04-25 00:43:21", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/chrisgoringe/cg-image-filter": { "stars": 99, "last_update": "2025-11-27 00:09:25", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/chrisgoringe/cg-noisetools": { "stars": 20, "last_update": "2024-12-17 04:09:18", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/chrisgoringe/cg-prompt-info": { "stars": 32, "last_update": "2024-05-22 21:07:33", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/chrisgoringe/cg-use-everywhere": { - "stars": 853, + "stars": 857, "last_update": "2025-11-25 01:38:17", - "author_account_age_days": 4586 + "author_account_age_days": 4587 }, "https://github.com/chrish-slingshot/CrasHUtils": { "stars": 14, "last_update": "2025-10-09 23:23:49", - "author_account_age_days": 1122 + "author_account_age_days": 1123 }, "https://github.com/chrissy0/chris-comfyui-nodes": { "stars": 2, @@ -8830,7 +8830,7 @@ "author_account_age_days": 2576 }, "https://github.com/christian-byrne/audio-separation-nodes-comfyui": { - "stars": 378, + "stars": 379, "last_update": "2025-06-16 04:01:47", "author_account_age_days": 1870 }, @@ -8910,7 +8910,7 @@ "author_account_age_days": 4459 }, "https://github.com/city96/ComfyUI-GGUF": { - "stars": 2808, + "stars": 2818, "last_update": "2025-11-27 21:31:33", "author_account_age_days": 1019 }, @@ -9052,12 +9052,12 @@ "https://github.com/comfyanonymous/ComfyUI_TensorRT": { "stars": 674, "last_update": "2024-10-10 00:23:55", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/comfyanonymous/ComfyUI_experiments": { "stars": 194, "last_update": "2024-05-22 15:29:49", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/comfyui-wiki/ComfyUI-Wiki-Workflows": { "stars": 14, @@ -9102,37 +9102,37 @@ "https://github.com/concarne000/ComfyUI-Stacker": { "stars": 8, "last_update": "2025-07-26 12:44:46", - "author_account_age_days": 2422 + "author_account_age_days": 2423 }, "https://github.com/concarne000/ConCarneNode": { "stars": 5, "last_update": "2024-05-22 22:10:18", - "author_account_age_days": 2422 + "author_account_age_days": 2423 }, "https://github.com/conquestace/ComfyUI-ImageUploader": { "stars": 6, "last_update": "2024-05-23 01:25:49", - "author_account_age_days": 5130 + "author_account_age_days": 5131 }, "https://github.com/coolzilj/ComfyUI-LJNodes": { "stars": 90, "last_update": "2024-06-15 01:57:32", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/coolzilj/ComfyUI-Photopea": { "stars": 181, "last_update": "2024-06-14 08:10:57", - "author_account_age_days": 5184 + "author_account_age_days": 5185 }, "https://github.com/coreyryanhanson/ComfyQR": { "stars": 81, "last_update": "2025-01-26 16:25:19", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/coreyryanhanson/ComfyQR-scanning-nodes": { "stars": 12, "last_update": "2025-01-26 16:26:36", - "author_account_age_days": 3577 + "author_account_age_days": 3578 }, "https://github.com/coulterj/comfyui-svg-visual-normalize": { "stars": 1, @@ -9142,7 +9142,7 @@ "https://github.com/cozy-comfyui/cozy_comm": { "stars": 2, "last_update": "2025-04-03 17:02:54", - "author_account_age_days": 587 + "author_account_age_days": 588 }, "https://github.com/cozymantis/cozy-utils-comfyui-nodes": { "stars": 5, @@ -9175,14 +9175,14 @@ "author_account_age_days": 288 }, "https://github.com/crystian/ComfyUI-Crystools": { - "stars": 1590, + "stars": 1593, "last_update": "2025-10-26 19:10:29", - "author_account_age_days": 4638 + "author_account_age_days": 4639 }, "https://github.com/crystian/ComfyUI-Crystools-save": { "stars": 50, "last_update": "2025-08-17 12:29:48", - "author_account_age_days": 4638 + "author_account_age_days": 4639 }, "https://github.com/cuban044/ComfyUI-Veo3-Experimental": { "stars": 2, @@ -9190,44 +9190,44 @@ "author_account_age_days": 988 }, "https://github.com/cubiq/Block_Patcher_ComfyUI": { - "stars": 84, + "stars": 85, "last_update": "2024-09-22 09:49:06", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cubiq/ComfyUI_FaceAnalysis": { - "stars": 504, + "stars": 506, "last_update": "2025-05-20 05:18:36", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cubiq/ComfyUI_IPAdapter_plus": { - "stars": 5612, + "stars": 5614, "last_update": "2025-04-14 07:29:17", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cubiq/ComfyUI_InstantID": { - "stars": 1751, + "stars": 1752, "last_update": "2025-04-14 07:50:01", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cubiq/ComfyUI_essentials": { - "stars": 989, + "stars": 991, "last_update": "2025-04-14 07:33:29", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cubiq/PuLID_ComfyUI": { - "stars": 901, + "stars": 902, "last_update": "2025-04-14 07:47:23", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/cuongloveit/comfy_http_request": { "stars": 6, "last_update": "2024-06-14 11:00:11", - "author_account_age_days": 3773 + "author_account_age_days": 3774 }, "https://github.com/curiousjp/ComfyUI-MaskBatchPermutations": { "stars": 6, "last_update": "2024-05-28 13:09:32", - "author_account_age_days": 2451 + "author_account_age_days": 2452 }, "https://github.com/cyan9977/ComfyUI_PromptQueue": { "stars": 0, @@ -9247,7 +9247,7 @@ "https://github.com/czcz1024/Comfyui-FaceCompare": { "stars": 0, "last_update": "2024-06-14 07:13:32", - "author_account_age_days": 4755 + "author_account_age_days": 4756 }, "https://github.com/da2el-ai/ComfyUI-d2-send-eagle": { "stars": 19, @@ -9287,7 +9287,7 @@ "https://github.com/dadoirie/ComfyUI_Dados_Nodes": { "stars": 6, "last_update": "2025-11-12 21:16:28", - "author_account_age_days": 2111 + "author_account_age_days": 2112 }, "https://github.com/daehwa00/ComfyUI-NanoBananaAPI": { "stars": 2, @@ -9302,7 +9302,7 @@ "https://github.com/dagthomas/comfyui_dagthomas": { "stars": 273, "last_update": "2025-11-27 20:38:09", - "author_account_age_days": 4593 + "author_account_age_days": 4594 }, "https://github.com/danTheMonk/comfyui-int-and-float": { "stars": 3, @@ -9320,14 +9320,14 @@ "author_account_age_days": 2926 }, "https://github.com/daniel-lewis-ab/ComfyUI-Llama": { - "stars": 62, + "stars": 63, "last_update": "2024-06-29 19:55:42", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/daniel-lewis-ab/ComfyUI-TTS": { "stars": 30, "last_update": "2024-06-14 08:09:49", - "author_account_age_days": 3873 + "author_account_age_days": 3874 }, "https://github.com/darkamenosa/comfy_inpaint_blend": { "stars": 2, @@ -9342,7 +9342,7 @@ "https://github.com/darkpixel/darkprompts": { "stars": 10, "last_update": "2025-06-09 16:39:38", - "author_account_age_days": 5845 + "author_account_age_days": 5846 }, "https://github.com/darth-veitcher/comfydv": { "stars": 1, @@ -9377,7 +9377,7 @@ "https://github.com/dave-palt/comfyui_DSP_imagehelpers": { "stars": 0, "last_update": "2024-05-22 23:12:11", - "author_account_age_days": 679 + "author_account_age_days": 680 }, "https://github.com/davidgressett/comfyui-systemlevel": { "stars": 1, @@ -9387,52 +9387,52 @@ "https://github.com/daxcay/ComfyUI-DataSet": { "stars": 55, "last_update": "2025-03-01 05:24:50", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-JDCN": { - "stars": 134, + "stars": 135, "last_update": "2025-04-14 09:20:22", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-NODEJS": { "stars": 16, "last_update": "2024-11-28 09:46:29", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-Nexus": { "stars": 91, "last_update": "2025-03-01 15:40:05", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-TG": { "stars": 23, "last_update": "2024-11-28 09:45:12", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-WA": { "stars": 50, "last_update": "2024-11-28 09:44:50", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/daxcay/ComfyUI-YouTubeVideoPlayer": { "stars": 5, "last_update": "2024-11-28 09:45:30", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/dchatel/comfyui_davcha": { "stars": 2, - "last_update": "2025-11-11 12:48:12", + "last_update": "2025-11-28 12:42:51", "author_account_age_days": 5057 }, "https://github.com/dchatel/comfyui_facetools": { - "stars": 160, + "stars": 161, "last_update": "2025-10-08 11:49:00", "author_account_age_days": 5057 }, "https://github.com/denfrost/Den_ComfyUI_Workflow": { "stars": 4, "last_update": "2025-05-07 07:15:01", - "author_account_age_days": 4018 + "author_account_age_days": 4019 }, "https://github.com/deng-wei/ComfyUI-MiVolo-V2": { "stars": 19, @@ -9442,12 +9442,12 @@ "https://github.com/deroberon/StableZero123-comfyui": { "stars": 181, "last_update": "2024-05-22 22:09:53", - "author_account_age_days": 5817 + "author_account_age_days": 5818 }, "https://github.com/deroberon/demofusion-comfyui": { "stars": 88, "last_update": "2024-05-22 22:09:42", - "author_account_age_days": 5817 + "author_account_age_days": 5818 }, "https://github.com/dfghsdh/ComfyUI_FluxPromptGen": { "stars": 17, @@ -9457,22 +9457,22 @@ "https://github.com/dfl/comfyui-clip-with-break": { "stars": 16, "last_update": "2025-03-04 20:16:06", - "author_account_age_days": 6495 + "author_account_age_days": 6496 }, "https://github.com/dfl/comfyui-tcd-scheduler": { "stars": 84, "last_update": "2024-05-22 23:23:28", - "author_account_age_days": 6495 + "author_account_age_days": 6496 }, "https://github.com/diStyApps/ComfyUI-disty-Flow": { - "stars": 575, + "stars": 576, "last_update": "2025-01-04 18:03:37", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/diStyApps/ComfyUI_FrameMaker": { "stars": 22, "last_update": "2024-05-23 00:11:33", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/dicksensei69/comfyui_loops": { "stars": 1, @@ -9482,7 +9482,7 @@ "https://github.com/dicksondickson/ComfyUI-Dickson-Nodes": { "stars": 11, "last_update": "2024-09-18 04:30:33", - "author_account_age_days": 4512 + "author_account_age_days": 4513 }, "https://github.com/diffussy69/comfyui-curved_weight_schedule": { "stars": 2, @@ -9492,7 +9492,7 @@ "https://github.com/digitaljohn/comfyui-propost": { "stars": 194, "last_update": "2025-02-10 23:25:24", - "author_account_age_days": 5039 + "author_account_age_days": 5040 }, "https://github.com/dimtion/comfyui-raw-image": { "stars": 4, @@ -9500,7 +9500,7 @@ "author_account_age_days": 4886 }, "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": { - "stars": 348, + "stars": 349, "last_update": "2025-10-31 00:44:32", "author_account_age_days": 3936 }, @@ -9517,7 +9517,7 @@ "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": { "stars": 81, "last_update": "2024-06-20 16:48:44", - "author_account_age_days": 5292 + "author_account_age_days": 5293 }, "https://github.com/discopixel-studio/comfyui-discopixel": { "stars": 12, @@ -9527,22 +9527,22 @@ "https://github.com/discus0434/comfyui-aesthetic-predictor-v2-5": { "stars": 15, "last_update": "2024-06-14 08:12:05", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/discus0434/comfyui-caching-embeddings": { "stars": 2, "last_update": "2024-06-14 08:59:36", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/discus0434/comfyui-flux-accelerator": { "stars": 141, "last_update": "2024-12-19 14:39:39", - "author_account_age_days": 1991 + "author_account_age_days": 1992 }, "https://github.com/djbielejeski/a-person-mask-generator": { "stars": 385, "last_update": "2025-09-22 11:58:35", - "author_account_age_days": 4805 + "author_account_age_days": 4806 }, "https://github.com/dmMaze/sketch2manga": { "stars": 41, @@ -9587,7 +9587,7 @@ "https://github.com/drago87/ComfyUI_Dragos_Nodes": { "stars": 3, "last_update": "2024-05-22 21:32:15", - "author_account_age_days": 4291 + "author_account_age_days": 4292 }, "https://github.com/dreamhartley/ComfyUI_show_seed": { "stars": 2, @@ -9612,7 +9612,7 @@ "https://github.com/drustan-hawk/primitive-types": { "stars": 6, "last_update": "2024-08-01 17:44:51", - "author_account_age_days": 810 + "author_account_age_days": 811 }, "https://github.com/dseditor/ComfyUI-ListHelper": { "stars": 31, @@ -9687,12 +9687,12 @@ "https://github.com/ealkanat/comfyui-easy-padding": { "stars": 17, "last_update": "2024-12-31 02:38:22", - "author_account_age_days": 2984 + "author_account_age_days": 2985 }, "https://github.com/eastoc/ComfyUI_SemanticSAM": { "stars": 5, "last_update": "2024-08-13 19:24:33", - "author_account_age_days": 3239 + "author_account_age_days": 3240 }, "https://github.com/easygoing0114/ComfyUI-easygoing-nodes": { "stars": 4, @@ -9802,7 +9802,7 @@ "https://github.com/emojiiii/ComfyUI_Emojiiii_Custom_Nodes": { "stars": 0, "last_update": "2024-09-03 06:55:04", - "author_account_age_days": 3044 + "author_account_age_days": 3045 }, "https://github.com/envy-ai/ComfyUI-ConDelta": { "stars": 207, @@ -9822,7 +9822,7 @@ "https://github.com/erosDiffusion/ComfyUI-enricos-nodes": { "stars": 556, "last_update": "2025-11-18 23:55:24", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/evanspearman/ComfyMath": { "stars": 141, @@ -9882,22 +9882,22 @@ "https://github.com/fairy-root/ComfyUI-OpenAI-FM": { "stars": 32, "last_update": "2025-05-09 00:12:06", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/fairy-root/ComfyUI-Show-Text": { "stars": 21, "last_update": "2025-04-08 14:21:57", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/fairy-root/Flux-Prompt-Generator": { "stars": 234, "last_update": "2025-11-22 01:14:46", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/fairy-root/comfyui-ollama-llms": { "stars": 17, "last_update": "2025-03-27 20:47:17", - "author_account_age_days": 2455 + "author_account_age_days": 2456 }, "https://github.com/fallingmeteorite/nsfw-image-check-comfyui": { "stars": 8, @@ -9957,7 +9957,7 @@ "https://github.com/fearnworks/ComfyUI_FearnworksNodes": { "stars": 19, "last_update": "2024-08-05 01:50:04", - "author_account_age_days": 1083 + "author_account_age_days": 1084 }, "https://github.com/feffy380/comfyui-chroma-cache": { "stars": 15, @@ -9977,22 +9977,22 @@ "https://github.com/fexli/fexli-util-node-comfyui": { "stars": 3, "last_update": "2025-06-18 06:07:31", - "author_account_age_days": 2080 + "author_account_age_days": 2081 }, "https://github.com/fexploit/ComfyUI-AutoLabel": { "stars": 9, "last_update": "2025-03-18 13:07:46", - "author_account_age_days": 5565 + "author_account_age_days": 5566 }, "https://github.com/fexploit/ComfyUI-AutoTrimBG": { "stars": 6, "last_update": "2025-03-10 12:59:42", - "author_account_age_days": 5565 + "author_account_age_days": 5566 }, "https://github.com/fexploit/ComfyUI-Classifier": { "stars": 1, "last_update": "2025-03-10 20:33:42", - "author_account_age_days": 5565 + "author_account_age_days": 5566 }, "https://github.com/fidecastro/comfyui-llamacpp-client": { "stars": 2, @@ -10000,9 +10000,9 @@ "author_account_age_days": 3515 }, "https://github.com/filipemeneses/comfy_pixelization": { - "stars": 76, + "stars": 77, "last_update": "2025-08-19 21:29:55", - "author_account_age_days": 3997 + "author_account_age_days": 3998 }, "https://github.com/filliptm/ComfyUI_FL-Path-Animator": { "stars": 4, @@ -10012,17 +10012,17 @@ "https://github.com/filliptm/ComfyUI_FL-Trainer": { "stars": 173, "last_update": "2024-10-18 00:20:18", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/filliptm/ComfyUI_Fill-ChatterBox": { "stars": 172, "last_update": "2025-08-16 16:44:41", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/filliptm/ComfyUI_Fill-Nodes": { - "stars": 503, + "stars": 504, "last_update": "2025-11-27 08:00:49", - "author_account_age_days": 2257 + "author_account_age_days": 2258 }, "https://github.com/finegrain-ai/comfyui-finegrain": { "stars": 13, @@ -10112,12 +10112,12 @@ "https://github.com/flyingshutter/As_ComfyUI_CustomNodes": { "stars": 8, "last_update": "2025-05-23 17:29:13", - "author_account_age_days": 4016 + "author_account_age_days": 4017 }, "https://github.com/fmatray/ComfyUI_BattlemapGrid": { "stars": 0, "last_update": "2024-06-05 22:35:06", - "author_account_age_days": 4143 + "author_account_age_days": 4144 }, "https://github.com/fofr/ComfyUI-HyperSDXL1StepUnetScheduler": { "stars": 11, @@ -10142,7 +10142,7 @@ "https://github.com/forever22777/comfyui-self-guidance": { "stars": 10, "last_update": "2025-04-17 08:13:40", - "author_account_age_days": 846 + "author_account_age_days": 847 }, "https://github.com/fotobudka-team/comfyui-ai-faces": { "stars": 2, @@ -10152,7 +10152,7 @@ "https://github.com/foxtrot-roger/comfyui-rf-nodes": { "stars": 2, "last_update": "2024-08-13 22:01:40", - "author_account_age_days": 2842 + "author_account_age_days": 2843 }, "https://github.com/fpgaminer/joycaption_comfyui": { "stars": 108, @@ -10187,17 +10187,17 @@ "https://github.com/frankchieng/ComfyUI_Aniportrait": { "stars": 56, "last_update": "2024-09-13 10:41:16", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/frankchieng/ComfyUI_MagicClothing": { "stars": 593, "last_update": "2024-09-04 04:57:15", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/frankchieng/ComfyUI_llm_easyanimiate": { "stars": 12, "last_update": "2024-06-26 03:13:32", - "author_account_age_days": 962 + "author_account_age_days": 963 }, "https://github.com/fredhopp/comfyui-flipflopnodes": { "stars": 0, @@ -10212,27 +10212,27 @@ "https://github.com/fsdymy1024/ComfyUI_fsdymy": { "stars": 9, "last_update": "2024-07-01 17:58:52", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/fssorc/ComfyUI_FFT": { "stars": 14, "last_update": "2024-09-30 01:27:21", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/fssorc/ComfyUI_FaceShaper": { "stars": 185, "last_update": "2024-09-20 06:15:46", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/fssorc/ComfyUI_RopeWrapper": { "stars": 20, "last_update": "2025-01-07 04:55:59", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/fssorc/ComfyUI_pose_inter": { "stars": 87, "last_update": "2025-05-27 07:05:00", - "author_account_age_days": 5108 + "author_account_age_days": 5109 }, "https://github.com/fuselayer/comfyui-lite-tracker": { "stars": 0, @@ -10317,7 +10317,7 @@ "https://github.com/gemell1/ComfyUI_GMIC": { "stars": 9, "last_update": "2024-05-22 21:28:51", - "author_account_age_days": 2478 + "author_account_age_days": 2479 }, "https://github.com/geocine/geocine-comfyui": { "stars": 0, @@ -10342,12 +10342,12 @@ "https://github.com/giriss/comfy-image-saver": { "stars": 315, "last_update": "2024-05-22 20:40:55", - "author_account_age_days": 4759 + "author_account_age_days": 4760 }, "https://github.com/gisu/comfyui-foxpack": { "stars": 2, "last_update": "2024-08-20 06:43:22", - "author_account_age_days": 5520 + "author_account_age_days": 5521 }, "https://github.com/gitadmini/comfyui_extractstoryboards": { "stars": 66, @@ -10362,27 +10362,27 @@ "https://github.com/githubYiheng/ComfyUI_Change_IMAGE_BOREDER": { "stars": 0, "last_update": "2024-05-23 01:20:09", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL": { "stars": 1, "last_update": "2024-05-23 01:19:47", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/githubYiheng/comfyui_kmeans_filter": { "stars": 0, "last_update": "2024-06-14 09:01:24", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/githubYiheng/comfyui_meanshift_filter": { "stars": 0, "last_update": "2024-06-14 10:59:43", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/githubYiheng/comfyui_private_postprocessor": { "stars": 1, "last_update": "2024-06-14 08:09:39", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/gitmylo/ComfyUI-audio-nodes": { "stars": 11, @@ -10392,7 +10392,7 @@ "https://github.com/glibsonoran/Plush-for-ComfyUI": { "stars": 187, "last_update": "2025-07-10 14:15:13", - "author_account_age_days": 3019 + "author_account_age_days": 3020 }, "https://github.com/glifxyz/ComfyUI-GlifNodes": { "stars": 62, @@ -10407,12 +10407,12 @@ "https://github.com/glowcone/comfyui-base64-to-image": { "stars": 18, "last_update": "2024-07-08 22:53:25", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/glowcone/comfyui-string-converter": { "stars": 2, "last_update": "2024-07-31 13:40:48", - "author_account_age_days": 4267 + "author_account_age_days": 4268 }, "https://github.com/gmorks/ComfyUI-Animagine-Prompt": { "stars": 15, @@ -10427,7 +10427,7 @@ "https://github.com/goburiin/nsfwrecog-comfyui": { "stars": 0, "last_update": "2024-08-14 02:17:15", - "author_account_age_days": 475 + "author_account_age_days": 476 }, "https://github.com/godmt/ComfyUI-IP-Composer": { "stars": 5, @@ -10442,32 +10442,32 @@ "https://github.com/godspede/ComfyUI_Substring": { "stars": 0, "last_update": "2025-03-27 15:33:12", - "author_account_age_days": 3634 + "author_account_age_days": 3635 }, "https://github.com/gokayfem/ComfyUI-Depth-Visualization": { "stars": 67, "last_update": "2024-10-31 23:50:57", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/gokayfem/ComfyUI-Dream-Interpreter": { "stars": 81, "last_update": "2024-07-31 16:11:04", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/gokayfem/ComfyUI-Texture-Simple": { "stars": 53, "last_update": "2024-07-31 16:14:23", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/gokayfem/ComfyUI-fal-API": { "stars": 163, "last_update": "2025-11-22 10:38:55", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/gokayfem/ComfyUI_VLM_nodes": { "stars": 539, "last_update": "2025-02-13 10:37:34", - "author_account_age_days": 1579 + "author_account_age_days": 1580 }, "https://github.com/goldwins520/Comfyui_saveimg2webdav": { "stars": 0, @@ -10477,12 +10477,12 @@ "https://github.com/gonzalu/ComfyUI_YFG_Comical": { "stars": 25, "last_update": "2025-10-04 03:55:06", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/googincheng/ComfyUX": { "stars": 149, "last_update": "2024-08-22 09:47:17", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/gorillaframeai/GF_nodes": { "stars": 34, @@ -10537,7 +10537,7 @@ "https://github.com/griptape-ai/ComfyUI-Griptape": { "stars": 218, "last_update": "2025-08-02 05:07:54", - "author_account_age_days": 1042 + "author_account_age_days": 1043 }, "https://github.com/grmchn/ComfyUI-ProportionChanger": { "stars": 11, @@ -10550,7 +10550,7 @@ "author_account_age_days": 2621 }, "https://github.com/gseth/ControlAltAI-Nodes": { - "stars": 173, + "stars": 174, "last_update": "2025-06-05 04:21:56", "author_account_age_days": 4368 }, @@ -10572,12 +10572,12 @@ "https://github.com/guill/abracadabra-comfyui": { "stars": 1, "last_update": "2024-12-23 09:46:10", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/guill/comfyui-droopy-noodles": { "stars": 8, "last_update": "2025-07-26 05:48:32", - "author_account_age_days": 4714 + "author_account_age_days": 4715 }, "https://github.com/guill/comfyui-stegaflow": { "stars": 0, @@ -10602,7 +10602,7 @@ "https://github.com/hackkhai/ComfyUI-Image-Matting": { "stars": 18, "last_update": "2024-07-31 15:02:56", - "author_account_age_days": 2372 + "author_account_age_days": 2373 }, "https://github.com/hanL34/ComfyUI-Power-Artist-Loader": { "stars": 10, @@ -10642,32 +10642,32 @@ "https://github.com/hay86/ComfyUI_DDColor": { "stars": 7, "last_update": "2024-06-14 08:12:13", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hay86/ComfyUI_Dreamtalk": { "stars": 12, "last_update": "2024-08-15 03:37:37", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hay86/ComfyUI_Hallo": { "stars": 21, "last_update": "2024-07-30 09:55:03", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hay86/ComfyUI_LatentSync": { "stars": 16, "last_update": "2025-01-06 07:47:40", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hay86/ComfyUI_MiniCPM-V": { "stars": 41, "last_update": "2024-08-09 07:52:59", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hay86/ComfyUI_OpenVoice": { "stars": 19, "last_update": "2024-07-02 08:16:20", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hayd-zju/ICEdit-ComfyUI-official": { "stars": 202, @@ -10682,7 +10682,7 @@ "https://github.com/hayden-fr/ComfyUI-Model-Manager": { "stars": 164, "last_update": "2025-09-24 07:18:26", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/hben35096/ComfyUI-ReplenishNodes": { "stars": 6, @@ -10707,12 +10707,12 @@ "https://github.com/heshengtao/comfyui_LLM_party": { "stars": 2013, "last_update": "2025-09-08 02:51:40", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/heshengtao/comfyui_LLM_schools": { "stars": 7, "last_update": "2024-08-24 15:08:14", - "author_account_age_days": 3416 + "author_account_age_days": 3417 }, "https://github.com/hexxacubic/ComfyUI-Prompt_Library": { "stars": 5, @@ -10737,7 +10737,7 @@ "https://github.com/hhhzzyang/Comfyui_Lama": { "stars": 55, "last_update": "2024-05-22 21:13:19", - "author_account_age_days": 1028 + "author_account_age_days": 1029 }, "https://github.com/hiderminer/ComfyUI-HM-Utilities": { "stars": 0, @@ -10747,17 +10747,17 @@ "https://github.com/hieuck/ComfyUI-BiRefNet": { "stars": 5, "last_update": "2024-12-04 16:20:00", - "author_account_age_days": 3046 + "author_account_age_days": 3047 }, "https://github.com/hiforce/comfyui-hiforce-plugin": { "stars": 11, "last_update": "2024-06-14 08:13:24", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/hinablue/ComfyUI_3dPoseEditor": { "stars": 219, "last_update": "2024-06-21 17:38:40", - "author_account_age_days": 5633 + "author_account_age_days": 5634 }, "https://github.com/hmwl/ComfyUI-TaskMonitor": { "stars": 8, @@ -10802,12 +10802,12 @@ "https://github.com/huagetai/ComfyUI-Gaffer": { "stars": 52, "last_update": "2024-06-19 00:58:38", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/huagetai/ComfyUI_LightGradient": { "stars": 9, "last_update": "2024-05-23 01:21:27", - "author_account_age_days": 5153 + "author_account_age_days": 5154 }, "https://github.com/huanngzh/ComfyUI-MVAdapter": { "stars": 449, @@ -10822,32 +10822,32 @@ "https://github.com/huchenlei/ComfyUI-IC-Light-Native": { "stars": 637, "last_update": "2025-02-25 16:35:36", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/huchenlei/ComfyUI-layerdiffuse": { - "stars": 1741, + "stars": 1742, "last_update": "2025-02-25 16:35:50", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/huchenlei/ComfyUI-openpose-editor": { - "stars": 131, + "stars": 132, "last_update": "2024-07-31 13:44:16", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/huchenlei/ComfyUI_DanTagGen": { "stars": 76, "last_update": "2024-08-01 01:42:14", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/huchenlei/ComfyUI_densediffusion": { "stars": 151, "last_update": "2025-02-25 16:34:32", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/huchenlei/ComfyUI_omost": { "stars": 448, "last_update": "2025-02-25 16:35:18", - "author_account_age_days": 3397 + "author_account_age_days": 3398 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 36, @@ -10877,7 +10877,7 @@ "https://github.com/humgate/simplecomfy": { "stars": 0, "last_update": "2024-06-14 08:58:21", - "author_account_age_days": 1887 + "author_account_age_days": 1888 }, "https://github.com/hunzmusic/ComfyUI-IG2MV": { "stars": 37, @@ -10887,12 +10887,12 @@ "https://github.com/hustille/ComfyUI_Fooocus_KSampler": { "stars": 66, "last_update": "2024-05-22 20:39:48", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/hustille/ComfyUI_hus_utils": { "stars": 5, "last_update": "2024-05-22 20:39:34", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/huwenkai26/comfyui-remove-text": { "stars": 0, @@ -10927,7 +10927,7 @@ "https://github.com/hwhaocool/ComfyUI-Select-Any": { "stars": 2, "last_update": "2024-07-31 13:52:47", - "author_account_age_days": 3409 + "author_account_age_days": 3410 }, "https://github.com/hybskgks28275/ComfyUI-hybs-nodes": { "stars": 3, @@ -10947,7 +10947,7 @@ "https://github.com/iFREEGROUP/comfyui-undistort": { "stars": 2, "last_update": "2024-06-14 08:59:52", - "author_account_age_days": 2078 + "author_account_age_days": 2079 }, "https://github.com/iGavroche/ComfyUI-Ninode-Utils": { "stars": 0, @@ -10997,7 +10997,7 @@ "https://github.com/icesun963/ComfyUI_HFDownLoad": { "stars": 0, "last_update": "2024-07-18 12:13:23", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/ichabodcole/ComfyUI-Ichis-Pack": { "stars": 2, @@ -11022,72 +11022,72 @@ "https://github.com/if-ai/ComfyUI-IF_AI_Dreamtalk": { "stars": 25, "last_update": "2025-03-14 13:19:03", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_AI_HFDownloaderNode": { "stars": 21, "last_update": "2025-07-14 11:50:02", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_AI_ParlerTTSNode": { "stars": 17, "last_update": "2025-03-14 13:27:47", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_AI_WishperSpeechNode": { "stars": 44, "last_update": "2025-03-09 09:17:01", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_DatasetMkr": { "stars": 20, "last_update": "2025-03-17 08:14:01", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_Gemini": { "stars": 64, "last_update": "2025-09-03 12:31:44", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_LLM": { "stars": 145, "last_update": "2025-04-09 09:23:21", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_MemoAvatar": { "stars": 171, "last_update": "2025-03-09 09:28:07", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_Trellis": { "stars": 439, "last_update": "2025-03-09 09:31:12", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-IF_VideoPrompts": { "stars": 52, "last_update": "2025-04-02 17:19:28", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-WanResolutionSelector": { "stars": 9, "last_update": "2025-08-25 14:42:19", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI-yt_dl": { "stars": 2, "last_update": "2025-08-13 14:47:44", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI_HunyuanVideoFoley": { "stars": 133, "last_update": "2025-09-08 20:24:15", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/if-ai/ComfyUI_IF_AI_LoadImages": { "stars": 12, "last_update": "2025-03-14 13:24:31", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/ifmylove2011/comfyui-missed-tool": { "stars": 2, @@ -11142,7 +11142,7 @@ "https://github.com/injet-zhou/comfyui_extra_api": { "stars": 14, "last_update": "2025-06-06 02:35:34", - "author_account_age_days": 2748 + "author_account_age_days": 2749 }, "https://github.com/inventorado/ComfyUI_NNT": { "stars": 67, @@ -11157,7 +11157,7 @@ "https://github.com/iwanders/ComfyUI_nodes": { "stars": 2, "last_update": "2024-07-11 01:06:26", - "author_account_age_days": 4947 + "author_account_age_days": 4948 }, "https://github.com/jacklukai/ComfyUI_DeployCash": { "stars": 0, @@ -11167,17 +11167,17 @@ "https://github.com/jags111/ComfyUI_Jags_Audiotools": { "stars": 93, "last_update": "2025-03-20 16:23:33", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/jags111/ComfyUI_Jags_VectorMagic": { "stars": 86, "last_update": "2025-04-02 08:46:34", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/jags111/efficiency-nodes-comfyui": { "stars": 1375, "last_update": "2025-07-10 01:46:42", - "author_account_age_days": 4392 + "author_account_age_days": 4393 }, "https://github.com/jaimitoes/ComfyUI_Wan2_1_lora_trainer": { "stars": 59, @@ -11187,22 +11187,22 @@ "https://github.com/jakechai/ComfyUI-JakeUpgrade": { "stars": 128, "last_update": "2025-11-25 08:00:03", - "author_account_age_days": 2093 + "author_account_age_days": 2094 }, "https://github.com/jamal-alkharrat/ComfyUI_rotate_image": { "stars": 2, "last_update": "2024-05-22 23:19:02", - "author_account_age_days": 1498 + "author_account_age_days": 1499 }, "https://github.com/jamesWalker55/comfyui-p2ldgan": { "stars": 17, "last_update": "2024-05-22 18:19:04", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/jamesWalker55/comfyui-various": { "stars": 152, "last_update": "2025-02-27 11:01:51", - "author_account_age_days": 3048 + "author_account_age_days": 3049 }, "https://github.com/jamesk9526/NoxPrompter-ComfyUI-CustomNode": { "stars": 1, @@ -11237,32 +11237,32 @@ "https://github.com/jax-explorer/ComfyUI-InstantCharacter": { "stars": 189, "last_update": "2025-05-13 15:04:58", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jax-explorer/ComfyUI-VideoBasic": { "stars": 19, "last_update": "2025-06-22 14:53:19", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jax-explorer/ComfyUI-VideoBasicLatentSync": { "stars": 0, "last_update": "2025-04-07 10:07:44", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jax-explorer/ComfyUI-easycontrol": { - "stars": 188, + "stars": 187, "last_update": "2025-04-17 15:39:33", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jax-explorer/comfyui-model-dynamic-loader": { "stars": 1, "last_update": "2025-06-01 07:58:16", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jax-explorer/fast_video_comfyui": { "stars": 0, "last_update": "2024-05-23 01:17:35", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jeffrey2212/ComfyUI-PonyCharacterPrompt": { "stars": 2, @@ -11272,7 +11272,7 @@ "https://github.com/jeffy5/comfyui-faceless-node": { "stars": 57, "last_update": "2025-04-07 02:19:38", - "author_account_age_days": 3452 + "author_account_age_days": 3453 }, "https://github.com/jerome7562/ComfyUI-XenoFlow": { "stars": 3, @@ -11297,7 +11297,7 @@ "https://github.com/jesenzhang/ComfyUI_StreamDiffusion": { "stars": 149, "last_update": "2025-03-18 04:47:24", - "author_account_age_days": 4173 + "author_account_age_days": 4174 }, "https://github.com/jfcantu/ComfyUI-AutoNotes": { "stars": 9, @@ -11342,7 +11342,7 @@ "https://github.com/jiaxiangc/ComfyUI-ResAdapter": { "stars": 283, "last_update": "2024-05-23 00:22:23", - "author_account_age_days": 1807 + "author_account_age_days": 1808 }, "https://github.com/jinanlongen/ComfyUI-Prompt-Expander": { "stars": 0, @@ -11362,22 +11362,22 @@ "https://github.com/jjkramhoeft/ComfyUI-Jjk-Nodes": { "stars": 36, "last_update": "2024-05-22 20:44:56", - "author_account_age_days": 4170 + "author_account_age_days": 4171 }, "https://github.com/jkrauss82/ultools-comfyui": { "stars": 8, "last_update": "2025-04-09 20:17:27", - "author_account_age_days": 4733 + "author_account_age_days": 4734 }, "https://github.com/jmkl/ComfyUI-ricing": { "stars": 11, "last_update": "2024-10-16 15:38:08", - "author_account_age_days": 5118 + "author_account_age_days": 5119 }, "https://github.com/jn-jairo/jn_comfyui": { "stars": 5, "last_update": "2024-08-16 18:09:12", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader": { "stars": 10, @@ -11395,14 +11395,14 @@ "author_account_age_days": 4268 }, "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": { - "stars": 676, + "stars": 677, "last_update": "2024-07-31 13:54:32", - "author_account_age_days": 729 + "author_account_age_days": 730 }, "https://github.com/jojkaart/ComfyUI-sampler-lcm-alternative": { "stars": 141, "last_update": "2025-07-10 14:02:42", - "author_account_age_days": 5319 + "author_account_age_days": 5320 }, "https://github.com/jonstreeter/ComfyUI-Reference-Based-Video-Colorization": { "stars": 3, @@ -11457,57 +11457,57 @@ "https://github.com/jroc22/ComfyUI-CSV-prompt-builder": { "stars": 13, "last_update": "2024-08-01 19:39:30", - "author_account_age_days": 1210 + "author_account_age_days": 1211 }, "https://github.com/jstit/comfyui_custom_node_image": { "stars": 0, "last_update": "2024-08-27 05:10:12", - "author_account_age_days": 2385 + "author_account_age_days": 2386 }, "https://github.com/jtrue/ComfyUI-JaRue": { "stars": 7, "last_update": "2024-06-14 09:01:12", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/jtrue/ComfyUI-Rect": { "stars": 3, "last_update": "2025-08-24 04:20:24", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/jtrue/ComfyUI-WordEmbeddings": { "stars": 1, "last_update": "2025-08-22 05:30:24", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/jtydhr88/ComfyUI-AudioMass": { "stars": 22, "last_update": "2025-08-30 13:36:54", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-Hunyuan3D-1-wrapper": { "stars": 31, "last_update": "2024-11-13 11:50:46", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-LayerDivider": { "stars": 103, "last_update": "2025-04-25 11:21:00", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-OpenCut": { "stars": 121, "last_update": "2025-08-30 20:34:42", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-Workflow-Encrypt": { "stars": 39, "last_update": "2024-07-31 13:45:53", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/juddisjudd/ComfyUI-BawkNodes": { "stars": 7, @@ -11550,9 +11550,9 @@ "author_account_age_days": 2367 }, "https://github.com/juehackr/comfyui_fk_server": { - "stars": 509, + "stars": 511, "last_update": "2025-11-21 06:39:00", - "author_account_age_days": 1633 + "author_account_age_days": 1634 }, "https://github.com/jupo-ai/comfy-aspect-ratios": { "stars": 1, @@ -11595,9 +11595,9 @@ "author_account_age_days": 433 }, "https://github.com/justUmen/Bjornulf_custom_nodes": { - "stars": 473, + "stars": 474, "last_update": "2025-06-11 12:32:38", - "author_account_age_days": 3310 + "author_account_age_days": 3311 }, "https://github.com/justin-vt/ComfyUI-brushstrokes": { "stars": 1, @@ -11612,12 +11612,12 @@ "https://github.com/ka-puna/comfyui-yanc": { "stars": 11, "last_update": "2025-09-07 18:29:10", - "author_account_age_days": 2728 + "author_account_age_days": 2729 }, "https://github.com/kaanyalova/ComfyUI_ExtendedImageFormats": { "stars": 5, "last_update": "2025-01-25 10:57:38", - "author_account_age_days": 1788 + "author_account_age_days": 1789 }, "https://github.com/kaaskoek232/ComfyUI-MemoryManagement": { "stars": 5, @@ -11652,22 +11652,22 @@ "https://github.com/kale4eat/ComfyUI-path-util": { "stars": 0, "last_update": "2024-05-25 05:44:11", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/kale4eat/ComfyUI-speech-dataset-toolkit": { "stars": 20, "last_update": "2025-06-17 01:58:03", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/kale4eat/ComfyUI-string-util": { "stars": 5, "last_update": "2024-05-23 00:24:40", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/kale4eat/ComfyUI-text-file-util": { "stars": 0, "last_update": "2024-05-23 00:24:51", - "author_account_age_days": 2133 + "author_account_age_days": 2134 }, "https://github.com/kambara/ComfyUI-PromptPalette": { "stars": 9, @@ -11687,7 +11687,7 @@ "https://github.com/kappa54m/ComfyUI_Usability": { "stars": 0, "last_update": "2024-08-08 15:31:47", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/karas17/ComfyUI-Camera-Watermark": { "stars": 11, @@ -11722,17 +11722,17 @@ "https://github.com/kealiu/ComfyUI-S3-Tools": { "stars": 7, "last_update": "2024-07-04 10:13:07", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/kealiu/ComfyUI-Zero123-Porting": { "stars": 22, "last_update": "2024-08-22 07:07:57", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/kealiu/ComfyUI-ZeroShot-MTrans": { "stars": 176, "last_update": "2024-07-04 10:12:32", - "author_account_age_days": 4649 + "author_account_age_days": 4650 }, "https://github.com/keghoang/ComfyUI-Charon": { "stars": 0, @@ -11757,7 +11757,7 @@ "https://github.com/kenjiqq/qq-nodes-comfyui": { "stars": 63, "last_update": "2025-06-24 22:38:01", - "author_account_age_days": 5410 + "author_account_age_days": 5411 }, "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": { "stars": 0, @@ -11772,7 +11772,7 @@ "https://github.com/kft334/Knodes": { "stars": 4, "last_update": "2024-06-14 08:12:06", - "author_account_age_days": 1480 + "author_account_age_days": 1481 }, "https://github.com/khanhlvg/vertex-ai-comfyui-nodes": { "stars": 5, @@ -11787,202 +11787,202 @@ "https://github.com/kijai/ComfyUI-ADMotionDirector": { "stars": 178, "last_update": "2024-11-07 07:20:23", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-APISR-KJ": { "stars": 74, "last_update": "2024-05-21 16:30:21", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-BrushNet-Wrapper": { "stars": 149, "last_update": "2024-06-20 12:15:16", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-CCSR": { "stars": 239, "last_update": "2024-06-28 11:13:33", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-CogVideoXWrapper": { "stars": 1532, "last_update": "2025-08-07 11:03:37", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-ControlNeXt-SVD": { "stars": 190, "last_update": "2024-08-15 08:26:15", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DDColor": { "stars": 161, "last_update": "2024-05-21 16:04:26", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DepthAnythingV2": { "stars": 371, "last_update": "2025-06-16 13:16:52", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DiffusionLight": { "stars": 72, "last_update": "2024-05-21 16:16:52", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DynamiCrafterWrapper": { "stars": 679, "last_update": "2025-06-02 11:49:00", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-ELLA-wrapper": { "stars": 115, "last_update": "2024-05-21 16:47:28", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-Florence2": { - "stars": 1508, + "stars": 1510, "last_update": "2025-08-09 09:11:04", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-FluxTrainer": { "stars": 1084, "last_update": "2025-04-02 07:35:46", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-GIMM-VFI": { "stars": 421, "last_update": "2025-07-31 18:52:50", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-Geowizard": { "stars": 125, "last_update": "2024-12-16 19:33:54", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-HFRemoteVae": { "stars": 53, "last_update": "2025-03-01 18:22:59", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2559, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-IC-Light": { - "stars": 1117, + "stars": 1118, "last_update": "2025-05-30 19:21:20", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-KJNodes": { - "stars": 1978, + "stars": 1979, "last_update": "2025-11-27 15:57:53", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-KwaiKolorsWrapper": { "stars": 597, "last_update": "2024-10-18 08:47:45", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LBMWrapper": { "stars": 245, "last_update": "2025-05-14 09:25:13", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LLaVA-OneVision": { "stars": 85, "last_update": "2024-08-25 14:04:22", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LVCDWrapper": { "stars": 62, "last_update": "2024-09-30 11:49:12", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LaVi-Bridge-Wrapper": { "stars": 22, "last_update": "2024-05-21 16:41:18", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LivePortraitKJ": { "stars": 2099, "last_update": "2024-08-05 21:39:49", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-Lotus": { "stars": 157, "last_update": "2025-11-04 16:36:47", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-LuminaWrapper": { "stars": 196, "last_update": "2024-07-31 13:52:06", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-Marigold": { "stars": 556, "last_update": "2025-05-16 10:22:16", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-MelBandRoFormer": { "stars": 79, "last_update": "2025-08-26 08:29:25", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-MimicMotionWrapper": { "stars": 509, "last_update": "2025-01-12 17:34:34", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-MoGe": { "stars": 52, "last_update": "2025-02-07 18:42:39", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-OpenDiTWrapper": { "stars": 43, "last_update": "2024-07-03 14:59:13", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-PyramidFlowWrapper": { "stars": 367, "last_update": "2024-11-15 13:28:18", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-SUPIR": { - "stars": 2169, + "stars": 2171, "last_update": "2025-09-24 13:51:11", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-SVD": { "stars": 164, "last_update": "2024-05-22 21:09:54", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-StableXWrapper": { "stars": 60, "last_update": "2025-01-31 11:59:01", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-WanVideoWrapper": { - "stars": 5362, + "stars": 5365, "last_update": "2025-11-27 18:19:07", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-depth-fm": { "stars": 86, "last_update": "2024-05-22 21:10:15", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-moondream": { "stars": 111, "last_update": "2024-08-12 16:30:11", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-segment-anything-2": { - "stars": 1134, + "stars": 1135, "last_update": "2025-09-28 08:35:30", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Advanced-Watermarks": { "stars": 21, @@ -12042,7 +12042,7 @@ "https://github.com/knuknX/ComfyUI-Image-Tools": { "stars": 3, "last_update": "2024-06-14 09:05:58", - "author_account_age_days": 721 + "author_account_age_days": 722 }, "https://github.com/kohs100/comfyui-ppwc": { "stars": 0, @@ -12052,7 +12052,7 @@ "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": { "stars": 205, "last_update": "2024-05-22 20:44:44", - "author_account_age_days": 2330 + "author_account_age_days": 2331 }, "https://github.com/koirpraw/ComfyUI-GCP-storage-decouple": { "stars": 0, @@ -12062,12 +12062,12 @@ "https://github.com/komojini/ComfyUI_SDXL_DreamBooth_LoRA_CustomNodes": { "stars": 3, "last_update": "2024-05-22 21:34:27", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/komojini/komojini-comfyui-nodes": { "stars": 78, "last_update": "2024-05-22 21:34:39", - "author_account_age_days": 1104 + "author_account_age_days": 1105 }, "https://github.com/kostenickj/jk-comfyui-helpers": { "stars": 8, @@ -12112,7 +12112,7 @@ "https://github.com/kunieone/ComfyUI_alkaid": { "stars": 0, "last_update": "2024-05-23 01:10:21", - "author_account_age_days": 3041 + "author_account_age_days": 3042 }, "https://github.com/kusurin/ComfyUI-chronophotography": { "stars": 0, @@ -12122,7 +12122,7 @@ "https://github.com/kwaroran/abg-comfyui": { "stars": 25, "last_update": "2024-05-22 18:19:51", - "author_account_age_days": 1129 + "author_account_age_days": 1130 }, "https://github.com/kycg/comfyui-Lora-auto-downloader": { "stars": 1, @@ -12137,7 +12137,7 @@ "https://github.com/l20richo/ComfyUI-Azure-Blob-Storage": { "stars": 2, "last_update": "2024-06-22 16:53:47", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/l3ony2k/comfyui-leon-nodes": { "stars": 3, @@ -12152,42 +12152,42 @@ "https://github.com/laksjdjf/Batch-Condition-ComfyUI": { "stars": 7, "last_update": "2024-05-22 20:42:42", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/ComfyUI-Imatrix": { "stars": 6, "last_update": "2025-06-07 00:17:26", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/LCMSampler-ComfyUI": { "stars": 16, "last_update": "2024-05-22 20:42:17", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/LoRTnoC-ComfyUI": { "stars": 13, "last_update": "2024-05-22 20:42:29", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI": { "stars": 23, "last_update": "2024-05-22 20:42:04", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/cgem156-ComfyUI": { "stars": 87, "last_update": "2025-04-30 14:52:29", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laksjdjf/pfg-ComfyUI": { "stars": 12, "last_update": "2024-05-22 20:41:41", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/larsupb/LoRA-Merger-ComfyUI": { "stars": 61, "last_update": "2024-10-24 11:28:08", - "author_account_age_days": 3597 + "author_account_age_days": 3598 }, "https://github.com/latenightlabs/ComfyUI-LNL": { "stars": 26, @@ -12232,82 +12232,82 @@ "https://github.com/leeguandong/ComfyUI_1Prompt1Story": { "stars": 5, "last_update": "2025-03-13 16:11:50", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_ChatGen": { "stars": 2, "last_update": "2025-03-13 16:24:46", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_Cogview4": { "stars": 2, "last_update": "2025-03-13 15:58:44", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_CompareModelWeights": { "stars": 3, "last_update": "2025-01-09 02:43:41", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_CrossImageAttention": { "stars": 3, "last_update": "2024-08-16 11:59:42", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_DeepSeekVL2": { "stars": 0, "last_update": "2025-03-13 16:32:16", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_FluxAttentionMask": { "stars": 4, "last_update": "2025-03-15 07:37:50", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_FluxClipWeight": { "stars": 3, "last_update": "2025-03-02 07:32:55", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_FluxCustomId": { "stars": 7, "last_update": "2025-01-06 01:12:44", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_FluxLayerDiffuse": { "stars": 17, "last_update": "2025-03-17 01:07:01", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_Gemma3": { "stars": 9, "last_update": "2025-09-06 08:35:54", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_InternVL2": { "stars": 13, "last_update": "2024-08-10 11:00:11", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_LLaSM": { "stars": 5, "last_update": "2024-08-10 10:58:17", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_M3Net": { "stars": 12, "last_update": "2024-08-16 00:03:21", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_MasaCtrl": { "stars": 3, "last_update": "2024-09-01 03:47:35", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_QWQ32B": { "stars": 2, "last_update": "2025-03-15 17:19:23", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_Qwen3Omni": { "stars": 1, @@ -12317,17 +12317,17 @@ "https://github.com/leeguandong/ComfyUI_Style_Aligned": { "stars": 5, "last_update": "2024-08-16 11:59:33", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_VideoEditing": { "stars": 4, "last_update": "2024-08-14 16:59:49", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeguandong/ComfyUI_VisualAttentionMap": { "stars": 8, "last_update": "2024-08-26 05:15:14", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leeooo001/comfyui-Hunyuan-PromptEnhancer": { "stars": 13, @@ -12337,7 +12337,7 @@ "https://github.com/leestuartx/ComfyUI-GG": { "stars": 2, "last_update": "2025-03-10 16:26:37", - "author_account_age_days": 4300 + "author_account_age_days": 4301 }, "https://github.com/leewinder/comfyui-crop-to-center": { "stars": 0, @@ -12367,7 +12367,7 @@ "https://github.com/leoleelxh/ComfyUI-LLMs": { "stars": 52, "last_update": "2025-06-17 13:52:33", - "author_account_age_days": 4596 + "author_account_age_days": 4597 }, "https://github.com/leonardomiramondi/flux-context-comfyui": { "stars": 0, @@ -12417,17 +12417,17 @@ "https://github.com/licyk/ComfyUI-HakuImg": { "stars": 10, "last_update": "2025-08-06 15:55:12", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/licyk/ComfyUI-Restart-Sampler": { "stars": 12, "last_update": "2025-02-24 04:53:52", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/licyk/ComfyUI-TCD-Sampler": { "stars": 7, "last_update": "2025-03-27 16:32:33", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/lihaoyun6/ComfyUI-BlindWatermark": { "stars": 12, @@ -12452,7 +12452,7 @@ "https://github.com/lilly1987/ComfyUI_node_Lilly": { "stars": 57, "last_update": "2024-12-21 01:50:03", - "author_account_age_days": 3431 + "author_account_age_days": 3432 }, "https://github.com/liming123332/ComfyUI-Ranbooru": { "stars": 0, @@ -12482,7 +12482,7 @@ "https://github.com/linshier/comfyui-remote-tools": { "stars": 4, "last_update": "2024-05-28 07:44:23", - "author_account_age_days": 4313 + "author_account_age_days": 4314 }, "https://github.com/lisaks/comfyui-panelforge": { "stars": 2, @@ -12517,27 +12517,27 @@ "https://github.com/liusida/ComfyUI-AutoCropFaces": { "stars": 123, "last_update": "2024-08-12 17:38:17", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/liusida/ComfyUI-B-LoRA": { "stars": 75, "last_update": "2024-06-18 03:17:46", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/liusida/ComfyUI-Debug": { "stars": 14, "last_update": "2024-06-14 10:25:26", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/liusida/ComfyUI-Login": { "stars": 193, "last_update": "2025-10-31 03:29:37", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/liusida/ComfyUI-SD3-nodes": { "stars": 8, "last_update": "2024-06-14 13:01:41", - "author_account_age_days": 3729 + "author_account_age_days": 3730 }, "https://github.com/livepeer/ComfyUI-Stream-Pack": { "stars": 18, @@ -12562,37 +12562,37 @@ "https://github.com/lldacing/ComfyUI_BEN_ll": { "stars": 4, "last_update": "2025-05-22 07:01:42", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/ComfyUI_BiRefNet_ll": { "stars": 260, "last_update": "2025-06-01 16:39:20", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/ComfyUI_Patches_ll": { "stars": 116, "last_update": "2025-11-04 10:36:44", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/ComfyUI_PuLID_Flux_ll": { "stars": 436, "last_update": "2025-11-07 05:19:50", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/ComfyUI_StableDelight_ll": { "stars": 13, "last_update": "2025-04-08 06:22:43", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/ComfyUI_StableHair_ll": { "stars": 76, "last_update": "2025-03-31 09:16:21", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lldacing/comfyui-easyapi-nodes": { "stars": 90, "last_update": "2025-08-25 11:50:40", - "author_account_age_days": 2614 + "author_account_age_days": 2615 }, "https://github.com/lo-th/Comfyui_three_js": { "stars": 21, @@ -12607,92 +12607,92 @@ "https://github.com/logtd/ComfyUI-4DHumans": { "stars": 7, "last_update": "2024-08-30 21:12:55", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-APGScaling": { "stars": 29, "last_update": "2024-10-06 20:51:27", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-DiLightNet": { "stars": 11, "last_update": "2024-10-06 03:48:15", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-FLATTEN": { "stars": 109, "last_update": "2024-08-30 21:18:55", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-Fluxtapoz": { "stars": 1390, "last_update": "2025-01-09 02:38:40", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-InstanceDiffusion": { "stars": 178, "last_update": "2024-08-30 21:17:51", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-InversedNoise": { "stars": 16, "last_update": "2024-05-22 00:10:18", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-MochiEdit": { "stars": 295, "last_update": "2024-11-03 18:38:16", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-MotionThiefExperiment": { "stars": 41, "last_update": "2024-08-30 21:19:48", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-RAVE_ATTN": { "stars": 13, "last_update": "2024-05-22 00:20:03", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-ReNoise": { "stars": 6, "last_update": "2024-09-01 22:17:49", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-RefSampling": { "stars": 5, "last_update": "2024-09-11 20:56:01", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-RefUNet": { "stars": 45, "last_update": "2024-08-30 21:20:20", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-SEGAttention": { "stars": 40, "last_update": "2024-09-11 20:55:00", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-SSREncoder": { "stars": 1, "last_update": "2024-08-24 23:33:09", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-SeeCoder": { "stars": 0, "last_update": "2024-08-24 23:31:10", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-TrackingNodes": { "stars": 19, "last_update": "2024-05-22 00:03:27", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-ViewCrafter": { "stars": 14, "last_update": "2024-09-30 19:32:41", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/lokinou/comfyui-better-flow": { "stars": 1, @@ -12712,22 +12712,22 @@ "https://github.com/longgui0318/comfyui-common-util": { "stars": 1, "last_update": "2025-04-07 08:19:05", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/longgui0318/comfyui-llm-assistant": { "stars": 8, "last_update": "2024-09-17 13:12:43", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/longgui0318/comfyui-magic-clothing": { "stars": 82, "last_update": "2024-08-08 14:42:04", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/longgui0318/comfyui-mask-util": { "stars": 8, "last_update": "2025-04-07 08:18:11", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/loockluo/comfyui-whisperx-pro": { "stars": 2, @@ -12742,12 +12742,12 @@ "https://github.com/lordgasmic/comfyui_save_image_with_options": { "stars": 0, "last_update": "2024-06-20 16:39:23", - "author_account_age_days": 5288 + "author_account_age_days": 5289 }, "https://github.com/lordgasmic/comfyui_wildcards": { "stars": 13, "last_update": "2024-06-20 16:52:14", - "author_account_age_days": 5288 + "author_account_age_days": 5289 }, "https://github.com/lovisdotio/ComfyUI-Replace-First-Frame-Last-Frame": { "stars": 1, @@ -12757,32 +12757,32 @@ "https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch": { "stars": 887, "last_update": "2025-11-23 20:42:45", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/lquesada/ComfyUI-Interactive": { "stars": 47, "last_update": "2025-05-01 03:39:47", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/lquesada/ComfyUI-Prompt-Combinator": { "stars": 45, "last_update": "2025-04-16 20:52:10", - "author_account_age_days": 4572 + "author_account_age_days": 4573 }, "https://github.com/lrzjason/ComfyUI-Watermark-Detection": { "stars": 39, "last_update": "2025-05-28 20:46:50", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils": { "stars": 240, "last_update": "2025-04-03 09:09:43", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/lrzjason/Comfyui-Kolors-Utils": { "stars": 17, "last_update": "2025-05-05 16:10:11", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/lrzjason/Comfyui-LoraUtils": { "stars": 24, @@ -12797,37 +12797,37 @@ "https://github.com/lrzjason/Comfyui-ThinkRemover": { "stars": 4, "last_update": "2025-02-07 10:57:50", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/ltdrdata/ComfyUI-Impact-Pack": { "stars": 2828, "last_update": "2025-11-18 15:30:24", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/ltdrdata/ComfyUI-Impact-Subpack": { "stars": 287, "last_update": "2025-07-22 03:44:20", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/ltdrdata/ComfyUI-Inspire-Pack": { - "stars": 700, + "stars": 701, "last_update": "2025-11-17 17:03:31", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/ltdrdata/ComfyUI-Manager": { - "stars": 12356, - "last_update": "2025-11-26 15:24:01", - "author_account_age_days": 596 + "stars": 12368, + "last_update": "2025-11-28 16:23:25", + "author_account_age_days": 597 }, "https://github.com/ltdrdata/comfyui-connection-helper": { "stars": 45, "last_update": "2025-04-07 13:49:56", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/ltdrdata/was-node-suite-comfyui": { "stars": 135, "last_update": "2025-09-26 22:22:30", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/lthero-big/ComfyUI-GaussianShadingWatermark": { "stars": 5, @@ -12937,12 +12937,12 @@ "https://github.com/madtunebk/ComfyUI-ControlnetAux": { "stars": 16, "last_update": "2024-06-28 16:16:51", - "author_account_age_days": 982 + "author_account_age_days": 983 }, "https://github.com/maepopi/Diffusers-in-ComfyUI": { "stars": 6, "last_update": "2025-03-28 07:29:38", - "author_account_age_days": 2879 + "author_account_age_days": 2880 }, "https://github.com/magekinnarus/ComfyUI-V-Prediction-Node": { "stars": 2, @@ -12997,12 +12997,12 @@ "https://github.com/mape/ComfyUI-mape-Helpers": { "stars": 184, "last_update": "2024-06-27 16:30:32", - "author_account_age_days": 6275 + "author_account_age_days": 6276 }, "https://github.com/maracman/ComfyUI-SubjectStyle-CSV": { "stars": 4, "last_update": "2024-06-24 13:53:39", - "author_account_age_days": 1688 + "author_account_age_days": 1689 }, "https://github.com/marawan206/ComfyUI-FaceCropper": { "stars": 10, @@ -13027,12 +13027,12 @@ "https://github.com/marduk191/ComfyUI-Fluxpromptenhancer": { "stars": 118, "last_update": "2025-08-03 03:41:23", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/marduk191/comfyui-marnodes": { "stars": 3, "last_update": "2025-03-27 13:26:45", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/marduk191/comfyui_qwen_runninghub": { "stars": 0, @@ -13042,7 +13042,7 @@ "https://github.com/marhensa/sdxl-recommended-res-calc": { "stars": 92, "last_update": "2025-04-13 09:33:49", - "author_account_age_days": 5296 + "author_account_age_days": 5297 }, "https://github.com/marklieberman/ComfyUI-Liebs-Picker": { "stars": 10, @@ -13062,17 +13062,17 @@ "https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver": { "stars": 16, "last_update": "2024-10-30 10:25:15", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/markuryy/ComfyUI-Simple-Video-XY-Plot": { "stars": 3, "last_update": "2025-03-12 18:18:54", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/markuryy/ComfyUI-SuperLoader": { "stars": 0, "last_update": "2025-03-12 18:23:22", - "author_account_age_days": 3399 + "author_account_age_days": 3400 }, "https://github.com/martijnat/comfyui-previewlatent": { "stars": 44, @@ -13087,12 +13087,12 @@ "https://github.com/massao000/ComfyUI_aspect_ratios": { "stars": 14, "last_update": "2024-05-22 22:23:10", - "author_account_age_days": 1928 + "author_account_age_days": 1929 }, "https://github.com/matan1905/ComfyUI-Serving-Toolkit": { "stars": 70, "last_update": "2025-05-01 10:03:33", - "author_account_age_days": 3261 + "author_account_age_days": 3262 }, "https://github.com/matorzhin/milan-nodes-comfyui": { "stars": 1, @@ -13107,10 +13107,10 @@ "https://github.com/mattjohnpowell/comfyui-lmstudio-image-to-text-node": { "stars": 34, "last_update": "2025-08-22 14:25:23", - "author_account_age_days": 5071 + "author_account_age_days": 5072 }, "https://github.com/mav-rik/facerestore_cf": { - "stars": 311, + "stars": 312, "last_update": "2025-06-21 08:02:17", "author_account_age_days": 3442 }, @@ -13127,12 +13127,12 @@ "https://github.com/mbrostami/ComfyUI-HF": { "stars": 19, "last_update": "2024-05-27 21:45:33", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/mbrostami/ComfyUI-TITrain": { - "stars": 12, + "stars": 13, "last_update": "2025-07-21 16:58:23", - "author_account_age_days": 4843 + "author_account_age_days": 4844 }, "https://github.com/mcDandy/more_math": { "stars": 0, @@ -13140,9 +13140,9 @@ "author_account_age_days": 3507 }, "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding": { - "stars": 1224, + "stars": 1225, "last_update": "2025-03-14 09:33:32", - "author_account_age_days": 2623 + "author_account_age_days": 2624 }, "https://github.com/mcrataobrabo/comfyui-smart-lora-downloader": { "stars": 4, @@ -13157,22 +13157,22 @@ "https://github.com/meap158/ComfyUI-Background-Replacement": { "stars": 64, "last_update": "2025-01-06 23:45:28", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/meap158/ComfyUI-GPU-temperature-protection": { "stars": 3, "last_update": "2024-05-22 20:43:21", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/meap158/ComfyUI-Prompt-Expansion": { "stars": 77, "last_update": "2024-05-22 20:43:37", - "author_account_age_days": 3724 + "author_account_age_days": 3725 }, "https://github.com/mech-tools/comfyui-checkpoint-automatic-config": { "stars": 3, "last_update": "2025-09-06 00:52:37", - "author_account_age_days": 4961 + "author_account_age_days": 4962 }, "https://github.com/mediocreatmybest/ComfyUI-Transformers-Pipeline": { "stars": 3, @@ -13182,12 +13182,12 @@ "https://github.com/melMass/comfy_mtb": { "stars": 639, "last_update": "2025-11-09 15:31:23", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/melMass/comfy_oiio": { "stars": 9, "last_update": "2025-09-08 19:18:29", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader": { "stars": 5, @@ -13237,7 +13237,7 @@ "https://github.com/metncelik/comfyui_met_suite": { "stars": 2, "last_update": "2025-03-27 12:27:48", - "author_account_age_days": 1144 + "author_account_age_days": 1145 }, "https://github.com/mfg637/ComfyUI-ScheduledGuider-Ext": { "stars": 6, @@ -13247,17 +13247,17 @@ "https://github.com/mgfxer/ComfyUI-FrameFX": { "stars": 25, "last_update": "2024-07-20 13:58:46", - "author_account_age_days": 523 + "author_account_age_days": 524 }, "https://github.com/miaoshouai/ComfyUI-Miaoshouai-Tagger": { - "stars": 488, + "stars": 489, "last_update": "2025-04-26 02:32:18", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/miaoshouai/ComfyUI-Video-Segmentation": { "stars": 34, "last_update": "2025-08-10 09:11:18", - "author_account_age_days": 989 + "author_account_age_days": 990 }, "https://github.com/michaelgold/ComfyUI-HF-Model-Downloader": { "stars": 6, @@ -13277,7 +13277,7 @@ "https://github.com/mikebilly/Transparent-background-comfyUI": { "stars": 2, "last_update": "2025-01-29 16:29:23", - "author_account_age_days": 3085 + "author_account_age_days": 3086 }, "https://github.com/mikecaronna/comfyui_c2pa_signer": { "stars": 1, @@ -13322,12 +13322,12 @@ "https://github.com/mirabarukaso/ComfyUI_Mira": { "stars": 160, "last_update": "2025-10-30 05:45:24", - "author_account_age_days": 1742 + "author_account_age_days": 1743 }, "https://github.com/misterjoessef/MLTask_ComfyUI": { "stars": 0, "last_update": "2024-08-17 16:45:24", - "author_account_age_days": 1259 + "author_account_age_days": 1260 }, "https://github.com/mittimi/ComfyUI_mittimiDaisyChainText": { "stars": 0, @@ -13372,7 +13372,7 @@ "https://github.com/modelscope/comfyscope": { "stars": 4, "last_update": "2024-11-20 08:48:36", - "author_account_age_days": 1221 + "author_account_age_days": 1222 }, "https://github.com/modelscope/scepter": { "stars": 546, @@ -13382,7 +13382,7 @@ "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": { "stars": 2, "last_update": "2024-05-22 22:08:50", - "author_account_age_days": 5125 + "author_account_age_days": 5126 }, "https://github.com/mohseni-mr/ComfyUI-Mohseni-Kit": { "stars": 1, @@ -13442,12 +13442,12 @@ "https://github.com/moyi7712/ComfyUI_Seamless_Patten": { "stars": 18, "last_update": "2025-03-19 10:35:44", - "author_account_age_days": 2822 + "author_account_age_days": 2823 }, "https://github.com/mozman/ComfyUI_mozman_nodes": { "stars": 0, "last_update": "2024-05-22 22:13:32", - "author_account_age_days": 4601 + "author_account_age_days": 4602 }, "https://github.com/mr7thing/circle_pattern_processor": { "stars": 0, @@ -13472,7 +13472,7 @@ "https://github.com/mullakhmetov/comfyui_dynamic_util_nodes": { "stars": 0, "last_update": "2024-07-15 14:13:58", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/muxueChen/ComfyUI_NTCosyVoice": { "stars": 164, @@ -13482,17 +13482,17 @@ "https://github.com/muzi12888/ComfyUI-PoseKeypoint-Mask": { "stars": 12, "last_update": "2025-03-15 00:23:20", - "author_account_age_days": 3467 + "author_account_age_days": 3468 }, "https://github.com/my-opencode/ComfyUI_IndustrialMagick": { "stars": 1, "last_update": "2024-07-31 14:04:26", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/my-opencode/ComfyUI_KSamplerTimer": { "stars": 2, "last_update": "2024-07-31 14:13:17", - "author_account_age_days": 1901 + "author_account_age_days": 1902 }, "https://github.com/myonmu0/ComfyUI-Jumper": { "stars": 0, @@ -13512,12 +13512,12 @@ "https://github.com/nagolinc/ComfyUI_FastVAEDecorder_SDXL": { "stars": 4, "last_update": "2024-07-19 14:46:14", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/nagolinc/comfyui_openai_node": { "stars": 1, "last_update": "2024-06-15 15:59:07", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/nakagawadev/comfyui_nakagawa": { "stars": 2, @@ -13542,12 +13542,12 @@ "https://github.com/nat-chan/ComfyUI-graphToPrompt": { "stars": 2, "last_update": "2024-05-23 01:16:40", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/nat-chan/comfyui-transceiver": { "stars": 5, "last_update": "2024-05-23 01:16:28", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/nathannlu/ComfyUI-Cloud": { "stars": 205, @@ -13562,7 +13562,7 @@ "https://github.com/natto-maki/ComfyUI-NegiTools": { "stars": 31, "last_update": "2024-09-15 05:11:18", - "author_account_age_days": 799 + "author_account_age_days": 800 }, "https://github.com/nchenevey1/comfyui-gimp-nodes": { "stars": 10, @@ -13602,22 +13602,22 @@ "https://github.com/neverbiasu/ComfyUI-BAGEL": { "stars": 187, "last_update": "2025-10-13 00:36:22", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-ChatTTS": { "stars": 3, "last_update": "2025-05-12 08:15:13", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-Dashscope": { "stars": 2, "last_update": "2025-04-05 02:19:36", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-Image-Captioner": { "stars": 19, "last_update": "2025-05-12 16:09:03", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-ModelScope": { "stars": 1, @@ -13627,17 +13627,17 @@ "https://github.com/neverbiasu/ComfyUI-Ovis-U1": { "stars": 3, "last_update": "2025-09-28 21:59:19", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-SAM2": { "stars": 234, "last_update": "2025-11-13 00:40:29", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-StyleShot": { "stars": 15, "last_update": "2025-04-23 08:01:32", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/newtextdoc1111/ComfyUI-Autocomplete-Plus": { "stars": 82, @@ -13657,32 +13657,32 @@ "https://github.com/nickve28/ComfyUI-Nich-Utils": { "stars": 8, "last_update": "2025-06-19 10:15:26", - "author_account_age_days": 4550 + "author_account_age_days": 4551 }, "https://github.com/nicofdga/DZ-FaceDetailer": { "stars": 220, "last_update": "2024-06-17 10:00:30", - "author_account_age_days": 1752 + "author_account_age_days": 1753 }, "https://github.com/niknah/ComfyUI-F5-TTS": { "stars": 241, "last_update": "2025-11-04 07:35:16", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/niknah/ComfyUI-Hunyuan-3D-2": { "stars": 64, "last_update": "2025-07-12 11:34:46", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/niknah/ComfyUI-InfiniteYou": { "stars": 11, "last_update": "2025-04-16 08:44:22", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/niknah/audio-general-ComfyUI": { "stars": 1, "last_update": "2025-05-28 02:51:53", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/niknah/presentation-ComfyUI": { "stars": 0, @@ -13690,9 +13690,9 @@ "author_account_age_days": 5241 }, "https://github.com/niknah/quick-connections": { - "stars": 410, + "stars": 411, "last_update": "2025-08-29 05:33:13", - "author_account_age_days": 5241 + "author_account_age_days": 5242 }, "https://github.com/nilor-corp/nilor-nodes": { "stars": 5, @@ -13702,7 +13702,7 @@ "https://github.com/ningxiaoxiao/comfyui-NDI": { "stars": 62, "last_update": "2025-04-11 03:55:37", - "author_account_age_days": 3509 + "author_account_age_days": 3510 }, "https://github.com/nirbhay-faaya/ImgProcessing_ComfyUI": { "stars": 0, @@ -13712,7 +13712,7 @@ "https://github.com/nirex0/ComfyUI_pytorch_openpose": { "stars": 2, "last_update": "2024-06-14 12:01:07", - "author_account_age_days": 4024 + "author_account_age_days": 4025 }, "https://github.com/nisaruj/comfyui-daam": { "stars": 35, @@ -13742,32 +13742,32 @@ "https://github.com/nkchocoai/ComfyUI-DanbooruPromptQuiz": { "stars": 0, "last_update": "2025-03-30 08:30:33", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nkchocoai/ComfyUI-Dart": { "stars": 28, "last_update": "2025-03-30 08:19:01", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nkchocoai/ComfyUI-PromptUtilities": { "stars": 25, "last_update": "2025-03-30 08:19:25", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData": { - "stars": 104, + "stars": 105, "last_update": "2025-03-30 08:19:20", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nkchocoai/ComfyUI-SizeFromPresets": { "stars": 11, "last_update": "2025-03-30 08:19:30", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nkchocoai/ComfyUI-TextOnSegs": { "stars": 12, "last_update": "2025-03-30 08:19:45", - "author_account_age_days": 681 + "author_account_age_days": 682 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, @@ -13787,7 +13787,7 @@ "https://github.com/noembryo/ComfyUI-noEmbryo": { "stars": 25, "last_update": "2025-05-11 19:04:36", - "author_account_age_days": 3264 + "author_account_age_days": 3265 }, "https://github.com/nofunstudio/Node_Fun_ComfyUI": { "stars": 6, @@ -13807,7 +13807,7 @@ "https://github.com/nonnonstop/comfyui-faster-loading": { "stars": 10, "last_update": "2024-06-13 15:37:45", - "author_account_age_days": 2643 + "author_account_age_days": 2644 }, "https://github.com/northumber/ComfyUI-northTools": { "stars": 2, @@ -13817,12 +13817,12 @@ "https://github.com/nosiu/comfyui-instantId-faceswap": { "stars": 255, "last_update": "2025-06-27 11:36:33", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/nosiu/comfyui-text-randomizer": { "stars": 0, "last_update": "2025-03-03 01:40:12", - "author_account_age_days": 4426 + "author_account_age_days": 4427 }, "https://github.com/noxinias/ComfyUI_NoxinNodes": { "stars": 11, @@ -13842,12 +13842,12 @@ "https://github.com/nuanarchy/ComfyUI-NuA-BIRD": { "stars": 8, "last_update": "2024-06-18 05:35:49", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/nuanarchy/ComfyUI-NuA-FlashFace": { "stars": 26, "last_update": "2024-07-31 13:54:00", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/nullquant/ComfyUI-BrushNet": { "stars": 933, @@ -13947,7 +13947,7 @@ "https://github.com/okgo4/ComfyUI-Mosaic-Mask": { "stars": 8, "last_update": "2025-04-03 09:41:53", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/olafrv/comfyui_olafrv": { "stars": 0, @@ -13957,17 +13957,17 @@ "https://github.com/olduvai-jp/ComfyUI-CloudArchive": { "stars": 2, "last_update": "2025-09-27 03:52:18", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/olduvai-jp/ComfyUI-HfLoader": { "stars": 4, "last_update": "2025-02-13 17:05:40", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/oleksandr612/ComfyUI-Counter": { "stars": 0, "last_update": "2024-08-05 16:18:48", - "author_account_age_days": 483 + "author_account_age_days": 484 }, "https://github.com/oliverswitzer/ComfyUI-Lora-Visualizer": { "stars": 3, @@ -14002,7 +14002,7 @@ "https://github.com/opvelll/ComfyUI_TextListProduct": { "stars": 1, "last_update": "2024-10-30 16:00:09", - "author_account_age_days": 2075 + "author_account_age_days": 2076 }, "https://github.com/orange90/ComfyUI-Regex-Runner": { "stars": 3, @@ -14092,17 +14092,17 @@ "https://github.com/osi1880vr/prompt_quill_comfyui": { "stars": 21, "last_update": "2025-01-27 10:43:16", - "author_account_age_days": 1598 + "author_account_age_days": 1599 }, "https://github.com/ostris/ComfyUI-FlexTools": { "stars": 79, "last_update": "2025-08-05 19:40:11", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/ostris/ostris_nodes_comfyui": { "stars": 42, "last_update": "2025-04-16 17:03:53", - "author_account_age_days": 2924 + "author_account_age_days": 2925 }, "https://github.com/otacoo/comfyui_otacoo": { "stars": 6, @@ -14117,7 +14117,7 @@ "https://github.com/ownimage/ComfyUI-ownimage": { "stars": 0, "last_update": "2024-05-22 22:22:37", - "author_account_age_days": 3304 + "author_account_age_days": 3305 }, "https://github.com/oxysoft/ComfyUI-gowiththeflow": { "stars": 3, @@ -14127,7 +14127,7 @@ "https://github.com/oyvindg/ComfyUI-TrollSuite": { "stars": 4, "last_update": "2024-08-15 10:37:43", - "author_account_age_days": 2851 + "author_account_age_days": 2852 }, "https://github.com/oztrkoguz/ComfyUI_StoryCreator": { "stars": 31, @@ -14152,32 +14152,32 @@ "https://github.com/palant/image-resize-comfyui": { "stars": 100, "last_update": "2024-01-18 20:59:55", - "author_account_age_days": 5574 + "author_account_age_days": 5575 }, "https://github.com/palant/integrated-nodes-comfyui": { "stars": 38, "last_update": "2023-12-27 22:52:00", - "author_account_age_days": 5574 + "author_account_age_days": 5575 }, "https://github.com/pamparamm/ComfyUI-ppm": { "stars": 226, "last_update": "2025-11-21 20:12:27", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/pamparamm/ComfyUI-vectorscope-cc": { "stars": 19, "last_update": "2025-02-24 21:59:04", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/pamparamm/sd-perturbed-attention": { "stars": 290, "last_update": "2025-09-27 04:23:13", - "author_account_age_days": 2652 + "author_account_age_days": 2653 }, "https://github.com/pants007/comfy-pants": { "stars": 2, "last_update": "2024-05-22 18:16:04", - "author_account_age_days": 2838 + "author_account_age_days": 2839 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-LoadImageFromUrl": { "stars": 1, @@ -14197,7 +14197,7 @@ "https://github.com/patriciogonzalezvivo/comfyui_glslnodes": { "stars": 228, "last_update": "2025-05-05 15:00:47", - "author_account_age_days": 5601 + "author_account_age_days": 5602 }, "https://github.com/paulh4x/ComfyUI_PHRenderFormerWrapper": { "stars": 31, @@ -14207,7 +14207,7 @@ "https://github.com/paulo-coronado/comfy_clip_blip_node": { "stars": 30, "last_update": "2024-05-22 17:39:09", - "author_account_age_days": 3208 + "author_account_age_days": 3209 }, "https://github.com/pawelmal0101/ComfyUI-Webhook": { "stars": 0, @@ -14282,12 +14282,12 @@ "https://github.com/philz1337x/ComfyUI-ClarityAI": { "stars": 197, "last_update": "2025-04-24 09:51:25", - "author_account_age_days": 1185 + "author_account_age_days": 1186 }, "https://github.com/phineas-pta/comfyui-auto-nodes-layout": { "stars": 57, "last_update": "2025-07-29 18:34:34", - "author_account_age_days": 2810 + "author_account_age_days": 2811 }, "https://github.com/phuvinh010701/ComfyUI-Nudenet": { "stars": 35, @@ -14302,7 +14302,7 @@ "https://github.com/phyblas/paint-by-example_comfyui": { "stars": 10, "last_update": "2025-09-10 14:45:01", - "author_account_age_days": 3574 + "author_account_age_days": 3575 }, "https://github.com/pictorialink/ComfyUI-Custom-Node-Config": { "stars": 0, @@ -14322,7 +14322,7 @@ "https://github.com/picturesonpictures/comfy_PoP": { "stars": 21, "last_update": "2025-06-05 03:53:18", - "author_account_age_days": 1108 + "author_account_age_days": 1109 }, "https://github.com/pierreb-mf/ComfyUI-MF-PipoNodes": { "stars": 1, @@ -14332,7 +14332,7 @@ "https://github.com/pikenrover/ComfyUI_PRNodes": { "stars": 2, "last_update": "2025-04-03 13:31:42", - "author_account_age_days": 491 + "author_account_age_days": 492 }, "https://github.com/piscesbody/ComfyUI-Upscale-CUDAspeed": { "stars": 20, @@ -14362,22 +14362,22 @@ "https://github.com/pkpkTech/ComfyUI-SaveAVIF": { "stars": 2, "last_update": "2025-02-01 16:29:22", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/pkpkTech/ComfyUI-SaveQueues": { "stars": 10, "last_update": "2024-05-22 22:19:54", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/pkpkTech/ComfyUI-TemporaryLoader": { "stars": 2, "last_update": "2024-05-22 22:19:44", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/pkpkTech/ComfyUI-ngrok": { "stars": 6, "last_update": "2024-05-22 22:19:32", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/playbook3d/playbook3d-comfyui-nodes": { "stars": 21, @@ -14417,7 +14417,7 @@ "https://github.com/portu-sim/comfyui_bmab": { "stars": 120, "last_update": "2025-08-23 16:35:18", - "author_account_age_days": 843 + "author_account_age_days": 844 }, "https://github.com/power88/ComfyUI-PDiD-LLM-Nodes": { "stars": 0, @@ -14444,6 +14444,11 @@ "last_update": "2025-11-16 09:59:25", "author_account_age_days": 1024 }, + "https://github.com/princepainter/Comfyui-PainterFLF2V": { + "stars": 64, + "last_update": "2025-11-28 02:57:39", + "author_account_age_days": 1025 + }, "https://github.com/princepainter/Comfyui-PainterSampler": { "stars": 15, "last_update": "2025-11-17 09:12:16", @@ -14457,27 +14462,27 @@ "https://github.com/prodogape/ComfyUI-EasyOCR": { "stars": 44, "last_update": "2024-08-05 07:03:20", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/prodogape/ComfyUI-Minio": { "stars": 7, "last_update": "2024-05-23 00:13:38", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/prodogape/ComfyUI-OmDet": { "stars": 3, "last_update": "2024-06-14 13:01:34", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/prodogape/Comfyui-Yolov8-JSON": { "stars": 27, "last_update": "2024-08-28 02:10:39", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/prozacgod/comfyui-pzc-multiworkspace": { "stars": 7, "last_update": "2024-05-22 23:11:46", - "author_account_age_days": 6089 + "author_account_age_days": 6090 }, "https://github.com/pschroedl/ComfyUI-SAM2-Realtime": { "stars": 14, @@ -14540,24 +14545,24 @@ "author_account_age_days": 3218 }, "https://github.com/pythongosssss/ComfyUI-Custom-Scripts": { - "stars": 2811, + "stars": 2812, "last_update": "2025-08-09 16:18:21", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/pythongosssss/ComfyUI-WD14-Tagger": { "stars": 1026, "last_update": "2025-07-11 09:59:23", - "author_account_age_days": 1019 + "author_account_age_days": 1020 }, "https://github.com/pzc163/Comfyui-CatVTON": { "stars": 167, "last_update": "2024-10-03 12:50:42", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/pzc163/Comfyui_MiniCPMv2_6-prompt-generator": { "stars": 82, "last_update": "2024-08-30 08:37:48", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/quank123wip/ComfyUI-Step1X-Edit": { "stars": 75, @@ -14622,7 +14627,7 @@ "https://github.com/qwixiwp/queuetools": { "stars": 0, "last_update": "2024-06-14 10:27:57", - "author_account_age_days": 1132 + "author_account_age_days": 1133 }, "https://github.com/r3dial/redial-discomphy": { "stars": 1, @@ -14672,12 +14677,12 @@ "https://github.com/ramyma/A8R8_ComfyUI_nodes": { "stars": 68, "last_update": "2024-12-09 16:06:25", - "author_account_age_days": 3738 + "author_account_age_days": 3739 }, "https://github.com/randjtw/advance-aesthetic-score": { "stars": 0, "last_update": "2024-05-23 01:14:47", - "author_account_age_days": 1282 + "author_account_age_days": 1283 }, "https://github.com/randomnoner11/ComfyUI-MistralAI-API": { "stars": 1, @@ -14692,7 +14697,7 @@ "https://github.com/ratulrafsan/Comfyui-SAL-VTON": { "stars": 90, "last_update": "2024-08-26 09:52:06", - "author_account_age_days": 5015 + "author_account_age_days": 5016 }, "https://github.com/raykindle/ComfyUI_Step1X-Edit": { "stars": 48, @@ -14727,7 +14732,7 @@ "https://github.com/rcsaquino/comfyui-custom-nodes": { "stars": 1, "last_update": "2024-08-26 10:08:29", - "author_account_age_days": 2032 + "author_account_age_days": 2033 }, "https://github.com/rdancer/ComfyUI_Florence2SAM2": { "stars": 44, @@ -14750,9 +14755,9 @@ "author_account_age_days": 2582 }, "https://github.com/receyuki/comfyui-prompt-reader-node": { - "stars": 415, + "stars": 416, "last_update": "2025-02-01 15:56:44", - "author_account_age_days": 3114 + "author_account_age_days": 3115 }, "https://github.com/recraft-ai/ComfyUI-RecraftAI": { "stars": 65, @@ -14767,7 +14772,7 @@ "https://github.com/redhottensors/ComfyUI-Prediction": { "stars": 15, "last_update": "2024-07-14 21:19:01", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/regiellis/ComfyUI-EasyColorCorrector": { "stars": 111, @@ -14797,7 +14802,7 @@ "https://github.com/replicate/comfyui-replicate": { "stars": 203, "last_update": "2024-11-05 15:26:20", - "author_account_age_days": 2129 + "author_account_age_days": 2130 }, "https://github.com/revirevy/Comfyui_saveimage_imgbb": { "stars": 2, @@ -14805,19 +14810,19 @@ "author_account_age_days": 5006 }, "https://github.com/rgthree/rgthree-comfy": { - "stars": 2452, + "stars": 2456, "last_update": "2025-11-27 13:47:16", "author_account_age_days": 5496 }, "https://github.com/rhdunn/comfyui-audio-processing": { "stars": 11, "last_update": "2024-08-22 19:11:01", - "author_account_age_days": 6158 + "author_account_age_days": 6159 }, "https://github.com/rhdunn/comfyui-bus-plugin": { "stars": 2, "last_update": "2024-08-22 19:00:56", - "author_account_age_days": 6158 + "author_account_age_days": 6159 }, "https://github.com/rhplus0831/ComfyMepi": { "stars": 0, @@ -14832,7 +14837,7 @@ "https://github.com/ricklove/comfyui-ricklove": { "stars": 1, "last_update": "2024-10-05 03:12:28", - "author_account_age_days": 5354 + "author_account_age_days": 5355 }, "https://github.com/rickrender/ComfyUI-Vectorizer-API": { "stars": 2, @@ -14847,22 +14852,22 @@ "https://github.com/risunobushi/ComfyUI-Similarity-Score": { "stars": 6, "last_update": "2025-07-28 10:40:52", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/risunobushi/ComfyUI_DisplacementMapTools": { "stars": 3, "last_update": "2025-01-29 18:06:41", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/risunobushi/ComfyUI_sm4ll-Wrapper": { "stars": 18, "last_update": "2025-09-25 09:39:29", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/risunobushi/comfyUI_FrequencySeparation_RGB-HSV": { "stars": 37, "last_update": "2024-06-14 10:28:04", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/rkfg/ComfyUI-Dia_tts": { "stars": 0, @@ -14872,7 +14877,7 @@ "https://github.com/rnbwdsh/ComfyUI-LatentWalk": { "stars": 15, "last_update": "2024-08-20 22:39:19", - "author_account_age_days": 4068 + "author_account_age_days": 4069 }, "https://github.com/rndnanthu/ComfyUI-RndNanthu": { "stars": 28, @@ -14917,7 +14922,7 @@ "https://github.com/ronniebasak/ComfyUI-Tara-LLM-Integration": { "stars": 108, "last_update": "2024-11-18 05:08:11", - "author_account_age_days": 4676 + "author_account_age_days": 4677 }, "https://github.com/ronsantash/Comfyui-flexi-lora-loader": { "stars": 8, @@ -15032,17 +15037,17 @@ "https://github.com/rui40000/RUI-Nodes": { "stars": 16, "last_update": "2024-05-22 22:12:26", - "author_account_age_days": 995 + "author_account_age_days": 996 }, "https://github.com/ruiqutech/ComfyUI-RuiquNodes": { "stars": 0, "last_update": "2024-05-23 01:21:50", - "author_account_age_days": 591 + "author_account_age_days": 592 }, "https://github.com/runtime44/comfyui_r44_nodes": { "stars": 42, "last_update": "2024-07-01 08:02:04", - "author_account_age_days": 689 + "author_account_age_days": 690 }, "https://github.com/ruucm/ruucm-comfy": { "stars": 2, @@ -15157,7 +15162,7 @@ "https://github.com/sdfxai/SDFXBridgeForComfyUI": { "stars": 11, "last_update": "2024-06-14 10:26:56", - "author_account_age_days": 756 + "author_account_age_days": 757 }, "https://github.com/sdtana/ComfyUI-FDG": { "stars": 6, @@ -15172,12 +15177,12 @@ "https://github.com/seanlynch/comfyui-optical-flow": { "stars": 32, "last_update": "2024-05-22 20:52:17", - "author_account_age_days": 5826 + "author_account_age_days": 5827 }, "https://github.com/seanlynch/srl-nodes": { "stars": 11, "last_update": "2024-06-30 13:47:38", - "author_account_age_days": 5826 + "author_account_age_days": 5827 }, "https://github.com/sebord/ComfyUI-LMCQ": { "stars": 94, @@ -15232,42 +15237,42 @@ "https://github.com/shadowcz007/comfyui-Image-reward": { "stars": 32, "last_update": "2024-06-14 10:24:49", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-consistency-decoder": { "stars": 3, "last_update": "2024-06-14 10:23:35", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-edit-mask": { "stars": 6, "last_update": "2024-06-20 01:42:48", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-liveportrait": { "stars": 468, "last_update": "2024-09-01 10:34:41", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/shadowcz007/comfyui-mixlab-nodes": { - "stars": 1751, + "stars": 1754, "last_update": "2025-07-22 01:44:28", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/shadowcz007/comfyui-sound-lab": { "stars": 129, "last_update": "2024-07-04 12:53:38", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/shadowcz007/comfyui-try-on": { "stars": 14, "last_update": "2024-08-15 10:50:22", - "author_account_age_days": 2564 + "author_account_age_days": 2565 }, "https://github.com/shadowcz007/comfyui-ultralytics-yolo": { "stars": 36, "last_update": "2024-06-22 09:06:04", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shahkoorosh/ComfyUI-KGnodes": { "stars": 6, @@ -15287,7 +15292,7 @@ "https://github.com/shi3z/ComfyUI_Memeplex_DALLE": { "stars": 2, "last_update": "2024-05-23 00:14:25", - "author_account_age_days": 5614 + "author_account_age_days": 5615 }, "https://github.com/shiertier/ComfyUI-TeaCache-lumina2": { "stars": 1, @@ -15297,22 +15302,22 @@ "https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus": { "stars": 290, "last_update": "2024-12-01 18:40:16", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/shiimizu/ComfyUI-TiledDiffusion": { "stars": 493, "last_update": "2025-03-18 19:50:35", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/shiimizu/ComfyUI-semantic-aware-guidance": { "stars": 12, "last_update": "2024-08-08 19:59:57", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/shiimizu/ComfyUI_smZNodes": { "stars": 306, "last_update": "2025-06-04 15:26:05", - "author_account_age_days": 2286 + "author_account_age_days": 2287 }, "https://github.com/shinich39/comfyui-break-workflow": { "stars": 2, @@ -15367,22 +15372,22 @@ "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { "stars": 3, "last_update": "2024-06-20 13:57:29", - "author_account_age_days": 4829 + "author_account_age_days": 4830 }, "https://github.com/shockz0rz/comfy-easy-grids": { "stars": 24, "last_update": "2024-05-22 18:14:05", - "author_account_age_days": 2147 + "author_account_age_days": 2148 }, "https://github.com/siliconflow/BizyAir": { - "stars": 799, + "stars": 800, "last_update": "2025-09-24 10:15:54", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/siliconflow/onediff_comfy_nodes": { "stars": 23, "last_update": "2024-06-24 10:08:11", - "author_account_age_days": 827 + "author_account_age_days": 828 }, "https://github.com/silveroxides/ComfyUI-ModelUtils": { "stars": 4, @@ -15432,7 +15437,7 @@ "https://github.com/sipherxyz/comfyui-art-venture": { "stars": 324, "last_update": "2025-11-04 08:43:09", - "author_account_age_days": 1628 + "author_account_age_days": 1629 }, "https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced": { "stars": 221, @@ -15457,7 +15462,7 @@ "https://github.com/skfoo/ComfyUI-Coziness": { "stars": 32, "last_update": "2024-08-16 03:10:43", - "author_account_age_days": 2603 + "author_account_age_days": 2604 }, "https://github.com/skycoder182/comfyui-filename-tools": { "stars": 2, @@ -15492,7 +15497,7 @@ "https://github.com/smagnetize/kb-comfyui-nodes": { "stars": 0, "last_update": "2024-06-14 12:00:45", - "author_account_age_days": 3236 + "author_account_age_days": 3237 }, "https://github.com/smbdsbrain/ComfyUI-PK_load_image_paste": { "stars": 0, @@ -15512,27 +15517,27 @@ "https://github.com/smthemex/ComfyUI_AniCrafter": { "stars": 36, "last_update": "2025-07-21 14:04:20", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_AnyDoor": { "stars": 66, "last_update": "2025-02-05 04:01:50", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_CSD_MT": { "stars": 19, "last_update": "2025-02-06 04:30:50", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_CSGO_Wrapper": { "stars": 17, "last_update": "2024-09-07 06:13:48", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_ChatGLM_API": { "stars": 25, "last_update": "2024-07-31 13:53:41", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_ChronoEdit_SM": { "stars": 3, @@ -15542,32 +15547,32 @@ "https://github.com/smthemex/ComfyUI_CustomNet": { "stars": 10, "last_update": "2024-08-11 08:58:37", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_DICE_Talk": { "stars": 25, "last_update": "2025-05-07 07:47:06", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_DeepFakeDefenders": { "stars": 42, "last_update": "2024-09-14 00:17:59", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Demucs": { "stars": 9, "last_update": "2025-03-12 05:22:24", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Diffree": { "stars": 31, "last_update": "2025-03-09 01:16:33", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_DiffuEraser": { - "stars": 225, + "stars": 226, "last_update": "2025-11-03 00:23:02", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_DyPE": { "stars": 24, @@ -15577,12 +15582,12 @@ "https://github.com/smthemex/ComfyUI_EchoMimic": { "stars": 678, "last_update": "2025-08-26 00:42:33", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Face_Anon_Simple": { "stars": 16, "last_update": "2025-03-12 05:22:03", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_FlashVSR": { "stars": 220, @@ -15592,52 +15597,52 @@ "https://github.com/smthemex/ComfyUI_FoleyCrafter": { "stars": 64, "last_update": "2025-05-29 11:42:48", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_FollowYourEmoji": { "stars": 17, "last_update": "2025-04-11 13:45:15", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Hallo2": { "stars": 71, "last_update": "2025-03-12 05:22:46", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_HiDiffusion_Pro": { "stars": 52, "last_update": "2025-01-13 03:29:50", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_HunyuanAvatar_Sm": { "stars": 80, "last_update": "2025-06-24 13:06:34", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_ID_Animator": { "stars": 24, "last_update": "2024-07-31 13:53:27", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_InstantIR_Wrapper": { "stars": 244, "last_update": "2025-03-12 05:22:14", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_KV_Edit": { "stars": 61, "last_update": "2025-09-30 08:22:04", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Light_A_Video": { "stars": 87, "last_update": "2025-04-10 01:05:56", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Llama3_8B": { "stars": 27, "last_update": "2024-06-25 00:49:01", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_LucidFlux": { "stars": 55, @@ -15647,27 +15652,27 @@ "https://github.com/smthemex/ComfyUI_MS_Diffusion": { "stars": 58, "last_update": "2024-09-10 09:50:19", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_MangaNinjia": { "stars": 58, "last_update": "2025-04-09 14:21:57", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_MooER": { "stars": 5, "last_update": "2025-03-09 01:15:38", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_ObjectClear": { "stars": 26, "last_update": "2025-11-24 10:01:01", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_OmniParser": { "stars": 39, "last_update": "2025-03-12 05:22:34", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_OmniPart": { "stars": 9, @@ -15677,82 +15682,82 @@ "https://github.com/smthemex/ComfyUI_OmniSVG": { "stars": 22, "last_update": "2025-09-20 08:50:30", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_PBR_Maker": { "stars": 14, "last_update": "2025-03-12 05:21:53", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_ParlerTTS": { "stars": 47, "last_update": "2025-07-02 09:39:48", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_PartPacker": { "stars": 30, "last_update": "2025-06-25 00:44:53", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Personalize_Anything": { "stars": 45, "last_update": "2025-03-26 00:38:13", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_PhotoDoodle": { "stars": 95, "last_update": "2025-03-20 08:19:21", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Pic2Story": { "stars": 10, "last_update": "2024-12-06 12:12:19", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Pipeline_Tool": { "stars": 10, "last_update": "2024-08-05 06:14:57", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Pops": { "stars": 22, "last_update": "2024-08-12 09:11:49", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_SVFR": { "stars": 96, "last_update": "2025-03-12 05:21:23", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Sapiens": { "stars": 196, "last_update": "2025-03-12 05:22:59", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_SongGeneration": { "stars": 104, "last_update": "2025-11-22 12:42:33", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Sonic": { "stars": 1112, "last_update": "2025-09-27 00:02:18", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_StableAudio_Open": { "stars": 32, "last_update": "2024-08-10 03:45:47", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_StableAvatar": { "stars": 42, "last_update": "2025-08-21 07:58:39", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Stable_Makeup": { "stars": 100, "last_update": "2025-07-03 00:30:45", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Step_Audio_EditX_SM": { "stars": 19, @@ -15762,27 +15767,27 @@ "https://github.com/smthemex/ComfyUI_StoryDiffusion": { "stars": 480, "last_update": "2025-10-11 09:57:02", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_Streamv2v_Plus": { "stars": 10, "last_update": "2024-09-06 08:20:59", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_TRELLIS": { "stars": 174, "last_update": "2025-08-17 03:55:34", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_VisualCloze": { "stars": 11, "last_update": "2025-05-21 08:56:45", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/smthemex/ComfyUI_YuE": { "stars": 167, "last_update": "2025-02-24 12:02:41", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/sn0w12/ComfyUI-Sn0w-Scripts": { "stars": 15, @@ -15912,12 +15917,12 @@ "https://github.com/spinagon/ComfyUI-seam-carving": { "stars": 25, "last_update": "2025-03-14 08:47:57", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/spinagon/ComfyUI-seamless-tiling": { "stars": 241, "last_update": "2025-03-14 08:48:11", - "author_account_age_days": 5262 + "author_account_age_days": 5263 }, "https://github.com/spro/comfyui-mirror": { "stars": 7, @@ -15937,37 +15942,37 @@ "https://github.com/ssitu/ComfyUI_UltimateSDUpscale": { "stars": 1361, "last_update": "2025-10-31 14:35:49", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/ssitu/ComfyUI_fabric": { "stars": 93, "last_update": "2024-05-22 18:10:19", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/ssitu/ComfyUI_restart_sampling": { "stars": 89, "last_update": "2024-05-22 18:09:49", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/ssitu/ComfyUI_roop": { "stars": 80, "last_update": "2024-05-22 18:10:03", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/stavsap/comfyui-downloader": { "stars": 0, "last_update": "2025-06-22 20:44:33", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/stavsap/comfyui-kokoro": { "stars": 65, "last_update": "2025-05-17 13:23:49", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/stavsap/comfyui-ollama": { "stars": 707, "last_update": "2025-10-23 17:02:46", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/stduhpf/ComfyUI--Wan22FirstLastFrameToVideoLatent": { "stars": 28, @@ -16012,12 +16017,12 @@ "https://github.com/storyicon/comfyui_musev_evolved": { "stars": 26, "last_update": "2024-06-14 11:02:40", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/storyicon/comfyui_segment_anything": { - "stars": 1053, + "stars": 1052, "last_update": "2024-07-12 10:17:33", - "author_account_age_days": 3073 + "author_account_age_days": 3074 }, "https://github.com/strand1/ComfyUI-Autogen": { "stars": 3, @@ -16032,17 +16037,17 @@ "https://github.com/strimmlarn/ComfyUI-Strimmlarns-Aesthetic-Score": { "stars": 34, "last_update": "2024-06-17 10:01:44", - "author_account_age_days": 3148 + "author_account_age_days": 3149 }, "https://github.com/styler00dollar/ComfyUI-deepcache": { "stars": 11, "last_update": "2024-05-22 22:18:18", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/styler00dollar/ComfyUI-sudo-latent-upscale": { "stars": 38, "last_update": "2024-05-22 22:18:07", - "author_account_age_days": 2367 + "author_account_age_days": 2368 }, "https://github.com/subraoul/ComfyUI_Bit-Depth-Enhancer": { "stars": 0, @@ -16057,22 +16062,22 @@ "https://github.com/sugarkwork/ComfyUI_AspectRatioToSize": { "stars": 2, "last_update": "2025-06-04 00:48:13", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/sugarkwork/comfyui-trtupscaler": { "stars": 2, "last_update": "2025-06-11 07:43:10", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/sugarkwork/comfyui_cohere": { "stars": 1, "last_update": "2025-06-11 04:29:08", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/sugarkwork/comfyui_tag_fillter": { "stars": 70, "last_update": "2025-09-16 00:29:21", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/suhee19/comfyui-orpheus-loader": { "stars": 0, @@ -16097,7 +16102,7 @@ "https://github.com/superyoman/comfyui_lumaAPI": { "stars": 21, "last_update": "2024-06-17 21:00:05", - "author_account_age_days": 970 + "author_account_age_days": 971 }, "https://github.com/surinder83singh/ComfyUI-compare-videos": { "stars": 6, @@ -16152,12 +16157,12 @@ "https://github.com/syllebra/bilbox-comfyui": { "stars": 138, "last_update": "2025-09-17 19:49:51", - "author_account_age_days": 3657 + "author_account_age_days": 3658 }, "https://github.com/sylym/comfy_vid2vid": { "stars": 72, "last_update": "2024-05-22 17:53:40", - "author_account_age_days": 2419 + "author_account_age_days": 2420 }, "https://github.com/synthetai/ComfyUI-JM-KLing-API": { "stars": 3, @@ -16207,22 +16212,22 @@ "https://github.com/szhublox/ambw_comfyui": { "stars": 16, "last_update": "2024-05-22 18:04:57", - "author_account_age_days": 1528 + "author_account_age_days": 1529 }, "https://github.com/taabata/ComfyCanvas": { "stars": 93, "last_update": "2025-07-10 00:40:21", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/taabata/LCM_Inpaint_Outpaint_Comfy": { "stars": 261, "last_update": "2024-11-18 00:45:28", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/taabata/SANA_LOWVRAM": { "stars": 4, "last_update": "2024-12-28 01:16:29", - "author_account_age_days": 2204 + "author_account_age_days": 2205 }, "https://github.com/taches-ai/comfyui-scene-composer": { "stars": 66, @@ -16242,7 +16247,7 @@ "https://github.com/talesofai/comfyui-browser": { "stars": 631, "last_update": "2024-11-11 01:42:30", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/tanglaoya321/ComfyUI-StoryMaker": { "stars": 19, @@ -16307,12 +16312,12 @@ "https://github.com/teward/Comfy-Sentry": { "stars": 1, "last_update": "2024-07-31 21:37:42", - "author_account_age_days": 5619 + "author_account_age_days": 5620 }, "https://github.com/teward/ComfyUI-Helper-Nodes": { "stars": 7, "last_update": "2024-05-23 01:22:01", - "author_account_age_days": 5619 + "author_account_age_days": 5620 }, "https://github.com/thalismind/ComfyUI-Blend-Nodes": { "stars": 1, @@ -16422,12 +16427,12 @@ "https://github.com/tiankuan93/ComfyUI-V-Express": { "stars": 112, "last_update": "2024-06-26 02:41:00", - "author_account_age_days": 3471 + "author_account_age_days": 3472 }, "https://github.com/tianlang0704/ComfyUI-StableProjectorzBridge": { "stars": 40, "last_update": "2024-12-01 11:46:58", - "author_account_age_days": 3846 + "author_account_age_days": 3847 }, "https://github.com/tianyuw/ComfyUI-LLM-API": { "stars": 9, @@ -16462,7 +16467,7 @@ "https://github.com/tmagara/ComfyUI-Prediction-Boost": { "stars": 1, "last_update": "2024-07-31 13:51:19", - "author_account_age_days": 4896 + "author_account_age_days": 4897 }, "https://github.com/tmode-1960/TA-ComfyUI-Nodes-Pack": { "stars": 0, @@ -16487,22 +16492,22 @@ "https://github.com/tooldigital/ComfyUI-Yolo-Cropper": { "stars": 13, "last_update": "2024-06-14 13:59:48", - "author_account_age_days": 4839 + "author_account_age_days": 4840 }, "https://github.com/toxicwind/ComfyUI-TTools": { "stars": 1, "last_update": "2024-07-04 20:07:35", - "author_account_age_days": 4891 + "author_account_age_days": 4892 }, "https://github.com/toyxyz/ComfyUI_rgbx_Wrapper": { "stars": 121, "last_update": "2025-04-03 08:17:10", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/toyxyz/ComfyUI_toyxyz_test_nodes": { "stars": 597, "last_update": "2025-11-02 19:13:09", - "author_account_age_days": 4171 + "author_account_age_days": 4172 }, "https://github.com/tpc2233/ComfyUI-Z-Image-Turbo": { "stars": 6, @@ -16512,17 +16517,17 @@ "https://github.com/traugdor/ComfyUI-Riffusion": { "stars": 5, "last_update": "2025-05-30 20:15:05", - "author_account_age_days": 4341 + "author_account_age_days": 4342 }, "https://github.com/traugdor/ComfyUI-UltimateSDUpscale-GGUF": { "stars": 13, "last_update": "2025-08-22 23:56:33", - "author_account_age_days": 4341 + "author_account_age_days": 4342 }, "https://github.com/traugdor/ComfyUI-quadMoons-nodes": { "stars": 15, "last_update": "2025-10-29 00:49:43", - "author_account_age_days": 4341 + "author_account_age_days": 4342 }, "https://github.com/tristanvdb/ComfyUI-toolset": { "stars": 0, @@ -16532,12 +16537,12 @@ "https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": { "stars": 3, "last_update": "2025-10-04 19:08:45", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_CreaPrompt": { "stars": 73, "last_update": "2025-10-13 15:33:29", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_Custom_Switch": { "stars": 4, @@ -16547,27 +16552,27 @@ "https://github.com/tritant/ComfyUI_Flux_Block_Lora_Merger": { "stars": 3, "last_update": "2025-07-01 15:26:48", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_Flux_Lora_Merger": { "stars": 3, "last_update": "2025-05-09 04:39:16", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_Layers_Utility": { "stars": 65, "last_update": "2025-10-07 17:14:33", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_Relight_Img": { "stars": 6, "last_update": "2025-08-02 12:20:39", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_Remove_Banding_Artifacts": { "stars": 13, "last_update": "2025-07-21 20:23:10", - "author_account_age_days": 3662 + "author_account_age_days": 3663 }, "https://github.com/tritant/ComfyUI_SuperScaler": { "stars": 147, @@ -16577,7 +16582,7 @@ "https://github.com/trojblue/trNodes": { "stars": 8, "last_update": "2024-05-22 18:04:36", - "author_account_age_days": 2779 + "author_account_age_days": 2780 }, "https://github.com/troyxmccall/ComfyUI-ScaleToTargetMegapixels": { "stars": 1, @@ -16587,7 +16592,7 @@ "https://github.com/trumanwong/ComfyUI-NSFW-Detection": { "stars": 49, "last_update": "2025-04-21 05:38:12", - "author_account_age_days": 3481 + "author_account_age_days": 3482 }, "https://github.com/trunksn1/comfyui-change-checkpoint-randomly": { "stars": 1, @@ -16597,7 +16602,7 @@ "https://github.com/tsogzark/ComfyUI-load-image-from-url": { "stars": 24, "last_update": "2024-06-14 13:59:05", - "author_account_age_days": 2050 + "author_account_age_days": 2051 }, "https://github.com/ttulttul/ComfyUI-FlowMatching-Inverter": { "stars": 5, @@ -16612,12 +16617,12 @@ "https://github.com/ttulttul/ComfyUI-Iterative-Mixer": { "stars": 118, "last_update": "2025-03-10 03:33:02", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/ttulttul/ComfyUI-Tensor-Operations": { "stars": 6, "last_update": "2025-02-03 16:57:00", - "author_account_age_days": 5278 + "author_account_age_days": 5279 }, "https://github.com/tuki0918/ComfyUI_Cooldown_Node": { "stars": 0, @@ -16657,17 +16662,17 @@ "https://github.com/tusharbhutt/Endless-Buttons": { "stars": 10, "last_update": "2025-08-06 06:28:45", - "author_account_age_days": 3186 + "author_account_age_days": 3187 }, "https://github.com/tusharbhutt/Endless-Nodes": { "stars": 61, "last_update": "2025-07-25 22:08:03", - "author_account_age_days": 3186 + "author_account_age_days": 3187 }, "https://github.com/twri/sdxl_prompt_styler": { "stars": 891, "last_update": "2024-05-22 18:16:58", - "author_account_age_days": 4589 + "author_account_age_days": 4590 }, "https://github.com/txt2any/ComfyUI-PromptOrganizer": { "stars": 0, @@ -16677,12 +16682,12 @@ "https://github.com/ty0x2333/ComfyUI-Dev-Utils": { "stars": 161, "last_update": "2025-11-01 14:56:57", - "author_account_age_days": 4224 + "author_account_age_days": 4225 }, "https://github.com/tzwm/comfyui-profiler": { - "stars": 162, + "stars": 163, "last_update": "2024-08-28 14:27:12", - "author_account_age_days": 5290 + "author_account_age_days": 5291 }, "https://github.com/u5dev/comfyUI_u5_VramFREE": { "stars": 2, @@ -16692,7 +16697,7 @@ "https://github.com/uarefans/ComfyUI-Fans": { "stars": 17, "last_update": "2024-07-14 15:00:38", - "author_account_age_days": 1793 + "author_account_age_days": 1794 }, "https://github.com/ucloud/comfyui-plugin": { "stars": 3, @@ -16702,7 +16707,7 @@ "https://github.com/uetuluk/comfyui-webcam-node": { "stars": 4, "last_update": "2024-06-14 08:25:13", - "author_account_age_days": 2835 + "author_account_age_days": 2836 }, "https://github.com/uihp/ComfyUI-String-Chain": { "stars": 1, @@ -16722,12 +16727,12 @@ "https://github.com/un-seen/comfyui-tensorops": { "stars": 33, "last_update": "2024-10-26 00:04:07", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/un-seen/comfyui_segment_anything_plus": { "stars": 10, "last_update": "2024-07-29 06:21:54", - "author_account_age_days": 1837 + "author_account_age_days": 1838 }, "https://github.com/unicough/comfy_openai_image_api": { "stars": 0, @@ -16807,12 +16812,12 @@ "https://github.com/vanche1212/ComfyUI-ZMG-Nodes": { "stars": 4, "last_update": "2025-11-19 01:52:23", - "author_account_age_days": 3479 + "author_account_age_days": 3480 }, "https://github.com/vanillacode314/SimpleWildcardsComfyUI": { "stars": 6, "last_update": "2025-04-02 04:56:25", - "author_account_age_days": 1378 + "author_account_age_days": 1379 }, "https://github.com/vantagewithai/Vantage-DreamOmni2": { "stars": 2, @@ -16837,7 +16842,7 @@ "https://github.com/var1ableX/ComfyUI_Accessories": { "stars": 1, "last_update": "2025-09-18 02:41:54", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/vault-developer/comfyui-image-blender": { "stars": 20, @@ -16846,8 +16851,8 @@ }, "https://github.com/veighnsche/comfyui_gr85": { "stars": 1, - "last_update": "2024-11-26 17:26:48", - "author_account_age_days": 3621 + "last_update": "2025-11-28 04:00:25", + "author_account_age_days": 3622 }, "https://github.com/vekitan55/SimpleFlux1Merger": { "stars": 3, @@ -16867,7 +16872,7 @@ "https://github.com/vienteck/ComfyUI-Chat-GPT-Integration": { "stars": 31, "last_update": "2024-05-22 22:11:14", - "author_account_age_days": 3948 + "author_account_age_days": 3949 }, "https://github.com/vincentfs/ComfyUI-ArchiGraph": { "stars": 2, @@ -16877,7 +16882,7 @@ "https://github.com/violet-chen/comfyui-psd2png": { "stars": 20, "last_update": "2025-06-04 11:41:34", - "author_account_age_days": 1919 + "author_account_age_days": 1920 }, "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader": { "stars": 0, @@ -16887,7 +16892,7 @@ "https://github.com/viperyl/ComfyUI-RGT": { "stars": 8, "last_update": "2024-06-20 15:33:50", - "author_account_age_days": 2554 + "author_account_age_days": 2555 }, "https://github.com/visualbruno/ComfyUI-Hunyuan3d-2-1": { "stars": 219, @@ -16897,12 +16902,12 @@ "https://github.com/vivax3794/ComfyUI-Sub-Nodes": { "stars": 163, "last_update": "2025-02-21 07:03:30", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/vivax3794/ComfyUI-Vivax-Nodes": { "stars": 3, "last_update": "2024-09-07 18:42:27", - "author_account_age_days": 2360 + "author_account_age_days": 2361 }, "https://github.com/vivi-gomez/ComfyUI-fixnodetranslate": { "stars": 0, @@ -16942,7 +16947,7 @@ "https://github.com/vsevolod-oparin/comfyui-kandinsky22": { "stars": 10, "last_update": "2025-04-02 03:48:05", - "author_account_age_days": 5505 + "author_account_age_days": 5506 }, "https://github.com/vslinx/ComfyUI-vslinx-nodes": { "stars": 1, @@ -16957,17 +16962,17 @@ "https://github.com/wTechArtist/ComfyUI-CustomNodes": { "stars": 3, "last_update": "2024-08-21 03:03:16", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wTechArtist/ComfyUI-StableDelight-weiweiliang": { "stars": 2, "last_update": "2025-03-23 07:52:36", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera_Advanced": { "stars": 5, "last_update": "2025-06-23 10:08:04", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wakattac/ComfyUI-AbstractImaGen": { "stars": 1, @@ -17012,7 +17017,7 @@ "https://github.com/wallish77/wlsh_nodes": { "stars": 136, "last_update": "2024-06-19 12:01:29", - "author_account_age_days": 2741 + "author_account_age_days": 2742 }, "https://github.com/wandbrandon/comfyui-pixel": { "stars": 4, @@ -17047,7 +17052,7 @@ "https://github.com/web3nomad/ComfyUI_Invisible_Watermark": { "stars": 1, "last_update": "2024-05-23 01:16:54", - "author_account_age_days": 1489 + "author_account_age_days": 1490 }, "https://github.com/weberjc/book-cover-finder-comfy": { "stars": 0, @@ -17055,9 +17060,9 @@ "author_account_age_days": 3549 }, "https://github.com/webfiltered/DebugNode-ComfyUI": { - "stars": 10, + "stars": 11, "last_update": "2025-05-06 16:15:33", - "author_account_age_days": 495 + "author_account_age_days": 496 }, "https://github.com/webuilder/WB-ComfyUI-Utils": { "stars": 0, @@ -17077,7 +17082,7 @@ "https://github.com/wei30172/comfygen": { "stars": 9, "last_update": "2024-11-07 22:10:50", - "author_account_age_days": 2134 + "author_account_age_days": 2135 }, "https://github.com/weilin9999/WeiLin-Comfyui-Tools": { "stars": 311, @@ -17117,22 +17122,22 @@ "https://github.com/whatbirdisthat/cyberdolphin": { "stars": 14, "last_update": "2024-07-31 13:40:12", - "author_account_age_days": 6008 + "author_account_age_days": 6009 }, "https://github.com/whmc76/ComfyUI-Openpose-Editor-Plus": { "stars": 40, "last_update": "2024-06-20 13:52:34", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/whmc76/ComfyUI-RemoveBackgroundSuite": { "stars": 7, "last_update": "2025-10-25 11:22:31", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/whmc76/ComfyUI-UniversalToolkit": { "stars": 56, "last_update": "2025-10-31 17:50:10", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/wildminder/000_ComfyUI-Optim": { "stars": 5, @@ -17217,12 +17222,12 @@ "https://github.com/wmatson/easy-comfy-nodes": { "stars": 18, "last_update": "2025-04-17 16:26:02", - "author_account_age_days": 4639 + "author_account_age_days": 4640 }, "https://github.com/wmpmiles/comfyui-some-image-processing-stuff": { "stars": 4, "last_update": "2025-05-10 05:51:42", - "author_account_age_days": 3551 + "author_account_age_days": 3552 }, "https://github.com/woct0rdho/ComfyUI-RadialAttn": { "stars": 91, @@ -17232,17 +17237,17 @@ "https://github.com/wolfden/ComfyUi_PromptStylers": { "stars": 102, "last_update": "2025-02-15 18:38:12", - "author_account_age_days": 6242 + "author_account_age_days": 6243 }, "https://github.com/wolfden/ComfyUi_String_Function_Tree": { "stars": 10, "last_update": "2024-05-22 18:29:16", - "author_account_age_days": 6242 + "author_account_age_days": 6243 }, "https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler": { "stars": 63, "last_update": "2024-08-17 21:12:43", - "author_account_age_days": 2089 + "author_account_age_days": 2090 }, "https://github.com/wouterverweirder/comfyui-penplotter": { "stars": 0, @@ -17272,17 +17277,17 @@ "https://github.com/wujm424606/ComfyUi-Ollama-YN": { "stars": 86, "last_update": "2024-09-17 13:20:02", - "author_account_age_days": 2784 + "author_account_age_days": 2785 }, "https://github.com/wutipong/ComfyUI-TextUtils": { "stars": 2, "last_update": "2025-07-21 14:00:53", - "author_account_age_days": 4706 + "author_account_age_days": 4707 }, "https://github.com/wwwins/ComfyUI-Simple-Aspect-Ratio": { "stars": 1, "last_update": "2024-05-22 22:22:25", - "author_account_age_days": 5571 + "author_account_age_days": 5572 }, "https://github.com/wwzhifeng/comfyui-jsonprompt": { "stars": 0, @@ -17317,7 +17322,7 @@ "https://github.com/xXAdonesXx/NodeGPT": { "stars": 353, "last_update": "2024-06-20 11:41:30", - "author_account_age_days": 2000 + "author_account_age_days": 2001 }, "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes": { "stars": 4, @@ -17357,17 +17362,17 @@ "https://github.com/xlinx/ComfyUI-decadetw-auto-messaging-realtime": { "stars": 8, "last_update": "2024-08-30 17:38:52", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/xlinx/ComfyUI-decadetw-auto-prompt-llm": { "stars": 29, "last_update": "2025-02-01 18:36:52", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/xlinx/ComfyUI-decadetw-spout-syphon-im-vj": { "stars": 12, "last_update": "2024-09-03 08:55:08", - "author_account_age_days": 5020 + "author_account_age_days": 5021 }, "https://github.com/xliry/ComfyUI_SendDiscord": { "stars": 0, @@ -17392,7 +17397,7 @@ "https://github.com/xuhongming251/ComfyUI-GPEN": { "stars": 4, "last_update": "2025-04-16 21:37:02", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/xuhongming251/ComfyUI-Jimeng": { "stars": 5, @@ -17402,12 +17407,12 @@ "https://github.com/xuhongming251/ComfyUI-MuseTalkUtils": { "stars": 21, "last_update": "2025-04-16 21:36:46", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/xuhongming251/ComfyUI_Camera": { "stars": 6, "last_update": "2025-05-05 18:30:40", - "author_account_age_days": 4627 + "author_account_age_days": 4628 }, "https://github.com/yamanacn/comfyui_kontext_Analyze": { "stars": 9, @@ -17442,7 +17447,7 @@ "https://github.com/ycchanau/ComfyUI_Preview_Magnifier": { "stars": 2, "last_update": "2024-07-31 13:59:12", - "author_account_age_days": 2638 + "author_account_age_days": 2639 }, "https://github.com/ycyy/ComfyUI-YCYY-API": { "stars": 0, @@ -17467,17 +17472,17 @@ "https://github.com/yffyhk/comfyui_auto_danbooru": { "stars": 1, "last_update": "2024-05-22 23:23:03", - "author_account_age_days": 4243 + "author_account_age_days": 4244 }, "https://github.com/yhayano-ponotech/ComfyUI-Fal-API-Flux": { "stars": 57, "last_update": "2025-01-16 08:47:22", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/yhayano-ponotech/comfyui-save-image-local": { "stars": 7, "last_update": "2025-01-15 12:30:50", - "author_account_age_days": 1092 + "author_account_age_days": 1093 }, "https://github.com/yhayano-ponotech/comfyui-stability-ai-api": { "stars": 0, @@ -17542,12 +17547,12 @@ "https://github.com/yiwangsimple/ComfyUI_DW_Chat": { "stars": 89, "last_update": "2025-07-25 02:13:12", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/yiwangsimple/florence_dw": { "stars": 50, "last_update": "2025-02-13 01:52:15", - "author_account_age_days": 1073 + "author_account_age_days": 1074 }, "https://github.com/yogurt7771/ComfyUI-YogurtNodes": { "stars": 0, @@ -17560,9 +17565,9 @@ "author_account_age_days": 1862 }, "https://github.com/yolain/ComfyUI-Easy-Use": { - "stars": 2091, + "stars": 2094, "last_update": "2025-11-16 02:48:02", - "author_account_age_days": 1862 + "author_account_age_days": 1863 }, "https://github.com/yolain/SaveVideoRGBA": { "stars": 32, @@ -17627,17 +17632,17 @@ "https://github.com/youyegit/tdxh_node_comfyui": { "stars": 2, "last_update": "2025-03-17 08:22:16", - "author_account_age_days": 950 + "author_account_age_days": 951 }, "https://github.com/yuan199696/add_text_2_img": { "stars": 8, "last_update": "2025-03-27 14:40:27", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/yuan199696/chinese_clip_encode": { "stars": 10, "last_update": "2025-03-27 14:39:40", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/yuanyuan-spec/comfyui_hunyuanvideo_1.5_plugin": { "stars": 15, @@ -17662,72 +17667,72 @@ "https://github.com/yuvraj108c/ComfyUI-Depth-Anything-Tensorrt": { "stars": 121, "last_update": "2025-09-17 05:44:08", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Dwpose-Tensorrt": { "stars": 47, "last_update": "2025-05-03 19:32:24", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-FLOAT": { "stars": 239, "last_update": "2025-08-27 08:00:28", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Facerestore-Tensorrt": { "stars": 28, "last_update": "2024-09-22 13:07:19", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-PiperTTS": { "stars": 28, "last_update": "2024-05-22 23:17:27", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Pronodes": { "stars": 4, "last_update": "2025-01-05 10:06:31", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Rife-Tensorrt": { "stars": 57, "last_update": "2025-09-23 07:06:14", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Thera": { "stars": 35, "last_update": "2025-05-01 07:52:54", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt": { - "stars": 206, + "stars": 208, "last_update": "2025-09-08 04:44:47", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Video-Depth-Anything": { "stars": 33, "last_update": "2025-10-15 06:15:18", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Vsgan": { "stars": 3, "last_update": "2024-05-22 23:17:02", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-Whisper": { "stars": 158, "last_update": "2025-08-27 06:08:11", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI-YoloNasPose-Tensorrt": { "stars": 18, "last_update": "2025-07-29 16:09:08", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yuvraj108c/ComfyUI_InvSR": { "stars": 246, "last_update": "2025-07-06 15:46:55", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/yvann-ba/ComfyUI_Yvann-Nodes": { "stars": 491, @@ -17737,7 +17742,7 @@ "https://github.com/za-wa-n-go/ComfyUI_Zwng_Nodes": { "stars": 7, "last_update": "2025-03-27 23:13:16", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/zade23/Comfyui-Distill-Any-Depth": { "stars": 5, @@ -17767,17 +17772,17 @@ "https://github.com/zcfrank1st/Comfyui-Toolbox": { "stars": 6, "last_update": "2024-05-22 22:08:07", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/zcfrank1st/Comfyui-Yolov8": { "stars": 27, "last_update": "2024-06-14 07:08:40", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/zcfrank1st/comfyui_visual_anagrams": { "stars": 8, "last_update": "2024-06-14 07:07:27", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/zeeoale/PromptCreatorNode": { "stars": 3, @@ -17802,7 +17807,7 @@ "https://github.com/zer0TF/cute-comfy": { "stars": 34, "last_update": "2024-05-22 21:18:53", - "author_account_age_days": 3191 + "author_account_age_days": 3192 }, "https://github.com/zer0thgear/zer0-comfy-utils": { "stars": 0, @@ -17812,12 +17817,12 @@ "https://github.com/zeroxoxo/ComfyUI-Fast-Style-Transfer": { "stars": 75, "last_update": "2025-04-07 05:52:19", - "author_account_age_days": 2964 + "author_account_age_days": 2965 }, "https://github.com/zfkun/ComfyUI_zfkun": { "stars": 24, "last_update": "2025-11-24 07:31:53", - "author_account_age_days": 5384 + "author_account_age_days": 5385 }, "https://github.com/zhanglongxiao111/Comfyui-geminiapi": { "stars": 1, @@ -17825,14 +17830,14 @@ "author_account_age_days": 811 }, "https://github.com/zhangp365/ComfyUI-utils-nodes": { - "stars": 106, + "stars": 107, "last_update": "2025-11-26 04:05:18", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/zhangp365/ComfyUI_photomakerV2_native": { "stars": 12, "last_update": "2025-11-24 01:11:29", - "author_account_age_days": 812 + "author_account_age_days": 813 }, "https://github.com/zhiselfly/ComfyUI-Alimama-ControlNet-compatible": { "stars": 18, @@ -17842,17 +17847,17 @@ "https://github.com/zhongpei/ComfyUI-InstructIR": { "stars": 74, "last_update": "2024-05-22 23:19:43", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/zhuanqianfish/ComfyUI-EasyNode": { "stars": 69, "last_update": "2024-06-14 07:10:18", - "author_account_age_days": 4756 + "author_account_age_days": 4757 }, "https://github.com/zhulu111/ComfyUI_Bxb": { "stars": 1481, "last_update": "2025-09-11 03:57:50", - "author_account_age_days": 560 + "author_account_age_days": 561 }, "https://github.com/zichongc/ComfyUI-Attention-Distillation": { "stars": 110, @@ -17872,12 +17877,12 @@ "https://github.com/zohac/ComfyUI_ZC_DrawShape": { "stars": 3, "last_update": "2024-06-25 15:05:28", - "author_account_age_days": 3183 + "author_account_age_days": 3184 }, "https://github.com/zombieyang/sd-ppp": { "stars": 1839, "last_update": "2025-11-22 02:29:17", - "author_account_age_days": 4439 + "author_account_age_days": 4440 }, "https://github.com/zpengcom/Comfyui-TextLine-counter": { "stars": 0, diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 8b46b679..6acd279c 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -300,16 +300,6 @@ "install_type": "git-clone", "description": "Adds a node that outputs the workflow's name as a string\nNOTE: The files in the repo are not organized." }, - { - "author": "PozzettiAndrea", - "title": "ComfyUI-CameraAnalysis", - "reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis", - "files": [ - "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis" - ], - "install_type": "git-clone", - "description": "Extracts camera intrinsic parameters from image EXIF data." - }, { "author": "newraina", "title": "comfyui-photoshop-v2 [WIP]", @@ -421,15 +411,16 @@ "description": "A slimmed down collection of ComfyUI nodes either from elsewhere, custom creation or updated independently. (Description by CC)" }, { - "author": "liusida", + "author": "Sida Liu", "title": "ComfyUI-Notebook [UNSAFE]", + "id": "notebook", "reference": "https://github.com/liusida/ComfyUI-Notebook", "files": [ "https://github.com/liusida/ComfyUI-Notebook" ], "install_type": "git-clone", - "description": "A Jupyter-style custom node for executing Python code within ComfyUI workflows, featuring syntax highlighting, shared variables, and pre-loaded libraries like numpy, torch, and matplotlib.[w/This extension allows remote command execution.]" - }, + "description": "A Jupyter-style custom node for executing Python code and plotting within ComfyUI workflows.[w/This extension allows remote command execution.]" + }, { "author": "pznodes", "title": "ComfyUI-UniRig [WIP]", @@ -4576,16 +4567,6 @@ "install_type": "git-clone", "description": "Node for LoRA stack management in ComfyUI\nNOTE: The files in the repo are not organized." }, - { - "author": "fuzr0dah", - "title": "comfyui-sceneassembly", - "reference": "https://github.com/fuzr0dah/comfyui-sceneassembly", - "files": [ - "https://github.com/fuzr0dah/comfyui-sceneassembly" - ], - "install_type": "git-clone", - "description": "A bunch of nodes I created that I also find useful." - }, { "author": "PabloGrant", "title": "comfyui-giraffe-test-panel", diff --git a/node_db/dev/extension-node-map.json b/node_db/dev/extension-node-map.json index 0e91d60c..afcde72b 100644 --- a/node_db/dev/extension-node-map.json +++ b/node_db/dev/extension-node-map.json @@ -3438,14 +3438,6 @@ "title_aux": "CADabra [WIP]" } ], - "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis": [ - [ - "CameraAnalysis" - ], - { - "title_aux": "ComfyUI-CameraAnalysis" - } - ], "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [ [ "ClearAllModelCaches", @@ -4303,9 +4295,7 @@ "Color Cast Detector", "Color Harmony Analyzer", "Color Temperature Estimator", - "ColorTemperatureEstimator", "Contrast Analysis", - "ContrastAnalysis", "Defocus Analysis", "Edge Density Analysis", "Entropy Analysis", @@ -7588,7 +7578,6 @@ ], "https://github.com/grinlau18/ComfyUI_XISER_Nodes": [ [ - "CreatePointsString", "XISER_Canvas", "XIS_BooleanSwitch", "XIS_CanvasConfig", @@ -7615,13 +7604,14 @@ "XIS_ImageAdjustAndBlend", "XIS_ImageManager", "XIS_ImageMaskMirror", - "XIS_ImageStitcher", + "XIS_ImagePuzzle", "XIS_ImageSwitch", "XIS_IntSwitch", "XIS_InvertMask", "XIS_IsThereAnyData", "XIS_KSamplerSettingsNode", "XIS_KSamplerSettingsUnpackNode", + "XIS_LLMOrchestrator", "XIS_Label", "XIS_LatentBlendNode", "XIS_LoadImage", @@ -7643,7 +7633,8 @@ "XIS_SetColor", "XIS_ShapeAndText", "XIS_ShapeData", - "XIS_StringSwitch" + "XIS_StringSwitch", + "XIS_UnpackImages" ], { "title_aux": "Xiser_Nodes [WIP]" @@ -11119,6 +11110,7 @@ "https://github.com/silveroxides/ComfyUI_SamplingUtils": [ [ "GetJsonKeyValue", + "Image_Color_Noise", "SamplingParameters" ], { diff --git a/node_db/dev/github-stats.json b/node_db/dev/github-stats.json index 118e7c0d..728e5b8f 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": 10, "last_update": "2025-04-06 13:36:29", - "author_account_age_days": 5287 + "author_account_age_days": 5288 }, "https://github.com/17Retoucher/ComfyUI_Fooocus": { "stars": 57, @@ -12,27 +12,27 @@ "https://github.com/1H-hobit/ComfyUI_InternVL3": { "stars": 1, "last_update": "2025-10-20 07:24:30", - "author_account_age_days": 448 + "author_account_age_days": 449 }, "https://github.com/206811/ComfyUI_ZhipuAIO": { "stars": 3, "last_update": "2025-07-29 10:11:45", - "author_account_age_days": 2029 + "author_account_age_days": 2030 }, "https://github.com/3dmindscapper/ComfyUI-PartField": { "stars": 33, "last_update": "2025-05-01 02:50:39", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/3dmindscapper/ComfyUI-Sam-Mesh": { "stars": 38, "last_update": "2025-05-07 12:42:13", - "author_account_age_days": 925 + "author_account_age_days": 926 }, "https://github.com/438443467/ComfyUI-SanMian-Nodes": { "stars": 32, "last_update": "2025-04-29 10:29:07", - "author_account_age_days": 935 + "author_account_age_days": 936 }, "https://github.com/543872524/ComfyUI_crdong": { "stars": 0, @@ -42,7 +42,7 @@ "https://github.com/5x00/ComfyUI-Prompt-Plus": { "stars": 2, "last_update": "2025-01-08 15:54:08", - "author_account_age_days": 1493 + "author_account_age_days": 1494 }, "https://github.com/77oussam/Aio77-Comfyui": { "stars": 0, @@ -57,22 +57,22 @@ "https://github.com/7BEII/Comfyui_PDuse": { "stars": 34, "last_update": "2025-11-19 14:15:46", - "author_account_age_days": 334 + "author_account_age_days": 335 }, "https://github.com/853587221/ComfyUI_XLweb": { - "stars": 2, + "stars": 3, "last_update": "2025-09-10 11:40:15", - "author_account_age_days": 1177 + "author_account_age_days": 1178 }, "https://github.com/90cube/Comfyui-CBcanvas": { "stars": 0, "last_update": "2025-11-04 23:46:11", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/A1rCHAN/ComfyUI_A1rSpace": { "stars": 4, "last_update": "2025-11-27 16:34:15", - "author_account_age_days": 524 + "author_account_age_days": 525 }, "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": { "stars": 1, @@ -87,17 +87,17 @@ "https://github.com/A719689614/ComfyUI_AC_FUNV7-FLUX-": { "stars": 0, "last_update": "2025-11-14 08:30:14", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": { "stars": 13, "last_update": "2025-11-13 09:28:56", - "author_account_age_days": 836 + "author_account_age_days": 837 }, "https://github.com/AICodeFactory/ComfyUI-Viva": { "stars": 1, "last_update": "2025-05-15 08:07:12", - "author_account_age_days": 589 + "author_account_age_days": 590 }, "https://github.com/AIExplorer25/ComfyUI_HuggingfaceHelper": { "stars": 0, @@ -107,67 +107,67 @@ "https://github.com/AIFSH/ComfyUI-OpenDIT": { "stars": 0, "last_update": "2024-06-30 09:33:55", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/ComfyUI-ViViD": { "stars": 5, "last_update": "2024-06-25 08:16:53", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/UltralightDigitalHuman-ComfyUI": { "stars": 129, "last_update": "2024-11-25 11:39:23", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIFSH/UtilNodes-ComfyUI": { "stars": 14, "last_update": "2024-12-19 06:44:25", - "author_account_age_days": 752 + "author_account_age_days": 753 }, "https://github.com/AIGCZero/AIGCZero-comfyui-Qwen_edit-zero": { "stars": 5, "last_update": "2025-09-16 08:49:34", - "author_account_age_days": 180 + "author_account_age_days": 181 }, "https://github.com/APZmedia/ComfyUI-folder-parser": { "stars": 0, "last_update": "2025-11-02 14:39:38", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/APZmedia/Joshua-brand-assets-loader": { "stars": 0, "last_update": "2025-10-27 19:44:50", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/APZmedia/comfyui-textools": { "stars": 7, "last_update": "2025-11-04 23:40:59", - "author_account_age_days": 2998 + "author_account_age_days": 2999 }, "https://github.com/Aero-Ex/comfyui_diffswap": { "stars": 0, "last_update": "2025-07-29 11:43:43", - "author_account_age_days": 1272 + "author_account_age_days": 1273 }, "https://github.com/AhBumm/ComfyUI-Upscayl": { "stars": 0, "last_update": "2025-02-19 09:41:02", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/AhBumm/ComfyUI_MangaLineExtraction-hf": { "stars": 0, "last_update": "2025-05-02 18:47:09", - "author_account_age_days": 1330 + "author_account_age_days": 1331 }, "https://github.com/AkiEvansDev/ComfyUI-Tools": { "stars": 0, "last_update": "2025-06-28 14:48:29", - "author_account_age_days": 2839 + "author_account_age_days": 2840 }, "https://github.com/Alazuaka/comfyui-lora-stack-node": { "stars": 0, "last_update": "2025-06-12 23:14:31", - "author_account_age_days": 1308 + "author_account_age_days": 1309 }, "https://github.com/AlejandroTuzzi/TUZZI-ByPass": { "stars": 5, @@ -180,14 +180,14 @@ "author_account_age_days": 1952 }, "https://github.com/AlexYez/comfyui-timesaver": { - "stars": 1, + "stars": 2, "last_update": "2025-11-26 21:31:12", - "author_account_age_days": 1676 + "author_account_age_days": 1677 }, "https://github.com/AllenEdgarPoe/ComfyUI-Xorbis-nodes": { "stars": 3, "last_update": "2025-06-12 23:48:01", - "author_account_age_days": 2626 + "author_account_age_days": 2627 }, "https://github.com/Alvaroeai/ComfyUI-SunoAI-Mds": { "stars": 0, @@ -197,32 +197,32 @@ "https://github.com/Amor718/AmorForge": { "stars": 1, "last_update": "2025-11-03 15:21:33", - "author_account_age_days": 42 + "author_account_age_days": 43 }, "https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": { "stars": 0, "last_update": "2025-05-07 14:33:50", - "author_account_age_days": 2350 + "author_account_age_days": 2351 }, "https://github.com/Anze-/ComfyUI-OIDN": { "stars": 10, "last_update": "2024-11-27 18:05:41", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/Anze-/ComfyUI_deepDeband": { "stars": 3, "last_update": "2024-11-12 19:13:59", - "author_account_age_days": 4475 + "author_account_age_days": 4476 }, "https://github.com/ArmandAlbert/Kwai_font_comfyui": { "stars": 1, "last_update": "2025-01-14 04:02:21", - "author_account_age_days": 2513 + "author_account_age_days": 2514 }, "https://github.com/ArthusLiang/comfyui-face-remap": { "stars": 5, "last_update": "2024-11-30 12:34:28", - "author_account_age_days": 4537 + "author_account_age_days": 4538 }, "https://github.com/Aruntd008/ComfyUI_blender_render": { "stars": 0, @@ -232,22 +232,22 @@ "https://github.com/AustinMroz/ComfyUI-WorkflowCheckpointing": { "stars": 11, "last_update": "2024-10-17 19:59:40", - "author_account_age_days": 4595 + "author_account_age_days": 4596 }, "https://github.com/BARKEM-JC/ComfyUI-Dynamic-Lora-Loader": { "stars": 0, "last_update": "2025-09-07 18:07:33", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/Babiduba/ivan_knows": { "stars": 0, "last_update": "2025-08-12 23:51:47", - "author_account_age_days": 3992 + "author_account_age_days": 3993 }, "https://github.com/BadCafeCode/execution-inversion-demo-comfyui": { "stars": 87, "last_update": "2025-03-09 00:44:37", - "author_account_age_days": 951 + "author_account_age_days": 952 }, "https://github.com/BaronVonBoolean/ComfyUI-FileOps": { "stars": 0, @@ -257,12 +257,12 @@ "https://github.com/Beinsezii/DEET": { "stars": 2, "last_update": "2025-10-27 04:51:55", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/Beinsezii/comfyui-amd-go-fast": { "stars": 48, "last_update": "2025-04-21 19:37:22", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": { "stars": 0, @@ -282,12 +282,12 @@ "https://github.com/BigStationW/flowmatch_scheduler-comfyui": { "stars": 17, "last_update": "2025-06-17 13:31:03", - "author_account_age_days": 207 + "author_account_age_days": 208 }, "https://github.com/BinglongLi/ComfyUI_ToolsForAutomask": { "stars": 1, "last_update": "2025-06-04 11:56:53", - "author_account_age_days": 2206 + "author_account_age_days": 2207 }, "https://github.com/BiodigitalJaz/ComfyUI-Dafaja-Nodes": { "stars": 1, @@ -302,7 +302,7 @@ "https://github.com/BlueDangerX/ComfyUI-BDXNodes": { "stars": 1, "last_update": "2023-12-10 04:01:19", - "author_account_age_days": 768 + "author_account_age_days": 769 }, "https://github.com/Brandelan/ComfyUI_bd_customNodes": { "stars": 2, @@ -317,22 +317,22 @@ "https://github.com/BuffMcBigHuge/ComfyUI-Buff-Nodes": { "stars": 2, "last_update": "2025-09-10 16:09:48", - "author_account_age_days": 3434 + "author_account_age_days": 3435 }, "https://github.com/Burgstall-labs/ComfyUI-BS_FalAi-API-Video": { "stars": 4, "last_update": "2025-10-26 14:31:29", - "author_account_age_days": 312 + "author_account_age_days": 313 }, "https://github.com/Bwebbfx/ComfyUI_FaceParsing": { "stars": 13, "last_update": "2025-07-02 20:41:55", - "author_account_age_days": 748 + "author_account_age_days": 749 }, "https://github.com/COcisuts/CObot-ComfyUI-WhisperToTranscription": { "stars": 0, "last_update": "2025-06-08 13:32:25", - "author_account_age_days": 3137 + "author_account_age_days": 3138 }, "https://github.com/CeeVeeR/ComfyUi-Text-Tiler": { "stars": 0, @@ -342,37 +342,37 @@ "https://github.com/Chargeuk/ComfyUI-vts-nodes": { "stars": 0, "last_update": "2025-10-24 16:01:27", - "author_account_age_days": 4629 + "author_account_age_days": 4630 }, "https://github.com/Charonartist/ComfyUI-send-eagle-pro_2": { "stars": 0, "last_update": "2025-05-26 12:12:47", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/Charonartist/comfyui-lora-random-selector": { "stars": 0, "last_update": "2025-08-08 13:34:04", - "author_account_age_days": 515 + "author_account_age_days": 516 }, "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": { "stars": 3, "last_update": "2025-06-19 03:10:17", - "author_account_age_days": 2933 + "author_account_age_days": 2934 }, "https://github.com/Clelstyn/ComfyUI-Inpaint_with_Detailer": { "stars": 1, "last_update": "2024-11-02 12:04:53", - "author_account_age_days": 839 + "author_account_age_days": 840 }, "https://github.com/Clybius/ComfyUI-FluxDeCLIP": { "stars": 1, "last_update": "2024-11-17 20:06:29", - "author_account_age_days": 2255 + "author_account_age_days": 2256 }, "https://github.com/Comfy-Org/ComfyUI_devtools": { "stars": 22, "last_update": "2025-09-15 04:44:21", - "author_account_age_days": 596 + "author_account_age_days": 597 }, "https://github.com/CooperCorona/comfy-auto-unload": { "stars": 1, @@ -382,7 +382,7 @@ "https://github.com/D1-3105/ComfyUI-VideoStream": { "stars": 0, "last_update": "2025-02-17 04:02:01", - "author_account_age_days": 2024 + "author_account_age_days": 2025 }, "https://github.com/DataCTE/ComfyUI-DataVoid-nodes": { "stars": 0, @@ -397,27 +397,27 @@ "https://github.com/DeTK/ComfyUI-Switch": { "stars": 0, "last_update": "2024-03-04 11:52:04", - "author_account_age_days": 2552 + "author_account_age_days": 2553 }, "https://github.com/Dehypnotic/comfyui-save-mp3": { "stars": 1, "last_update": "2025-10-24 09:40:52", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/DenRakEiw/Comfyui-Aspect-Ratio-Processor": { "stars": 0, "last_update": "2025-08-18 05:23:24", - "author_account_age_days": 1552 + "author_account_age_days": 1553 }, "https://github.com/DenRakEiw/DenRakEiw_Nodes": { "stars": 28, "last_update": "2025-09-17 05:30:41", - "author_account_age_days": 1552 + "author_account_age_days": 1553 }, "https://github.com/DeyanShahov/ComfyUI_RedFox": { "stars": 0, "last_update": "2025-10-21 22:43:48", - "author_account_age_days": 1611 + "author_account_age_days": 1612 }, "https://github.com/DiffusionWave-YT/DiffusionWave_PickResolution": { "stars": 0, @@ -437,7 +437,7 @@ "https://github.com/DrMWeigand/ComfyUI_LineBreakInserter": { "stars": 0, "last_update": "2024-04-19 11:37:19", - "author_account_age_days": 1553 + "author_account_age_days": 1554 }, "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": { "stars": 5, @@ -447,17 +447,17 @@ "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Player": { "stars": 0, "last_update": "2025-07-18 15:11:25", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-Mzikart-Vocal": { "stars": 0, "last_update": "2025-08-05 10:58:20", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/Dream-Pixels-Forge/ComfyUI-RendArt-Nodes": { "stars": 0, "last_update": "2025-08-05 11:22:39", - "author_account_age_days": 2377 + "author_account_age_days": 2378 }, "https://github.com/DreamsInAutumn/ComfyUI-Autumn-LLM-Nodes": { "stars": 0, @@ -477,37 +477,37 @@ "https://github.com/ElyZeng/ComfyUI-Translator": { "stars": 2, "last_update": "2025-07-31 03:12:40", - "author_account_age_days": 1276 + "author_account_age_days": 1277 }, "https://github.com/Elypha/ComfyUI-Prompt-Helper": { "stars": 0, "last_update": "2025-09-20 04:42:50", - "author_account_age_days": 3053 + "author_account_age_days": 3054 }, "https://github.com/EmanueleUniroma2/ComfyUI-FLAC-to-WAV": { "stars": 0, "last_update": "2025-01-26 11:25:43", - "author_account_age_days": 3167 + "author_account_age_days": 3168 }, "https://github.com/EmilioPlumed/ComfyUI-Math": { "stars": 1, "last_update": "2025-01-11 14:28:42", - "author_account_age_days": 2499 + "author_account_age_days": 2500 }, "https://github.com/Eric7758/ComfyUI-IAT": { "stars": 0, "last_update": "2025-10-29 06:28:08", - "author_account_age_days": 850 + "author_account_age_days": 851 }, "https://github.com/EricRollei/Comfy-Metadata-System": { "stars": 3, "last_update": "2025-04-28 23:42:26", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/EricRollei/HYPIR-ComfyUI": { "stars": 1, "last_update": "2025-11-18 18:34:15", - "author_account_age_days": 1415 + "author_account_age_days": 1416 }, "https://github.com/Estanislao-Oviedo/ComfyUI-CustomNodes": { "stars": 0, @@ -522,37 +522,37 @@ "https://github.com/Extraltodeus/Conditioning-token-experiments-for-ComfyUI": { "stars": 18, "last_update": "2024-03-10 01:04:02", - "author_account_age_days": 3671 + "author_account_age_days": 3672 }, "https://github.com/Fannovel16/ComfyUI-AppIO": { "stars": 0, "last_update": "2024-12-01 16:37:19", - "author_account_age_days": 3653 + "author_account_age_days": 3654 }, "https://github.com/Filexor/File_x_dynamic_prompt2": { "stars": 0, "last_update": "2025-07-29 16:19:34", - "author_account_age_days": 4469 + "author_account_age_days": 4470 }, "https://github.com/FinetunersAI/comfyui-fast-group-link": { "stars": 0, "last_update": "2024-12-09 17:35:50", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/FinetunersAI/finetuners": { "stars": 1, "last_update": "2025-01-06 16:29:33", - "author_account_age_days": 542 + "author_account_age_days": 543 }, "https://github.com/Firetheft/ComfyUI_Local_Media_Manager": { "stars": 124, "last_update": "2025-09-25 15:10:20", - "author_account_age_days": 1422 + "author_account_age_days": 1423 }, "https://github.com/FoundD-oka/ComfyUI-kisekae-OOTD": { "stars": 0, "last_update": "2024-06-02 06:13:42", - "author_account_age_days": 959 + "author_account_age_days": 960 }, "https://github.com/Fucci-Mateo/ComfyUI-Airtable": { "stars": 1, @@ -562,7 +562,7 @@ "https://github.com/Fuhze73/ComfyUI-PainterI2V-StartEndImage-Tiled": { "stars": 0, "last_update": "2025-11-22 17:16:02", - "author_account_age_days": 290 + "author_account_age_days": 291 }, "https://github.com/GalactusX31/ComfyUI-FileBrowserAPI": { "stars": 6, @@ -577,7 +577,7 @@ "https://github.com/GentlemanHu/ComfyUI-Notifier": { "stars": 4, "last_update": "2024-07-14 15:38:44", - "author_account_age_days": 2904 + "author_account_age_days": 2905 }, "https://github.com/George0726/ComfyUI-video-accessory": { "stars": 1, @@ -592,17 +592,17 @@ "https://github.com/GoddessLabs/ComfyUI-GoddessLabs-NodePack": { "stars": 3, "last_update": "2025-11-25 18:56:25", - "author_account_age_days": 32 + "author_account_age_days": 33 }, "https://github.com/Goldlionren/ComfyUI-CleanSlate": { "stars": 1, "last_update": "2025-10-07 04:14:16", - "author_account_age_days": 600 + "author_account_age_days": 601 }, "https://github.com/GraftingRayman/Unified-Vision-Prompt-Generator": { "stars": 1, "last_update": "2025-11-20 17:47:15", - "author_account_age_days": 684 + "author_account_age_days": 685 }, "https://github.com/Grant-CP/ComfyUI-LivePortraitKJ-MPS": { "stars": 12, @@ -617,22 +617,22 @@ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": { "stars": 0, "last_update": "2024-03-10 13:27:14", - "author_account_age_days": 1145 + "author_account_age_days": 1146 }, "https://github.com/GuardSkill/ComfyUI-AffineImage": { "stars": 6, "last_update": "2025-11-18 09:08:39", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/GuusF/Comfyui_CrazyMaths": { "stars": 0, "last_update": "2025-08-14 13:12:31", - "author_account_age_days": 1907 + "author_account_age_days": 1908 }, "https://github.com/HWDigi/Camera_Factory_Station_comfyui": { "stars": 2, "last_update": "2025-08-06 17:46:41", - "author_account_age_days": 143 + "author_account_age_days": 144 }, "https://github.com/Hapseleg/ComfyUI-This-n-That": { "stars": 0, @@ -642,7 +642,7 @@ "https://github.com/HuangYuChuh/ComfyUI-LLMs-Toolkit": { "stars": 13, "last_update": "2025-06-23 09:42:46", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/IAFFeng/Comfyui_XF_Custom_Actual-Node": { "stars": 0, @@ -652,7 +652,7 @@ "https://github.com/IXIWORKS-KIMJUNGHO/comfyui-ixiworks": { "stars": 0, "last_update": "2025-08-14 09:22:06", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/IfnotFr/ComfyUI-Ifnot-Pack": { "stars": 0, @@ -667,22 +667,22 @@ "https://github.com/Immac/ComfyUI-ImmacTools": { "stars": 0, "last_update": "2025-10-21 19:34:57", - "author_account_age_days": 4700 + "author_account_age_days": 4701 }, "https://github.com/Inoriac/comfyui-HandDetect": { "stars": 0, "last_update": "2025-09-16 06:11:22", - "author_account_age_days": 749 + "author_account_age_days": 750 }, "https://github.com/Isi-dev/ComfyUI_DeleteModelPassthrough_ExecutionFlowControl": { "stars": 3, "last_update": "2025-11-26 09:45:37", - "author_account_age_days": 1613 + "author_account_age_days": 1614 }, "https://github.com/IuvenisSapiens/ComfyUI_MiniCPM-V-4_5": { "stars": 239, "last_update": "2025-08-29 00:23:20", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/IvanZhd/comfyui-codeformer": { "stars": 0, @@ -692,27 +692,27 @@ "https://github.com/JHBOY-ha/ComfyUI-jh-essential": { "stars": 0, "last_update": "2025-10-30 08:36:48", - "author_account_age_days": 664 + "author_account_age_days": 665 }, "https://github.com/Jairodaniel-17/ComfyUI-traductor-offline": { "stars": 0, "last_update": "2025-08-28 04:57:25", - "author_account_age_days": 1722 + "author_account_age_days": 1723 }, "https://github.com/Jaxkr/comfyui-terminal-command": { "stars": 1, "last_update": "2023-12-03 10:31:40", - "author_account_age_days": 5148 + "author_account_age_days": 5149 }, "https://github.com/JayLyu/ComfyUI_BaiKong_Node": { "stars": 8, "last_update": "2025-07-12 15:27:51", - "author_account_age_days": 3789 + "author_account_age_days": 3790 }, "https://github.com/JiSenHua/ComfyUI-yolov5-face": { "stars": 1, "last_update": "2025-07-14 17:02:39", - "author_account_age_days": 1265 + "author_account_age_days": 1266 }, "https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": { "stars": 1, @@ -727,62 +727,62 @@ "https://github.com/JioJe/comfyui_video_BC": { "stars": 11, "last_update": "2025-09-12 07:30:45", - "author_account_age_days": 545 + "author_account_age_days": 546 }, "https://github.com/JissiChoi/ComfyUI-Jissi-List": { "stars": 0, "last_update": "2024-12-24 08:24:27", - "author_account_age_days": 2739 + "author_account_age_days": 2740 }, "https://github.com/JoeAu/ComfyUI-PythonNode": { "stars": 3, "last_update": "2025-03-16 13:05:38", - "author_account_age_days": 4707 + "author_account_age_days": 4708 }, "https://github.com/Jordach/comfy-consistency-vae": { "stars": 69, "last_update": "2023-11-06 20:50:40", - "author_account_age_days": 5034 + "author_account_age_days": 5035 }, "https://github.com/JosDigby/ComfyUI-DigbyWan": { "stars": 0, - "last_update": "2025-11-25 22:09:42", - "author_account_age_days": 134 + "last_update": "2025-11-28 04:25:09", + "author_account_age_days": 135 }, "https://github.com/Junst/ComfyUI-PNG2SVG2PNG": { "stars": 0, "last_update": "2024-12-04 02:25:04", - "author_account_age_days": 3059 + "author_account_age_days": 3060 }, "https://github.com/Juste-Leo2/ComfyUI-Arduino": { "stars": 5, "last_update": "2025-09-08 19:56:13", - "author_account_age_days": 392 + "author_account_age_days": 393 }, "https://github.com/K1maran/ComfyUI-Kimaran": { "stars": 0, "last_update": "2025-11-20 17:01:38", - "author_account_age_days": 28 + "author_account_age_days": 29 }, "https://github.com/KERRY-YUAN/ComfyUI_Python_Executor": { "stars": 1, "last_update": "2025-04-07 07:49:03", - "author_account_age_days": 1775 + "author_account_age_days": 1776 }, "https://github.com/KXSR/ComfyUI-Easy-s3": { "stars": 0, "last_update": "2025-11-27 11:09:24", - "author_account_age_days": 91 + "author_account_age_days": 92 }, "https://github.com/Karlmeister/comfyui-karlmeister-nodes-suit": { "stars": 0, "last_update": "2025-10-04 01:22:02", - "author_account_age_days": 1427 + "author_account_age_days": 1428 }, "https://github.com/Karniverse/ComfyUI-Randomselector": { "stars": 0, "last_update": "2025-08-05 10:26:42", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/Kayarte/Time-Series-Nodes-for-ComfyUI": { "stars": 1, @@ -792,7 +792,7 @@ "https://github.com/KihongK/comfyui-roysnodes": { "stars": 0, "last_update": "2025-01-23 09:11:02", - "author_account_age_days": 2083 + "author_account_age_days": 2084 }, "https://github.com/KoinnAI/ComfyUI-DynPromptSimplified": { "stars": 1, @@ -802,57 +802,57 @@ "https://github.com/Krish-701/RK_Comfyui": { "stars": 0, "last_update": "2025-04-17 17:18:52", - "author_account_age_days": 377 + "author_account_age_days": 378 }, "https://github.com/Kur0butiMegane/Comfyui-StringUtils2": { "stars": 0, "last_update": "2025-05-04 16:34:13", - "author_account_age_days": 2174 + "author_account_age_days": 2175 }, "https://github.com/KurtHokke/ComfyUI_KurtHokke_Nodes": { "stars": 1, "last_update": "2025-03-27 19:04:42", - "author_account_age_days": 346 + "author_account_age_days": 347 }, "https://github.com/LAOGOU-666/Comfyui_StartPatch": { "stars": 50, "last_update": "2025-02-24 17:22:34", - "author_account_age_days": 616 + "author_account_age_days": 617 }, "https://github.com/LK-168/comfyui_LK_selfuse": { "stars": 0, "last_update": "2025-07-10 09:55:05", - "author_account_age_days": 151 + "author_account_age_days": 152 }, "https://github.com/LSDJesus/ComfyUI-Luna-Collection": { "stars": 0, "last_update": "2025-09-21 23:16:41", - "author_account_age_days": 803 + "author_account_age_days": 804 }, "https://github.com/LZpenguin/ComfyUI-Text": { "stars": 23, "last_update": "2024-06-20 13:38:16", - "author_account_age_days": 2500 + "author_account_age_days": 2501 }, "https://github.com/LarryJane491/ComfyUI-ModelUnloader": { "stars": 4, "last_update": "2024-01-14 08:22:39", - "author_account_age_days": 685 + "author_account_age_days": 686 }, "https://github.com/Letz-AI/ComfyUI-LetzAI": { "stars": 1, "last_update": "2025-11-13 19:09:26", - "author_account_age_days": 859 + "author_account_age_days": 860 }, "https://github.com/Lilien86/Comfyui_Latent_Interpolation": { "stars": 2, "last_update": "2024-09-03 21:00:49", - "author_account_age_days": 1015 + "author_account_age_days": 1016 }, "https://github.com/Linsoo/ComfyUI-Linsoo-Custom-Nodes": { "stars": 1, "last_update": "2025-09-19 11:45:41", - "author_account_age_days": 4612 + "author_account_age_days": 4613 }, "https://github.com/LittleTechPomp/comfyui-pixxio": { "stars": 0, @@ -862,27 +862,27 @@ "https://github.com/Long-form-AI-video-generation/ComfyUI_vaceFramepack": { "stars": 0, "last_update": "2025-11-24 12:55:46", - "author_account_age_days": 124 + "author_account_age_days": 125 }, "https://github.com/Looking-Glass/LKG-ComfyUI": { "stars": 5, "last_update": "2024-10-30 17:02:54", - "author_account_age_days": 3506 + "author_account_age_days": 3507 }, "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion": { "stars": 0, "last_update": "2025-02-27 15:07:36", - "author_account_age_days": 1451 + "author_account_age_days": 1452 }, "https://github.com/Lovzu/ComfyUI-Qwen": { "stars": 0, "last_update": "2025-08-09 05:59:53", - "author_account_age_days": 305 + "author_account_age_days": 306 }, "https://github.com/LucianGnn/ComfyUI-Lucian": { "stars": 0, "last_update": "2025-06-18 06:47:37", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/LucianoCirino/ComfyUI-invAIder-Nodes": { "stars": 0, @@ -892,7 +892,7 @@ "https://github.com/LucipherDev/ComfyUI-Sentinel": { "stars": 48, "last_update": "2025-04-07 14:53:13", - "author_account_age_days": 2018 + "author_account_age_days": 2019 }, "https://github.com/LvyuanW/ComfyUI-6yuan": { "stars": 0, @@ -902,47 +902,47 @@ "https://github.com/LyazS/ComfyUI-aznodes": { "stars": 0, "last_update": "2025-06-03 14:57:29", - "author_account_age_days": 3378 + "author_account_age_days": 3379 }, "https://github.com/LykosAI/ComfyUI-Inference-Core-Nodes": { - "stars": 38, + "stars": 39, "last_update": "2025-09-09 07:42:51", "author_account_age_days": 900 }, "https://github.com/M4lF3s/comfy-tif-support": { "stars": 0, "last_update": "2025-02-12 09:29:11", - "author_account_age_days": 3745 + "author_account_age_days": 3746 }, "https://github.com/MadPonyInteractive/ComfyUi-MpiNodes": { "stars": 1, "last_update": "2025-10-25 01:00:43", - "author_account_age_days": 3032 + "author_account_age_days": 3033 }, "https://github.com/Madygnomo/ComfyUI-NanoBanana-ImageGenerator": { "stars": 0, "last_update": "2025-09-03 04:03:24", - "author_account_age_days": 1881 + "author_account_age_days": 1882 }, "https://github.com/Malloc-pix/comfyui-QwenVL": { "stars": 0, "last_update": "2025-06-24 09:35:32", - "author_account_age_days": 169 + "author_account_age_days": 170 }, "https://github.com/ManuShamil/ComfyUI_BodyEstimation_Nodes": { "stars": 0, "last_update": "2025-02-28 19:23:24", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/MarkFreeDom168/ComfyUI-image-load-url": { "stars": 0, "last_update": "2025-07-17 02:47:42", - "author_account_age_days": 1866 + "author_account_age_days": 1867 }, "https://github.com/Matrix-King-Studio/ComfyUI-MoviePy": { "stars": 0, "last_update": "2024-12-10 01:50:42", - "author_account_age_days": 1984 + "author_account_age_days": 1985 }, "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan": { "stars": 2, @@ -972,22 +972,22 @@ "https://github.com/MickeyJ/ComfyUI_mickster_nodes": { "stars": 0, "last_update": "2025-02-07 02:29:12", - "author_account_age_days": 3735 + "author_account_age_days": 3736 }, "https://github.com/MockbaTheBorg/ComfyUI-Mockba": { "stars": 1, "last_update": "2025-10-07 21:05:13", - "author_account_age_days": 3601 + "author_account_age_days": 3602 }, "https://github.com/MrAdamBlack/CheckProgress": { "stars": 1, "last_update": "2024-01-10 08:02:18", - "author_account_age_days": 3241 + "author_account_age_days": 3242 }, "https://github.com/MuAIGC/ComfyUI-DMXAPI_mmx": { "stars": 4, "last_update": "2025-05-26 06:58:45", - "author_account_age_days": 443 + "author_account_age_days": 444 }, "https://github.com/MushroomFleet/ComfyUI-SCP-nodes": { "stars": 0, @@ -1002,27 +1002,27 @@ "https://github.com/MythicalChu/ComfyUI-APG_ImYourCFGNow": { "stars": 34, "last_update": "2024-11-29 17:45:03", - "author_account_age_days": 2015 + "author_account_age_days": 2016 }, "https://github.com/NEZHA625/ComfyUI-tools-by-dong": { "stars": 2, "last_update": "2025-09-14 07:34:59", - "author_account_age_days": 979 + "author_account_age_days": 980 }, "https://github.com/NSFW-API/ComfyUI-Embedding-Delta-Adapter": { "stars": 2, "last_update": "2025-08-24 04:51:03", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/NSFW-API/ComfyUI-WanSoftPrefix": { "stars": 0, "last_update": "2025-09-11 13:43:23", - "author_account_age_days": 342 + "author_account_age_days": 343 }, "https://github.com/Nambi24/ComfyUI-Save_Image": { "stars": 0, "last_update": "2025-05-05 15:05:27", - "author_account_age_days": 1406 + "author_account_age_days": 1407 }, "https://github.com/NeuroWaifu/ComfyUI.Node.MediaSuite": { "stars": 0, @@ -1037,17 +1037,17 @@ "https://github.com/Nienai666/comfyui-encrypt-image-main": { "stars": 1, "last_update": "2025-09-05 05:41:31", - "author_account_age_days": 181 + "author_account_age_days": 182 }, "https://github.com/NimbleWing/ComfyUI-NW": { "stars": 0, "last_update": "2025-09-09 07:03:37", - "author_account_age_days": 1834 + "author_account_age_days": 1835 }, "https://github.com/No-22-Github/ComfyUI_SaveImageCustom": { "stars": 0, "last_update": "2025-06-26 06:33:38", - "author_account_age_days": 941 + "author_account_age_days": 942 }, "https://github.com/Northerner1/ComfyUI_North_Noise": { "stars": 1, @@ -1057,22 +1057,22 @@ "https://github.com/Novavision0313/ComfyUI-NVVS": { "stars": 1, "last_update": "2025-08-19 09:14:19", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/OSAnimate/ComfyUI-SpriteSheetMaker": { "stars": 3, "last_update": "2025-03-12 04:22:34", - "author_account_age_days": 968 + "author_account_age_days": 969 }, "https://github.com/Oct7/ComfyUI-LaplaMask": { "stars": 0, "last_update": "2025-06-03 07:45:26", - "author_account_age_days": 2123 + "author_account_age_days": 2124 }, "https://github.com/OgreLemonSoup/ComfyUI-Notes-manager": { "stars": 2, "last_update": "2025-06-25 07:24:16", - "author_account_age_days": 474 + "author_account_age_days": 475 }, "https://github.com/Omario92/ComfyUI-OmarioNodes": { "stars": 0, @@ -1082,7 +1082,7 @@ "https://github.com/PATATAJEC/ComfyUI-PatatajecNodes": { "stars": 2, "last_update": "2025-09-27 08:29:31", - "author_account_age_days": 2456 + "author_account_age_days": 2457 }, "https://github.com/Pablerdo/ComfyUI-Sa2VAWrapper": { "stars": 6, @@ -1097,7 +1097,7 @@ "https://github.com/PaleBloodq/ComfyUI-HFTransformers": { "stars": 0, "last_update": "2025-07-11 12:01:43", - "author_account_age_days": 1350 + "author_account_age_days": 1351 }, "https://github.com/PauldeLavallaz/ComfyUI-concat_images_to_api_gemini": { "stars": 0, @@ -1112,12 +1112,12 @@ "https://github.com/PeterMikhai/Doom_Flux_NodePack": { "stars": 1, "last_update": "2025-10-06 08:17:09", - "author_account_age_days": 754 + "author_account_age_days": 755 }, "https://github.com/PladsElsker/comfyui-krita": { "stars": 0, - "last_update": "2025-11-24 04:04:37", - "author_account_age_days": 2920 + "last_update": "2025-11-28 03:40:29", + "author_account_age_days": 2921 }, "https://github.com/Polygoningenieur/ComfyUI-Diffusion-SDXL-Video": { "stars": 0, @@ -1127,41 +1127,36 @@ "https://github.com/PopeyesBiscuit/ComfyUI-DeleteFolder": { "stars": 0, "last_update": "2025-10-24 15:33:48", - "author_account_age_days": 2409 + "author_account_age_days": 2410 }, "https://github.com/PopeyesBiscuit/ComfyUI-WebSocketLoRAExporter": { "stars": 0, "last_update": "2025-10-24 15:41:45", - "author_account_age_days": 2409 + "author_account_age_days": 2410 }, "https://github.com/Poseidon-fan/ComfyUI-fileCleaner": { "stars": 1, "last_update": "2024-11-19 02:42:29", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/PozzettiAndrea/ComfyUI-CADabra": { "stars": 2, "last_update": "2025-11-27 20:58:16", "author_account_age_days": 2214 }, - "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis": { - "stars": 3, - "last_update": "2025-11-17 16:04:23", - "author_account_age_days": 2214 - }, "https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": { "stars": 26, "last_update": "2025-11-21 15:59:34", "author_account_age_days": 2214 }, "https://github.com/PozzettiAndrea/ComfyUI-MotionCapture": { - "stars": 88, + "stars": 92, "last_update": "2025-11-26 22:31:28", "author_account_age_days": 2214 }, "https://github.com/PozzettiAndrea/ComfyUI-SAM3DObjects": { - "stars": 39, - "last_update": "2025-11-27 21:37:04", + "stars": 42, + "last_update": "2025-11-28 15:56:53", "author_account_age_days": 2214 }, "https://github.com/PozzettiAndrea/ComfyUI-UniRig": { @@ -1172,12 +1167,12 @@ "https://github.com/QingLuanWithoutHeart/comfyui-file-image-utils": { "stars": 1, "last_update": "2025-04-08 11:13:50", - "author_account_age_days": 2546 + "author_account_age_days": 2547 }, "https://github.com/Quasimondo/ComfyUI-QuasimondoNodes": { "stars": 14, "last_update": "2025-06-09 08:58:42", - "author_account_age_days": 5796 + "author_account_age_days": 5797 }, "https://github.com/QuietNoise/ComfyUI-Queue-Manager": { "stars": 32, @@ -1187,47 +1182,47 @@ "https://github.com/RLW-Chars/comfyui-promptbymood": { "stars": 1, "last_update": "2025-01-25 11:21:59", - "author_account_age_days": 306 + "author_account_age_days": 307 }, "https://github.com/RM2-0/ComfyUI-Upscale": { "stars": 0, "last_update": "2025-10-15 07:37:36", - "author_account_age_days": 349 + "author_account_age_days": 350 }, "https://github.com/RUFFY-369/ComfyUI-FeatureBank": { "stars": 0, "last_update": "2025-03-07 19:30:55", - "author_account_age_days": 1998 + "author_account_age_days": 1999 }, "https://github.com/Raidez/comfyui-kuniklo-collection": { "stars": 0, "last_update": "2025-05-02 19:44:45", - "author_account_age_days": 4195 + "author_account_age_days": 4196 }, "https://github.com/RamonGuthrie/ComfyUI-RBG-LoraConverter": { "stars": 24, "last_update": "2025-11-17 15:40:32", - "author_account_age_days": 682 + "author_account_age_days": 683 }, "https://github.com/Randomwalkforest/Comfyui-Koi-Toolkit": { "stars": 0, "last_update": "2025-11-21 09:06:45", - "author_account_age_days": 509 + "author_account_age_days": 510 }, "https://github.com/RicherdLee/comfyui-oss-image-save": { "stars": 0, "last_update": "2024-12-10 09:08:39", - "author_account_age_days": 4164 + "author_account_age_days": 4165 }, "https://github.com/Rizzlord/ComfyUI-SeqTex": { "stars": 8, "last_update": "2025-11-13 17:56:32", - "author_account_age_days": 1950 + "author_account_age_days": 1951 }, "https://github.com/RobbertB80/ComfyUI-SharePoint-Upload": { "stars": 0, "last_update": "2025-08-24 15:54:01", - "author_account_age_days": 1532 + "author_account_age_days": 1533 }, "https://github.com/RobeSantoro/ComfyUI-RobeNodes": { "stars": 0, @@ -1237,17 +1232,17 @@ "https://github.com/Rocky-Lee-001/ComfyUI_SZtools": { "stars": 2, "last_update": "2025-07-17 02:14:52", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/RomanticQq/ComfyUI-Groudingdino-Sam": { "stars": 0, "last_update": "2025-11-21 08:56:50", - "author_account_age_days": 2436 + "author_account_age_days": 2437 }, "https://github.com/Rosegun007/ComfyUI-Pandora": { "stars": 0, "last_update": "2025-10-29 19:23:19", - "author_account_age_days": 954 + "author_account_age_days": 955 }, "https://github.com/RoyKillington/miscomfy-nodes": { "stars": 0, @@ -1257,17 +1252,17 @@ "https://github.com/SKBv0/ComfyUI-RetroEngine": { "stars": 5, "last_update": "2025-05-10 14:29:43", - "author_account_age_days": 2077 + "author_account_age_days": 2078 }, "https://github.com/SXQBW/ComfyUI-Qwen3": { "stars": 0, "last_update": "2025-04-18 06:06:49", - "author_account_age_days": 3313 + "author_account_age_days": 3314 }, "https://github.com/SadaleNet/ComfyUI-Prompt-To-Prompt": { "stars": 25, "last_update": "2024-03-17 04:30:01", - "author_account_age_days": 4561 + "author_account_age_days": 4562 }, "https://github.com/Saganaki22/ComfyUI-ytdl_nodes": { "stars": 28, @@ -1277,12 +1272,12 @@ "https://github.com/Sai-ComfyUI/ComfyUI-MS-Nodes": { "stars": 2, "last_update": "2024-02-22 08:34:44", - "author_account_age_days": 730 + "author_account_age_days": 731 }, "https://github.com/Sakura-nee/ComfyUI_Save2Discord": { "stars": 0, "last_update": "2024-08-27 19:01:46", - "author_account_age_days": 1833 + "author_account_age_days": 1834 }, "https://github.com/SanDiegoDude/ComfyUI-HiDream-Sampler": { "stars": 98, @@ -1295,9 +1290,9 @@ "author_account_age_days": 1547 }, "https://github.com/Scorpiosis0/ComfyUI-WtlNodes": { - "stars": 2, + "stars": 3, "last_update": "2025-11-27 22:43:38", - "author_account_age_days": 1203 + "author_account_age_days": 1204 }, "https://github.com/Seb-Lis/comfyui-seed-selector": { "stars": 0, @@ -1307,7 +1302,7 @@ "https://github.com/SeedV/ComfyUI-SeedV-Nodes": { "stars": 1, "last_update": "2025-10-24 09:26:56", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/Sephrael/comfyui_caption-around-image": { "stars": 0, @@ -1322,7 +1317,7 @@ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": { "stars": 0, "last_update": "2025-05-03 08:29:40", - "author_account_age_days": 932 + "author_account_age_days": 933 }, "https://github.com/Shinsplat/ComfyUI-Shinsplat": { "stars": 46, @@ -1332,7 +1327,7 @@ "https://github.com/SirVeggie/comfyui-sv-nodes": { "stars": 5, "last_update": "2025-10-19 09:44:27", - "author_account_age_days": 2982 + "author_account_age_days": 2983 }, "https://github.com/SlackinJack/multigpu_diffusion_comfyui": { "stars": 0, @@ -1347,7 +1342,7 @@ "https://github.com/Solankimayursinh/PMSnodes": { "stars": 0, "last_update": "2025-04-26 07:47:15", - "author_account_age_days": 386 + "author_account_age_days": 387 }, "https://github.com/Solarish/ComfyUI-MidnightLook": { "stars": 0, @@ -1357,7 +1352,7 @@ "https://github.com/Soliton80/ComfyUI-Watermark-Detection-YOLO": { "stars": 4, "last_update": "2025-07-22 08:55:26", - "author_account_age_days": 1485 + "author_account_age_days": 1486 }, "https://github.com/Sophylax/ComfyUI-ReferenceMerge": { "stars": 0, @@ -1367,17 +1362,17 @@ "https://github.com/Soppatorsk/comfyui_img_to_ascii": { "stars": 0, "last_update": "2024-09-07 15:39:28", - "author_account_age_days": 1661 + "author_account_age_days": 1662 }, "https://github.com/SpaceWarpStudio/ComfyUI_Remaker_FaceSwap": { "stars": 0, "last_update": "2024-07-15 11:57:20", - "author_account_age_days": 3477 + "author_account_age_days": 3478 }, "https://github.com/Spicely/Comfyui-File-Utils": { "stars": 0, "last_update": "2025-10-13 03:06:03", - "author_account_age_days": 4011 + "author_account_age_days": 4012 }, "https://github.com/Stable-X/ComfyUI-Hi3DGen": { "stars": 169, @@ -1386,38 +1381,38 @@ }, "https://github.com/StableDiffusionVN/SDVN_Comfy_node": { "stars": 82, - "last_update": "2025-11-27 08:09:54", - "author_account_age_days": 479 + "last_update": "2025-11-28 11:10:18", + "author_account_age_days": 480 }, "https://github.com/StaffsGull/comfyui_scene_builder": { "stars": 0, "last_update": "2025-04-27 12:40:57", - "author_account_age_days": 3461 + "author_account_age_days": 3462 }, "https://github.com/StartHua/Comfyui_CSDMT_CXH": { "stars": 20, "last_update": "2024-07-11 15:36:03", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CXH_CRM": { "stars": 45, "last_update": "2024-06-06 14:15:14", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_CXH_joy_caption": { "stars": 611, "last_update": "2025-02-06 02:35:10", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_Flux_Style_Ctr": { "stars": 97, "last_update": "2024-11-22 09:25:11", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StartHua/Comfyui_leffa": { "stars": 236, "last_update": "2024-12-18 03:04:54", - "author_account_age_days": 3356 + "author_account_age_days": 3357 }, "https://github.com/StoryWalker/comfyui_flux_collection_advanced": { "stars": 0, @@ -1427,12 +1422,12 @@ "https://github.com/SushantSingh-23-01/comfyui_flowrider_nodes": { "stars": 0, "last_update": "2025-09-28 11:01:38", - "author_account_age_days": 741 + "author_account_age_days": 742 }, "https://github.com/Suzu008/ComfyUI-TTYd": { "stars": 0, "last_update": "2025-09-24 07:15:53", - "author_account_age_days": 1483 + "author_account_age_days": 1484 }, "https://github.com/Symbiomatrix/Comfyui-Sort-Files": { "stars": 1, @@ -1442,7 +1437,7 @@ "https://github.com/TSFSean/ComfyUI-TSFNodes": { "stars": 6, "last_update": "2024-05-18 00:59:06", - "author_account_age_days": 3993 + "author_account_age_days": 3994 }, "https://github.com/Tawbaware/ComfyUI-Tawbaware": { "stars": 1, @@ -1452,12 +1447,12 @@ "https://github.com/Temult/TWanSigmaSampler": { "stars": 2, "last_update": "2025-04-17 08:53:41", - "author_account_age_days": 787 + "author_account_age_days": 788 }, "https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": { "stars": 15, - "last_update": "2025-05-27 11:49:48", - "author_account_age_days": 3366 + "last_update": "2025-11-28 14:08:35", + "author_account_age_days": 3367 }, "https://github.com/TheJorseman/IntrinsicCompositingClean-ComfyUI": { "stars": 0, @@ -1467,7 +1462,7 @@ "https://github.com/TheLocalLab/ComfyUI-Kandinsky-GGUF": { "stars": 1, "last_update": "2025-11-20 07:41:18", - "author_account_age_days": 828 + "author_account_age_days": 829 }, "https://github.com/ThisModernDay/ComfyUI-InstructorOllama": { "stars": 10, @@ -1477,7 +1472,7 @@ "https://github.com/ThuckMaBaws/TMB-Camera-Modifier": { "stars": 1, "last_update": "2025-10-08 12:30:14", - "author_account_age_days": 440 + "author_account_age_days": 441 }, "https://github.com/TimothyCMeehan/comfyui-ck3-presets": { "stars": 0, @@ -1492,12 +1487,12 @@ "https://github.com/UltraNoob-NazoGiken/ComfyUI-TOML-Tools": { "stars": 0, "last_update": "2025-11-21 00:30:13", - "author_account_age_days": 7 + "author_account_age_days": 8 }, "https://github.com/UmutGuzel/tryvariantai-comfyui": { "stars": 0, "last_update": "2025-07-15 12:05:03", - "author_account_age_days": 2292 + "author_account_age_days": 2293 }, "https://github.com/V-woodpecker-V/comfyui-stiffy-nodes": { "stars": 1, @@ -1507,37 +1502,37 @@ "https://github.com/VectorASD/ComfyUI-VectorASD": { "stars": 0, "last_update": "2025-11-02 11:25:08", - "author_account_age_days": 2123 + "author_account_age_days": 2124 }, "https://github.com/Velour-Fog/comfy-latent-nodes": { "stars": 14, "last_update": "2025-02-24 00:34:41", - "author_account_age_days": 1482 + "author_account_age_days": 1483 }, "https://github.com/VictorLopes643/ComfyUI-Video-Dataset-Tools": { "stars": 1, "last_update": "2025-05-09 22:47:52", - "author_account_age_days": 2830 + "author_account_age_days": 2831 }, "https://github.com/Video3DGenResearch/comfyui-batch-input-node": { "stars": 1, "last_update": "2024-04-28 15:21:17", - "author_account_age_days": 627 + "author_account_age_days": 628 }, "https://github.com/VisionExp/ve_custom_comfyui_nodes": { "stars": 0, "last_update": "2024-07-17 11:51:54", - "author_account_age_days": 526 + "author_account_age_days": 527 }, "https://github.com/Vkabuto23/comfyui_openrouter_ollama": { "stars": 1, "last_update": "2025-07-16 09:03:47", - "author_account_age_days": 533 + "author_account_age_days": 534 }, "https://github.com/Vsolon/ComfyUI-CBZ-Pack": { "stars": 0, "last_update": "2025-08-21 16:11:06", - "author_account_age_days": 3775 + "author_account_age_days": 3776 }, "https://github.com/WASasquatch/ASTERR": { "stars": 30, @@ -1552,7 +1547,7 @@ "https://github.com/WaiyanLing/ComfyUI-Tracking": { "stars": 1, "last_update": "2025-04-18 04:36:33", - "author_account_age_days": 4642 + "author_account_age_days": 4643 }, "https://github.com/WenerSantos3/ComfyUI-BlueeUtils": { "stars": 0, @@ -1562,12 +1557,12 @@ "https://github.com/WilliamStanford/ComfyUI-VisualLabs": { "stars": 1, "last_update": "2024-04-16 21:53:02", - "author_account_age_days": 2291 + "author_account_age_days": 2292 }, "https://github.com/WozStudios/ComfyUI-WozNodes": { "stars": 0, "last_update": "2025-06-25 14:29:29", - "author_account_age_days": 4630 + "author_account_age_days": 4631 }, "https://github.com/XiaoHeiziGGG/ComfyUI-Gemini-Kontext": { "stars": 9, @@ -1582,92 +1577,92 @@ "https://github.com/Yeonri/ComfyUI_LLM_Are_You_Listening": { "stars": 0, "last_update": "2025-02-21 00:35:03", - "author_account_age_days": 1058 + "author_account_age_days": 1059 }, "https://github.com/YokoYokoTEC/comfyui-batch-sequence": { "stars": 0, "last_update": "2025-10-06 08:53:03", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/YokoYokoTEC/comfyui-sequential-prompt-file": { "stars": 0, "last_update": "2025-09-28 01:37:36", - "author_account_age_days": 1779 + "author_account_age_days": 1780 }, "https://github.com/Yuan-ManX/ComfyUI-Step1X-Edit": { "stars": 11, "last_update": "2025-04-29 07:36:52", - "author_account_age_days": 1961 + "author_account_age_days": 1962 }, "https://github.com/Yukinoshita-Yukinoe/ComfyUI-KontextOfficialNode": { "stars": 2, "last_update": "2025-06-06 09:23:19", - "author_account_age_days": 1927 + "author_account_age_days": 1928 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-AuraSR-ZHO": { "stars": 95, "last_update": "2024-07-11 07:33:30", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-BiRefNet-ZHO": { "stars": 381, "last_update": "2024-07-30 23:24:24", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Gemini": { "stars": 778, "last_update": "2024-05-22 14:15:11", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Llama-3-2": { "stars": 19, "last_update": "2024-09-26 18:08:01", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PuLID-ZHO": { "stars": 238, "last_update": "2024-05-22 13:38:23", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen": { "stars": 111, "last_update": "2024-09-20 21:27:47", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Wan-ZHO": { "stars": 11, "last_update": "2025-02-26 05:46:42", - "author_account_age_days": 861 + "author_account_age_days": 862 }, "https://github.com/ZenAI-Vietnam/ComfyUI-gemini-IG": { "stars": 1, "last_update": "2025-03-26 14:49:13", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/ZenAI-Vietnam/ComfyUI_InfiniteYou": { "stars": 248, "last_update": "2025-03-31 07:56:02", - "author_account_age_days": 704 + "author_account_age_days": 705 }, "https://github.com/a-One-Fan/ComfyUI-Blenderesque-Nodes": { "stars": 6, "last_update": "2025-11-04 11:39:13", - "author_account_age_days": 1376 + "author_account_age_days": 1377 }, "https://github.com/a-und-b/ComfyUI_Output_as_Input": { "stars": 2, "last_update": "2025-05-08 08:35:02", - "author_account_age_days": 961 + "author_account_age_days": 962 }, "https://github.com/aa-parky/pipemind-comfyui": { "stars": 0, "last_update": "2025-11-24 15:57:01", - "author_account_age_days": 2365 + "author_account_age_days": 2366 }, "https://github.com/abuzreq/ComfyUI-Model-Bending": { "stars": 15, "last_update": "2025-10-15 21:50:54", - "author_account_age_days": 4377 + "author_account_age_days": 4378 }, "https://github.com/adamdavidcole/comfyui-video-xy-plot": { "stars": 1, @@ -1677,22 +1672,22 @@ "https://github.com/addddd2/AI_Generated_nodes": { "stars": 5, "last_update": "2025-10-18 18:25:19", - "author_account_age_days": 826 + "author_account_age_days": 827 }, "https://github.com/adigayung/comfyui_PlutoNode": { "stars": 0, "last_update": "2025-09-20 06:55:42", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/adithis197/ComfyUI-Caption_to_audio": { "stars": 1, "last_update": "2025-08-01 23:03:40", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/adithis197/ComfyUI-multimodal-CaptionToVideoGen": { "stars": 1, "last_update": "2025-08-01 23:08:31", - "author_account_age_days": 2395 + "author_account_age_days": 2396 }, "https://github.com/aesethtics/ComfyUI-OpenPoser": { "stars": 0, @@ -1702,22 +1697,22 @@ "https://github.com/ahkimkoo/ComfyUI-OSS-Upload": { "stars": 0, "last_update": "2025-10-30 11:43:23", - "author_account_age_days": 5759 + "author_account_age_days": 5760 }, "https://github.com/ahmedbana/File-Rename": { "stars": 0, "last_update": "2025-07-25 10:48:49", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/ahmedbana/json-creator": { "stars": 0, "last_update": "2025-07-29 10:59:12", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/ahmedbana/upload-to-azure": { "stars": 0, "last_update": "2025-07-29 10:58:26", - "author_account_age_days": 3454 + "author_account_age_days": 3455 }, "https://github.com/aiden1020/ComfyUI_Artcoder": { "stars": 2, @@ -1727,32 +1722,32 @@ "https://github.com/ainanoha/etm_comfyui_nodes": { "stars": 0, "last_update": "2024-10-31 05:45:59", - "author_account_age_days": 4775 + "author_account_age_days": 4776 }, "https://github.com/aistudynow/comfyui-wilddragon-nodes": { "stars": 0, "last_update": "2025-10-17 23:46:18", - "author_account_age_days": 90 + "author_account_age_days": 91 }, "https://github.com/ajcampbell1333/BudgetGuard_Artists": { "stars": 0, "last_update": "2025-11-08 08:55:08", - "author_account_age_days": 4924 + "author_account_age_days": 4925 }, "https://github.com/akashch1512/ComfyUI_UguuUploader": { "stars": 0, "last_update": "2025-11-14 04:19:11", - "author_account_age_days": 873 + "author_account_age_days": 874 }, "https://github.com/akatz-ai/ComfyUI-Execution-Inversion": { "stars": 2, "last_update": "2025-06-18 04:06:55", - "author_account_age_days": 556 + "author_account_age_days": 557 }, "https://github.com/aklevecz/ComfyUI-AutoPrompt": { "stars": 0, "last_update": "2025-05-26 18:36:34", - "author_account_age_days": 2794 + "author_account_age_days": 2795 }, "https://github.com/alchemist-novaro/ComfyUI-Affine-Transform": { "stars": 4, @@ -1777,7 +1772,7 @@ "https://github.com/alexisrolland/ComfyUI-AuraSR": { "stars": 28, "last_update": "2025-09-02 15:57:17", - "author_account_age_days": 3807 + "author_account_age_days": 3808 }, "https://github.com/alisson-anjos/ComfyUI-Workarounds": { "stars": 14, @@ -1787,12 +1782,12 @@ "https://github.com/alistairallan/ComfyUI-skin-retouch": { "stars": 0, "last_update": "2025-08-02 15:45:04", - "author_account_age_days": 5046 + "author_account_age_days": 5047 }, "https://github.com/alt-key-project/comfyui-dream-painter": { "stars": 2, "last_update": "2025-02-23 10:19:26", - "author_account_age_days": 1181 + "author_account_age_days": 1182 }, "https://github.com/amamisonlyuser/MixvtonComfyui": { "stars": 0, @@ -1802,12 +1797,12 @@ "https://github.com/ammahmoudi/ComfyUI-Legendary-Nodes": { "stars": 0, "last_update": "2025-09-12 08:44:10", - "author_account_age_days": 1463 + "author_account_age_days": 1464 }, "https://github.com/animEEEmpire/ComfyUI-Animemory-Loader": { "stars": 3, "last_update": "2025-01-20 08:02:58", - "author_account_age_days": 367 + "author_account_age_days": 368 }, "https://github.com/apeirography/ModelCopyNode": { "stars": 0, @@ -1822,27 +1817,27 @@ "https://github.com/aria1th/ComfyUI-CairoSVG": { "stars": 0, "last_update": "2025-01-07 19:40:19", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/aria1th/ComfyUI-SkipCFGSigmas": { "stars": 3, "last_update": "2025-03-05 07:50:45", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/aria1th/ComfyUI-camietagger-onnx": { "stars": 0, "last_update": "2025-03-06 01:55:51", - "author_account_age_days": 2866 + "author_account_age_days": 2867 }, "https://github.com/artem-konevskikh/comfyui-split-merge-video": { "stars": 2, "last_update": "2024-11-19 00:11:17", - "author_account_age_days": 4893 + "author_account_age_days": 4894 }, "https://github.com/artifyfun/ComfyUI-JS": { "stars": 2, "last_update": "2025-07-02 10:45:12", - "author_account_age_days": 612 + "author_account_age_days": 613 }, "https://github.com/artisanalcomputing/ComfyUI-Custom-Nodes": { "stars": 0, @@ -1852,7 +1847,7 @@ "https://github.com/asaddi/allans-comfy-nodes": { "stars": 2, "last_update": "2025-09-24 20:51:32", - "author_account_age_days": 4055 + "author_account_age_days": 4056 }, "https://github.com/ashishsaini/comfyui-segment-clothing-sleeves": { "stars": 2, @@ -1862,17 +1857,17 @@ "https://github.com/ashllay/ComfyUI_MoreComfy": { "stars": 0, "last_update": "2025-08-11 13:46:34", - "author_account_age_days": 4491 + "author_account_age_days": 4492 }, "https://github.com/avocadori/ComfyUI-AudioAmplitudeConverter": { "stars": 0, "last_update": "2025-05-29 07:57:22", - "author_account_age_days": 594 + "author_account_age_days": 595 }, "https://github.com/ayaoayaoayaoaya/ComfyUI-KLUT-DeepSeek-API": { "stars": 0, "last_update": "2025-03-27 15:38:59", - "author_account_age_days": 541 + "author_account_age_days": 542 }, "https://github.com/babydjac/comfyui-grok-ponyxl": { "stars": 0, @@ -1882,22 +1877,22 @@ "https://github.com/backearth1/Comfyui-MiniMax-Video": { "stars": 19, "last_update": "2025-03-12 15:26:35", - "author_account_age_days": 773 + "author_account_age_days": 774 }, "https://github.com/badmike/comfyui-prompt-factory": { "stars": 0, "last_update": "2025-02-18 09:28:53", - "author_account_age_days": 5201 + "author_account_age_days": 5202 }, "https://github.com/bakker/BK_Utils": { "stars": 0, "last_update": "2025-11-10 17:42:32", - "author_account_age_days": 5884 + "author_account_age_days": 5885 }, "https://github.com/bananasss00/Comfyui-PyExec": { "stars": 3, "last_update": "2025-02-26 12:01:18", - "author_account_age_days": 3055 + "author_account_age_days": 3056 }, "https://github.com/bandido37/comfyui-kaggle-local-save": { "stars": 0, @@ -1907,32 +1902,32 @@ "https://github.com/banini1841/BigModelPipe": { "stars": 0, "last_update": "2025-10-14 18:15:14", - "author_account_age_days": 1852 + "author_account_age_days": 1853 }, "https://github.com/barakapa/barakapa-nodes": { "stars": 0, "last_update": "2025-05-13 20:47:52", - "author_account_age_days": 201 + "author_account_age_days": 202 }, "https://github.com/basenc/Comfyui-EnvVarNode": { "stars": 0, "last_update": "2025-10-18 12:50:39", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/basenc/Comfyui-Nodes-basenc": { "stars": 0, "last_update": "2025-11-17 13:58:45", - "author_account_age_days": 3176 + "author_account_age_days": 3177 }, "https://github.com/benda1989/WaterMarkRemover_ComfyUI": { "stars": 1, "last_update": "2025-05-01 22:31:19", - "author_account_age_days": 2634 + "author_account_age_days": 2635 }, "https://github.com/benmizrahi/ComfyGCS": { "stars": 1, "last_update": "2025-05-05 15:18:40", - "author_account_age_days": 3763 + "author_account_age_days": 3764 }, "https://github.com/beyastard/ComfyUI_BeySoft": { "stars": 0, @@ -1942,17 +1937,17 @@ "https://github.com/bheins/ComfyUI-glb-to-stl": { "stars": 0, "last_update": "2025-05-31 17:41:31", - "author_account_age_days": 4185 + "author_account_age_days": 4186 }, "https://github.com/bikiam/ComfyUi_WhisperGTranslate": { "stars": 0, "last_update": "2025-07-01 19:41:11", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/bikiam/Comfyui_AudioRecoder": { "stars": 0, "last_update": "2025-07-08 05:35:33", - "author_account_age_days": 671 + "author_account_age_days": 672 }, "https://github.com/birnam/ComfyUI-GenData-Pack": { "stars": 0, @@ -1977,7 +1972,7 @@ "https://github.com/blepping/comfyui_dum_samplers": { "stars": 5, "last_update": "2025-08-11 12:09:57", - "author_account_age_days": 675 + "author_account_age_days": 676 }, "https://github.com/blib-la/ComfyUI-Captain-Extensions": { "stars": 0, @@ -2002,57 +1997,57 @@ "https://github.com/bmgjet/comfyui-powerlimit": { "stars": 0, "last_update": "2025-08-30 03:13:17", - "author_account_age_days": 2393 + "author_account_age_days": 2394 }, "https://github.com/boricuapab/ComfyUI-Bori-KontextPresets": { "stars": 7, "last_update": "2025-07-21 05:49:40", - "author_account_age_days": 2090 + "author_account_age_days": 2091 }, "https://github.com/borisfaley/ComfyUI-ACES-EXR-OCIO": { "stars": 2, "last_update": "2025-08-24 05:31:47", - "author_account_age_days": 4155 + "author_account_age_days": 4156 }, "https://github.com/brace-great/comfyui-eim": { "stars": 0, "last_update": "2025-05-14 06:09:18", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/brace-great/comfyui-mc": { "stars": 0, "last_update": "2025-11-25 04:35:08", - "author_account_age_days": 1610 + "author_account_age_days": 1611 }, "https://github.com/brandonkish/comfyUI-extractable-text": { "stars": 0, "last_update": "2025-08-11 01:05:57", - "author_account_age_days": 4266 + "author_account_age_days": 4267 }, "https://github.com/broumbroum/comfyui-time-system": { "stars": 0, "last_update": "2025-10-16 18:00:30", - "author_account_age_days": 1290 + "author_account_age_days": 1291 }, "https://github.com/bruce007lee/comfyui-cleaner": { "stars": 3, "last_update": "2024-04-20 15:36:03", - "author_account_age_days": 5033 + "author_account_age_days": 5034 }, "https://github.com/bruce007lee/comfyui-tiny-utils": { "stars": 1, "last_update": "2024-08-31 13:34:57", - "author_account_age_days": 5033 + "author_account_age_days": 5034 }, "https://github.com/brycegoh/comfyui-custom-nodes": { "stars": 0, "last_update": "2024-06-05 09:30:06", - "author_account_age_days": 3630 + "author_account_age_days": 3631 }, "https://github.com/bulldog68/ComfyUI_FMJ": { "stars": 4, "last_update": "2025-11-18 13:57:19", - "author_account_age_days": 625 + "author_account_age_days": 626 }, "https://github.com/casterpollux/ComfyUI-USO": { "stars": 5, @@ -2062,7 +2057,7 @@ "https://github.com/catboxanon/ComfyUI-Pixelsmith": { "stars": 4, "last_update": "2025-01-22 03:02:05", - "author_account_age_days": 1052 + "author_account_age_days": 1053 }, "https://github.com/cedarconnor/ComfyUI-HunyuanWorld-Mirror": { "stars": 17, @@ -2077,47 +2072,47 @@ "https://github.com/celll1/cel_sampler": { "stars": 1, "last_update": "2024-11-20 13:04:54", - "author_account_age_days": 751 + "author_account_age_days": 752 }, "https://github.com/cesilk10/cesilk-comfyui-nodes": { "stars": 0, "last_update": "2025-08-13 11:30:35", - "author_account_age_days": 204 + "author_account_age_days": 205 }, "https://github.com/cgf120/comfyui-flowx-preprocess": { "stars": 0, "last_update": "2025-10-15 13:51:55", - "author_account_age_days": 3430 + "author_account_age_days": 3431 }, "https://github.com/chaojie/ComfyUI-mobvoi-openapi": { "stars": 2, "last_update": "2024-05-29 09:02:52", - "author_account_age_days": 5355 + "author_account_age_days": 5356 }, "https://github.com/charlie-otoy/ComfyUI-otoySKW-SystemMetrics": { "stars": 0, "last_update": "2025-09-25 21:27:15", - "author_account_age_days": 3554 + "author_account_age_days": 3555 }, "https://github.com/chengzeyi/Comfy-WaveSpeed": { "stars": 1193, "last_update": "2025-08-02 14:24:30", - "author_account_age_days": 3298 + "author_account_age_days": 3299 }, "https://github.com/chenpipi0807/ComfyUI-InstantCharacterFlux": { "stars": 2, "last_update": "2025-08-18 13:04:22", - "author_account_age_days": 808 + "author_account_age_days": 809 }, "https://github.com/ches2010/comfyui_aliyundrive_uploader": { "stars": 1, "last_update": "2025-09-16 03:10:47", - "author_account_age_days": 2691 + "author_account_age_days": 2692 }, "https://github.com/chetusangolgi/Comfyui-supabase": { "stars": 0, "last_update": "2025-07-17 11:50:31", - "author_account_age_days": 914 + "author_account_age_days": 915 }, "https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI": { "stars": 4, @@ -2137,22 +2132,22 @@ "https://github.com/chuge26/ComfyUI_seal_migration": { "stars": 0, "last_update": "2025-04-21 07:23:45", - "author_account_age_days": 2887 + "author_account_age_days": 2888 }, "https://github.com/cidiro/cid-node-pack": { "stars": 0, "last_update": "2025-03-23 23:26:00", - "author_account_age_days": 2150 + "author_account_age_days": 2151 }, "https://github.com/ciga2011/ComfyUI-AppGen": { "stars": 2, "last_update": "2025-01-02 17:00:32", - "author_account_age_days": 4720 + "author_account_age_days": 4721 }, "https://github.com/clcimir/FileTo64": { "stars": 0, "last_update": "2025-08-23 21:26:35", - "author_account_age_days": 1692 + "author_account_age_days": 1693 }, "https://github.com/clubmate/comfyui-boll-nodes": { "stars": 0, @@ -2160,29 +2155,29 @@ "author_account_age_days": 2450 }, "https://github.com/comfyanonymous/ComfyUI": { - "stars": 94723, - "last_update": "2025-11-27 22:46:16", - "author_account_age_days": 1070 + "stars": 94814, + "last_update": "2025-11-28 11:09:58", + "author_account_age_days": 1071 }, "https://github.com/comfyanonymous/ComfyUI_bitsandbytes_NF4": { "stars": 418, "last_update": "2024-08-16 18:06:10", - "author_account_age_days": 1070 + "author_account_age_days": 1071 }, "https://github.com/comfypod/ComfyUI-Comflow": { "stars": 0, "last_update": "2024-06-17 08:44:08", - "author_account_age_days": 544 + "author_account_age_days": 545 }, "https://github.com/comfyscript/ComfyUI-CloudClient": { "stars": 0, "last_update": "2025-09-11 13:41:35", - "author_account_age_days": 95 + "author_account_age_days": 96 }, "https://github.com/comfyui-wiki/ComfyUI-SelectionFocus": { "stars": 12, "last_update": "2025-10-13 11:18:23", - "author_account_age_days": 340 + "author_account_age_days": 341 }, "https://github.com/comfyuiblog/deepseek_prompt_generator_comfyui": { "stars": 2, @@ -2192,7 +2187,7 @@ "https://github.com/content-and-code/ComfyUI-SimpleCSVParse": { "stars": 0, "last_update": "2025-10-21 18:26:41", - "author_account_age_days": 5381 + "author_account_age_days": 5382 }, "https://github.com/corbin-hayden13/ComfyUI-Better-Dimensions": { "stars": 7, @@ -2202,27 +2197,27 @@ "https://github.com/crimro-se/ComfyUI-CascadedGaze": { "stars": 1, "last_update": "2025-08-04 23:03:24", - "author_account_age_days": 398 + "author_account_age_days": 399 }, "https://github.com/ctf05/ComfyUI-AudioDuration": { "stars": 0, "last_update": "2025-08-13 02:20:17", - "author_account_age_days": 2323 + "author_account_age_days": 2324 }, "https://github.com/cubiq/Comfy_Dungeon": { - "stars": 269, + "stars": 270, "last_update": "2024-04-26 11:00:58", - "author_account_age_days": 5532 + "author_account_age_days": 5533 }, "https://github.com/daracazamea/comfyUI-DCNodes": { "stars": 0, "last_update": "2025-04-03 14:38:27", - "author_account_age_days": 2480 + "author_account_age_days": 2481 }, "https://github.com/dcduanchao/comfyui_video_http": { "stars": 0, "last_update": "2025-09-22 01:25:36", - "author_account_age_days": 2875 + "author_account_age_days": 2876 }, "https://github.com/dead-matrix/ComfyUI-RMBG-Custom": { "stars": 0, @@ -2237,7 +2232,7 @@ "https://github.com/dexintenebri/comfyui_voxel_nodes": { "stars": 1, "last_update": "2025-08-01 08:33:48", - "author_account_age_days": 1133 + "author_account_age_days": 1134 }, "https://github.com/dfl/comfyui-stylegan": { "stars": 0, @@ -2247,22 +2242,22 @@ "https://github.com/dhpdong/ComfyUI-IPAdapter-Flux-Repair": { "stars": 4, "last_update": "2025-05-23 08:51:34", - "author_account_age_days": 2431 + "author_account_age_days": 2432 }, "https://github.com/dibowei1980/Comfyui-QwenEditUtilsFromRapid": { "stars": 0, "last_update": "2025-11-01 10:54:28", - "author_account_age_days": 2396 + "author_account_age_days": 2397 }, "https://github.com/dihan/comfyui-random-kps": { "stars": 4, "last_update": "2025-01-01 22:48:11", - "author_account_age_days": 4818 + "author_account_age_days": 4819 }, "https://github.com/diodiogod/Comfy-Inpainting-Works": { "stars": 69, "last_update": "2025-11-04 13:54:57", - "author_account_age_days": 649 + "author_account_age_days": 650 }, "https://github.com/dmitry-guskov/ComfyUI_light_image_ops": { "stars": 0, @@ -2282,62 +2277,62 @@ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": { "stars": 1, "last_update": "2024-01-06 19:07:45", - "author_account_age_days": 2844 + "author_account_age_days": 2845 }, "https://github.com/dowands/ComfyUI-AddMaskForICLora": { "stars": 1, "last_update": "2024-11-26 09:40:06", - "author_account_age_days": 3060 + "author_account_age_days": 3061 }, "https://github.com/downlifted/ComfyUI_BWiZ_Nodes": { "stars": 1, "last_update": "2024-12-27 17:03:52", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/downlifted/ComfyUI_GroqPrompt": { "stars": 0, "last_update": "2025-10-04 12:07:17", - "author_account_age_days": 2768 + "author_account_age_days": 2769 }, "https://github.com/duckmartians/Duck_Nodes": { "stars": 2, "last_update": "2025-08-21 02:24:03", - "author_account_age_days": 568 + "author_account_age_days": 569 }, "https://github.com/eddiehavila/comfyui-nachoman": { "stars": 0, "last_update": "2025-11-25 02:01:52", - "author_account_age_days": 910 + "author_account_age_days": 911 }, "https://github.com/eddyhhlure1Eddy/ComfyUI-QwenImageWrapper": { "stars": 11, "last_update": "2025-11-17 10:18:57", - "author_account_age_days": 269 + "author_account_age_days": 270 }, "https://github.com/edisonchan/ComfyUI-Sysinfo": { "stars": 0, "last_update": "2025-11-27 07:40:45", - "author_account_age_days": 4107 + "author_account_age_days": 4108 }, "https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": { "stars": 3, "last_update": "2025-09-30 01:58:51", - "author_account_age_days": 370 + "author_account_age_days": 371 }, "https://github.com/egormly/ComfyUI-EG_Tools": { "stars": 0, "last_update": "2025-11-19 14:39:40", - "author_account_age_days": 1109 + "author_account_age_days": 1110 }, "https://github.com/eigenpunk/ComfyUI-audio": { "stars": 94, "last_update": "2025-08-10 18:30:01", - "author_account_age_days": 1446 + "author_account_age_days": 1447 }, "https://github.com/ejektaflex/ComfyUI-Ty": { "stars": 0, "last_update": "2024-06-12 16:08:16", - "author_account_age_days": 3293 + "author_account_age_days": 3294 }, "https://github.com/elfatherbrown/comfyui-realcugan-node": { "stars": 0, @@ -2347,7 +2342,7 @@ "https://github.com/emranemran/ComfyUI-FasterLivePortrait": { "stars": 0, "last_update": "2024-12-18 20:03:19", - "author_account_age_days": 4706 + "author_account_age_days": 4707 }, "https://github.com/endman100/ComfyUI-SaveAndLoadPromptCondition": { "stars": 1, @@ -2362,37 +2357,37 @@ "https://github.com/enlo/ComfyUI-CheckpointSettings": { "stars": 0, "last_update": "2025-07-20 04:27:46", - "author_account_age_days": 3991 + "author_account_age_days": 3992 }, "https://github.com/ericbeyer/guidance_interval": { "stars": 2, "last_update": "2024-04-16 03:24:01", - "author_account_age_days": 3116 + "author_account_age_days": 3117 }, "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": 518 + "author_account_age_days": 519 }, "https://github.com/ervinne13/ComfyUI-Metadata-Hub": { "stars": 0, "last_update": "2025-09-07 03:59:13", - "author_account_age_days": 4391 + "author_account_age_days": 4392 }, "https://github.com/ethanfel/ComfyUI-Mamad8-QwenEdit-fix": { "stars": 3, "last_update": "2025-10-08 11:00:47", - "author_account_age_days": 3119 + "author_account_age_days": 3120 }, "https://github.com/etng/ComfyUI-Heartbeat": { "stars": 2, "last_update": "2025-06-03 09:32:40", - "author_account_age_days": 1585 + "author_account_age_days": 1586 }, "https://github.com/exectails/comfyui-et_scripting": { "stars": 1, "last_update": "2024-11-29 17:23:07", - "author_account_age_days": 4439 + "author_account_age_days": 4440 }, "https://github.com/eyekayem/comfyui_runway_gen3": { "stars": 0, @@ -2402,22 +2397,22 @@ "https://github.com/fangg2000/ComfyUI-SenseVoice": { "stars": 0, "last_update": "2025-05-06 06:42:52", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/fangg2000/ComfyUI-StableAudioFG": { "stars": 1, "last_update": "2025-06-15 11:49:34", - "author_account_age_days": 949 + "author_account_age_days": 950 }, "https://github.com/fangziheng2321/comfyuinode_chopmask": { "stars": 0, "last_update": "2025-02-17 03:16:50", - "author_account_age_days": 1693 + "author_account_age_days": 1694 }, "https://github.com/fantaskiss/ComfyUI-Qwen3_VQA_enhanced": { - "stars": 4, + "stars": 5, "last_update": "2025-10-21 02:06:39", - "author_account_age_days": 1031 + "author_account_age_days": 1032 }, "https://github.com/filipemeneses/ComfyUI_html": { "stars": 1, @@ -2437,7 +2432,7 @@ "https://github.com/flyingdogsoftware/gyre_for_comfyui": { "stars": 1, "last_update": "2024-11-18 22:35:37", - "author_account_age_days": 2534 + "author_account_age_days": 2535 }, "https://github.com/foglerek/comfyui-cem-tools": { "stars": 1, @@ -2447,22 +2442,22 @@ "https://github.com/franklydegenerate/ComfyUI-WAN-Resolution-Helper": { "stars": 0, "last_update": "2025-10-18 19:25:33", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/franky519/comfyui-redux-style": { "stars": 0, "last_update": "2025-02-13 10:04:45", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/franky519/comfyui_fnckc_Face_analysis": { "stars": 0, "last_update": "2025-06-16 02:09:00", - "author_account_age_days": 798 + "author_account_age_days": 799 }, "https://github.com/fritzprix/ComfyUI-LLM-Utils": { "stars": 1, "last_update": "2025-01-04 23:25:38", - "author_account_age_days": 5249 + "author_account_age_days": 5250 }, "https://github.com/frost-byte/fbTools": { "stars": 0, @@ -2472,12 +2467,12 @@ "https://github.com/ftechmax/ComfyUI-NovaKit-Pack": { "stars": 0, "last_update": "2025-04-26 13:27:06", - "author_account_age_days": 3099 + "author_account_age_days": 3100 }, "https://github.com/ftf001-tech/ComfyUI-ExternalLLMDetector": { "stars": 2, "last_update": "2025-06-22 03:43:09", - "author_account_age_days": 2217 + "author_account_age_days": 2218 }, "https://github.com/fuselayer/comfyui-libcom-image-composition": { "stars": 0, @@ -2489,15 +2484,10 @@ "last_update": "2024-08-06 00:24:56", "author_account_age_days": 1241 }, - "https://github.com/fuzr0dah/comfyui-sceneassembly": { - "stars": 0, - "last_update": "2025-05-18 12:27:05", - "author_account_age_days": 3625 - }, "https://github.com/fylrid2/comfyui_lock_previous_value": { "stars": 0, "last_update": "2025-06-30 22:05:07", - "author_account_age_days": 534 + "author_account_age_days": 535 }, "https://github.com/gabe-init/ComfyUI-LM-Studio": { "stars": 2, @@ -2517,27 +2507,27 @@ "https://github.com/gagaprince/ComfyUI_gaga_utils": { "stars": 0, "last_update": "2025-05-12 09:54:34", - "author_account_age_days": 4381 + "author_account_age_days": 4382 }, "https://github.com/galoreware/ComfyUI-GaloreNodes": { "stars": 0, "last_update": "2024-10-24 05:47:23", - "author_account_age_days": 1946 + "author_account_age_days": 1947 }, "https://github.com/gameltb/ComfyUI_paper_playground": { "stars": 10, "last_update": "2025-05-14 16:18:43", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/gameltb/ComfyUI_stable_fast": { "stars": 208, "last_update": "2024-08-04 09:25:33", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/gameltb/io_comfyui": { "stars": 6, "last_update": "2025-02-04 15:14:01", - "author_account_age_days": 4576 + "author_account_age_days": 4577 }, "https://github.com/gamtruliar/ComfyUI-N_SwapInput": { "stars": 0, @@ -2547,22 +2537,22 @@ "https://github.com/gaonprime-labs/ComfyUI_Nordy": { "stars": 0, "last_update": "2025-10-30 09:53:32", - "author_account_age_days": 702 + "author_account_age_days": 703 }, "https://github.com/gaowei-space/ComfyUI-Doubao-LLM": { "stars": 4, "last_update": "2025-09-15 10:35:06", - "author_account_age_days": 3999 + "author_account_age_days": 4000 }, "https://github.com/garciaone/g_one_toolkit": { "stars": 1, "last_update": "2025-10-20 22:46:14", - "author_account_age_days": 2648 + "author_account_age_days": 2649 }, "https://github.com/gilons/ComfyUI-GoogleDrive-Downloader": { "stars": 0, "last_update": "2025-06-13 20:43:59", - "author_account_age_days": 3069 + "author_account_age_days": 3070 }, "https://github.com/gioferreira/ComfyUI-Molde-Utils": { "stars": 0, @@ -2572,7 +2562,7 @@ "https://github.com/githubYiheng/comfyui_median_filter": { "stars": 0, "last_update": "2024-07-03 11:38:39", - "author_account_age_days": 4424 + "author_account_age_days": 4425 }, "https://github.com/gitmylo/FlowNodes": { "stars": 12, @@ -2582,22 +2572,22 @@ "https://github.com/glamorfleet0i/ComfyUI-Firewall": { "stars": 0, "last_update": "2024-12-30 02:14:57", - "author_account_age_days": 339 + "author_account_age_days": 340 }, "https://github.com/gmammolo/comfyui-gmammolo": { "stars": 0, "last_update": "2025-10-18 12:25:29", - "author_account_age_days": 4115 + "author_account_age_days": 4116 }, "https://github.com/go-package-lab/ComfyUI-Tools-Video-Combine": { "stars": 2, "last_update": "2024-09-24 03:54:00", - "author_account_age_days": 1905 + "author_account_age_days": 1906 }, "https://github.com/godric8/ComfyUI_Step1X-Edit": { "stars": 0, "last_update": "2025-06-02 12:14:14", - "author_account_age_days": 1965 + "author_account_age_days": 1966 }, "https://github.com/gold24park/loki-comfyui-node": { "stars": 0, @@ -2607,12 +2597,12 @@ "https://github.com/gordon123/ComfyUI_DreamBoard": { "stars": 2, "last_update": "2025-05-18 09:53:50", - "author_account_age_days": 5616 + "author_account_age_days": 5617 }, "https://github.com/gordon123/ComfyUI_srt2speech": { "stars": 4, "last_update": "2025-04-27 13:00:13", - "author_account_age_days": 5616 + "author_account_age_days": 5617 }, "https://github.com/gorillaframeai/GF_pixtral_node": { "stars": 0, @@ -2622,47 +2612,47 @@ "https://github.com/grimli333/ComfyUI_Grim": { "stars": 0, "last_update": "2024-12-01 18:10:07", - "author_account_age_days": 5285 + "author_account_age_days": 5286 }, "https://github.com/grinlau18/ComfyUI_XISER_Nodes": { "stars": 25, - "last_update": "2025-11-27 08:31:02", - "author_account_age_days": 825 + "last_update": "2025-11-28 16:32:04", + "author_account_age_days": 826 }, "https://github.com/grokuku/ComfyUI-Holaf": { "stars": 2, "last_update": "2025-11-21 22:17:32", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/grokuku/ComfyUI-Holaf-Utilities": { "stars": 5, "last_update": "2025-11-26 21:34:42", - "author_account_age_days": 2978 + "author_account_age_days": 2979 }, "https://github.com/haodman/ComfyUI_Rain": { "stars": 1, "last_update": "2024-09-01 10:41:20", - "author_account_age_days": 2661 + "author_account_age_days": 2662 }, "https://github.com/haofanwang/ComfyUI-InstantStyle": { "stars": 8, "last_update": "2024-05-23 16:11:13", - "author_account_age_days": 3499 + "author_account_age_days": 3500 }, "https://github.com/haomole/Comfyui-SadTalker": { "stars": 20, "last_update": "2025-10-16 11:25:05", - "author_account_age_days": 822 + "author_account_age_days": 823 }, "https://github.com/hay86/ComfyUI_AceNodes": { "stars": 90, "last_update": "2025-05-01 03:08:58", - "author_account_age_days": 5188 + "author_account_age_days": 5189 }, "https://github.com/hayden-fr/ComfyUI-Image-Browsing": { "stars": 19, "last_update": "2025-08-12 08:12:34", - "author_account_age_days": 2458 + "author_account_age_days": 2459 }, "https://github.com/hben35096/ComfyUI-ToolBox": { "stars": 6, @@ -2672,142 +2662,142 @@ "https://github.com/hdfhssg/ComfyUI_pxtool": { "stars": 6, "last_update": "2025-03-02 06:23:44", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/hdfhssg/comfyui_EvoSearch": { "stars": 6, "last_update": "2025-06-15 11:05:48", - "author_account_age_days": 1765 + "author_account_age_days": 1766 }, "https://github.com/henjicc/ComfyUI-CC-ImageLoader": { "stars": 1, "last_update": "2025-10-17 16:38:49", - "author_account_age_days": 1647 + "author_account_age_days": 1648 }, "https://github.com/hhelloe/ComfyuiQuantizerToFp8": { "stars": 0, "last_update": "2025-11-11 12:52:05", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/hhelloe/comfyuiWeightOnlyQuant": { "stars": 0, "last_update": "2025-11-14 01:38:51", - "author_account_age_days": 696 + "author_account_age_days": 697 }, "https://github.com/hiusdev/ComfyUI_Lah_Toffee": { "stars": 0, "last_update": "2025-02-14 12:40:14", - "author_account_age_days": 1865 + "author_account_age_days": 1866 }, "https://github.com/hndrr/Comfyui-SceneDetect": { "stars": 1, "last_update": "2025-11-26 06:56:56", - "author_account_age_days": 2322 + "author_account_age_days": 2323 }, "https://github.com/hnmr293/ComfyUI-SamOne": { "stars": 0, "last_update": "2025-04-16 08:07:42", - "author_account_age_days": 1076 + "author_account_age_days": 1077 }, "https://github.com/horidream/ComfyUI-Horidream": { "stars": 0, "last_update": "2024-09-08 08:57:57", - "author_account_age_days": 5565 + "author_account_age_days": 5566 }, "https://github.com/hotpizzatactics/ComfyUI-WaterMark-Detector": { "stars": 0, "last_update": "2024-07-23 14:36:35", - "author_account_age_days": 498 + "author_account_age_days": 499 }, "https://github.com/hotpot-killer/ComfyUI_AlexNodes": { "stars": 0, "last_update": "2024-12-06 09:09:03", - "author_account_age_days": 2747 + "author_account_age_days": 2748 }, "https://github.com/houdinii/comfy-magick": { "stars": 5, "last_update": "2024-03-11 06:40:54", - "author_account_age_days": 4041 + "author_account_age_days": 4042 }, "https://github.com/huhu-tiger/ComfyUI-RemoteDownload": { "stars": 0, "last_update": "2025-11-27 10:11:09", - "author_account_age_days": 1789 + "author_account_age_days": 1790 }, "https://github.com/huizhang0110/ComfyUI_Easy_Nodes_hui": { "stars": 2, "last_update": "2024-02-27 08:22:49", - "author_account_age_days": 2976 + "author_account_age_days": 2977 }, "https://github.com/hujuying/ComfyUI-QwenVL3-image-Plus": { "stars": 0, "last_update": "2025-11-04 14:40:14", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/hujuying/comfyui_gemini_banana_api": { "stars": 0, "last_update": "2025-09-09 14:19:12", - "author_account_age_days": 1298 + "author_account_age_days": 1299 }, "https://github.com/hulipanpan/Comfyui_tuteng": { "stars": 0, "last_update": "2025-07-14 08:33:39", - "author_account_age_days": 926 + "author_account_age_days": 927 }, "https://github.com/hunterssl/ComfyUI_SSLNodes": { "stars": 0, "last_update": "2025-01-20 07:23:52", - "author_account_age_days": 3357 + "author_account_age_days": 3358 }, "https://github.com/hunzmusic/ComfyUI-Hunyuan3DTools": { "stars": 4, "last_update": "2025-06-19 18:11:36", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/hunzmusic/Comfyui-CraftsMan3DWrapper": { "stars": 15, "last_update": "2025-05-09 10:46:59", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/hunzmusic/comfyui-hnznodes": { "stars": 1, "last_update": "2025-03-24 21:53:50", - "author_account_age_days": 249 + "author_account_age_days": 250 }, "https://github.com/husw725/comfyui_alta_nodes": { "stars": 0, "last_update": "2025-11-27 06:26:09", - "author_account_age_days": 4690 + "author_account_age_days": 4691 }, "https://github.com/hy134300/comfyui-hb-node": { "stars": 0, "last_update": "2024-04-09 09:56:22", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/hy134300/comfyui-hydit": { "stars": 9, "last_update": "2024-06-07 09:52:15", - "author_account_age_days": 2282 + "author_account_age_days": 2283 }, "https://github.com/hylarucoder/comfyui-copilot": { "stars": 27, "last_update": "2024-06-28 04:43:18", - "author_account_age_days": 4434 + "author_account_age_days": 4435 }, "https://github.com/idoru/ComfyUI-SKCFI-NetworkFileIO": { "stars": 0, "last_update": "2025-08-15 03:07:11", - "author_account_age_days": 5714 + "author_account_age_days": 5715 }, "https://github.com/if-ai/ComfyUI-IF_Zonos": { "stars": 1, "last_update": "2025-02-18 01:28:04", - "author_account_age_days": 3383 + "author_account_age_days": 3384 }, "https://github.com/ifilipis/ComfyUI-Auto-Prompt-Engineer": { "stars": 0, "last_update": "2025-10-31 12:05:21", - "author_account_age_days": 2711 + "author_account_age_days": 2712 }, "https://github.com/ilovejohnwhite/Tracer": { "stars": 0, @@ -2817,17 +2807,17 @@ "https://github.com/ilslli/Comfyui-IV2Z": { "stars": 0, "last_update": "2025-11-18 02:20:44", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/immersiveexperience/ie-comfyui-color-nodes": { "stars": 2, "last_update": "2024-06-18 10:54:55", - "author_account_age_days": 790 + "author_account_age_days": 791 }, "https://github.com/io-club/ComfyUI-LuminaNext": { "stars": 0, "last_update": "2024-09-23 12:02:22", - "author_account_age_days": 1160 + "author_account_age_days": 1161 }, "https://github.com/isurulkh/ComfyUI-Lovis-Node": { "stars": 0, @@ -2837,32 +2827,32 @@ "https://github.com/jKaarlehto/ComfyUI-GetWorkflowName": { "stars": 1, "last_update": "2025-11-17 12:13:27", - "author_account_age_days": 2115 + "author_account_age_days": 2116 }, "https://github.com/jax-explorer/ComfyUI-DreamO": { "stars": 66, "last_update": "2025-05-22 08:07:02", - "author_account_age_days": 1098 + "author_account_age_days": 1099 }, "https://github.com/jcomeme/ComfyUI-AsunaroTools": { "stars": 1, "last_update": "2025-03-21 03:57:39", - "author_account_age_days": 5371 + "author_account_age_days": 5372 }, "https://github.com/jerryname2022/ComfyUI-MegaTTS3": { "stars": 1, "last_update": "2025-09-03 02:07:31", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/jerryname2022/ComfyUI-Real-ESRGAN": { "stars": 0, "last_update": "2025-08-30 11:27:03", - "author_account_age_days": 3800 + "author_account_age_days": 3801 }, "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": { "stars": 0, "last_update": "2024-08-30 06:42:39", - "author_account_age_days": 977 + "author_account_age_days": 978 }, "https://github.com/jgbyte/ComfyUI-RandomCube": { "stars": 0, @@ -2872,7 +2862,7 @@ "https://github.com/jiafuzeng/comfyui-fishSpeech": { "stars": 0, "last_update": "2025-07-23 08:29:43", - "author_account_age_days": 2734 + "author_account_age_days": 2735 }, "https://github.com/jimmm-ai/TimeUi-a-ComfyUi-Timeline-Node": { "stars": 227, @@ -2887,17 +2877,17 @@ "https://github.com/jinchanz/ComfyUI-AliCloud-Bailian": { "stars": 1, "last_update": "2025-08-12 01:06:56", - "author_account_age_days": 2586 + "author_account_age_days": 2587 }, "https://github.com/jn-jairo/jn_node_suite_comfyui": { "stars": 6, "last_update": "2024-06-08 05:15:33", - "author_account_age_days": 4505 + "author_account_age_days": 4506 }, "https://github.com/jonathan-bryant/ComfyUI-ImageStraightener": { "stars": 0, "last_update": "2025-08-02 15:46:45", - "author_account_age_days": 3590 + "author_account_age_days": 3591 }, "https://github.com/jonstreeter/comfyui-archive-output": { "stars": 7, @@ -2912,12 +2902,12 @@ "https://github.com/jorin91/ComfyUI-JSG-Utils": { "stars": 0, "last_update": "2025-11-23 21:34:47", - "author_account_age_days": 1162 + "author_account_age_days": 1163 }, "https://github.com/jpwgad/jpwgad-comfy": { "stars": 0, "last_update": "2025-10-15 13:21:14", - "author_account_age_days": 4655 + "author_account_age_days": 4656 }, "https://github.com/jschoormans/Comfy-InterestingPixels": { "stars": 1, @@ -2927,27 +2917,27 @@ "https://github.com/jtrue/ComfyUI-MaskTools": { "stars": 0, "last_update": "2025-08-24 14:39:23", - "author_account_age_days": 4451 + "author_account_age_days": 4452 }, "https://github.com/jtscmw01/ComfyUI-DiffBIR": { "stars": 305, "last_update": "2024-05-21 05:28:34", - "author_account_age_days": 1023 + "author_account_age_days": 1024 }, "https://github.com/jtydhr88/ComfyUI-StableStudio": { "stars": 22, "last_update": "2025-08-15 00:06:43", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI-Unique3D": { "stars": 217, "last_update": "2024-10-18 10:37:10", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/jtydhr88/ComfyUI_frontend_vue_basic": { "stars": 14, "last_update": "2025-08-26 01:23:49", - "author_account_age_days": 5274 + "author_account_age_days": 5275 }, "https://github.com/judian17/ComfyUI-MIDI-3D": { "stars": 6, @@ -2957,7 +2947,7 @@ "https://github.com/junhe421/comfyui_batch_image_processor": { "stars": 7, "last_update": "2025-07-11 01:09:12", - "author_account_age_days": 656 + "author_account_age_days": 657 }, "https://github.com/kadirnar/ComfyUI-Adapter": { "stars": 3, @@ -2967,12 +2957,12 @@ "https://github.com/kandy/ComfyUI-KAndy": { "stars": 0, "last_update": "2025-11-14 00:53:11", - "author_account_age_days": 5994 + "author_account_age_days": 5995 }, "https://github.com/karthikg-09/ComfyUI-3ncrypt": { "stars": 0, "last_update": "2024-12-27 09:09:07", - "author_account_age_days": 717 + "author_account_age_days": 718 }, "https://github.com/kaski23/Kaskis_Comfy_Nodes": { "stars": 0, @@ -2982,7 +2972,7 @@ "https://github.com/kesslerdev/kesslerdev_comfyui_nodes": { "stars": 0, "last_update": "2025-10-10 11:31:54", - "author_account_age_days": 4856 + "author_account_age_days": 4857 }, "https://github.com/kevin314/ComfyUI-FastVideo": { "stars": 5, @@ -2992,72 +2982,72 @@ "https://github.com/kijai/ComfyUI-CV-VAE": { "stars": 11, "last_update": "2024-06-03 21:46:49", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DeepSeek-VL": { "stars": 48, "last_update": "2024-05-21 16:43:40", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DiffSynthWrapper": { "stars": 61, "last_update": "2024-06-22 00:16:46", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-DiffusersSD3Wrapper": { "stars": 10, "last_update": "2024-06-17 13:03:43", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-EasyAnimateWrapper": { "stars": 86, "last_update": "2024-08-14 02:20:18", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-FollowYourEmojiWrapper": { "stars": 64, "last_update": "2025-04-18 10:50:26", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-FramePackWrapper": { "stars": 1592, "last_update": "2025-06-03 21:48:59", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-Hunyuan3DWrapper": { "stars": 909, "last_update": "2025-06-15 09:52:41", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper": { "stars": 2559, "last_update": "2025-08-20 08:38:14", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-MMAudio": { "stars": 474, "last_update": "2025-09-13 07:45:10", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-MochiWrapper": { "stars": 799, "last_update": "2024-11-11 13:54:57", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-VEnhancer": { "stars": 71, "last_update": "2024-11-02 00:24:36", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-VideoNoiseWarp": { "stars": 159, "last_update": "2025-03-30 13:39:03", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kijai/ComfyUI-WanAnimatePreprocess": { "stars": 327, "last_update": "2025-10-06 07:58:17", - "author_account_age_days": 2704 + "author_account_age_days": 2705 }, "https://github.com/kimara-ai/ComfyUI-Kimara-AI-Image-From-URL": { "stars": 0, @@ -3066,103 +3056,103 @@ }, "https://github.com/kongds1999/ComfyUI_was_image": { "stars": 2, - "last_update": "2025-11-10 06:26:57", - "author_account_age_days": 1219 + "last_update": "2025-11-28 08:07:54", + "author_account_age_days": 1220 }, "https://github.com/krich-cto/ComfyUI-Flow-Control": { "stars": 2, "last_update": "2025-09-11 07:45:57", - "author_account_age_days": 1786 + "author_account_age_days": 1787 }, "https://github.com/krisshen2021/comfyui_OpenRouterNodes": { "stars": 0, "last_update": "2025-02-22 02:29:36", - "author_account_age_days": 1709 + "author_account_age_days": 1710 }, "https://github.com/kuailefengnan2024/Comfyui_Layer": { "stars": 0, "last_update": "2025-09-05 12:19:50", - "author_account_age_days": 481 + "author_account_age_days": 482 }, "https://github.com/kuschanow/ComfyUI-SD-Slicer": { "stars": 0, "last_update": "2024-12-08 16:59:31", - "author_account_age_days": 1903 + "author_account_age_days": 1904 }, "https://github.com/kxh/ComfyUI-ImageUpscaleWithModelMultipleTimes": { "stars": 0, "last_update": "2024-10-16 13:53:50", - "author_account_age_days": 5068 + "author_account_age_days": 5069 }, "https://github.com/kxh/ComfyUI-sam2": { "stars": 1, "last_update": "2024-10-10 18:06:11", - "author_account_age_days": 5068 + "author_account_age_days": 5069 }, "https://github.com/kycg/comfyui-Kwtoolset": { "stars": 0, "last_update": "2024-11-04 21:14:07", - "author_account_age_days": 1462 + "author_account_age_days": 1463 }, "https://github.com/kylegrover/comfyui-python-cowboy": { "stars": 2, "last_update": "2024-11-04 18:37:04", - "author_account_age_days": 3173 + "author_account_age_days": 3174 }, "https://github.com/l1yongch1/ComfyUI-YcNodes": { "stars": 1, "last_update": "2025-05-05 04:00:28", - "author_account_age_days": 1297 + "author_account_age_days": 1298 }, "https://github.com/laksjdjf/ssd-1b-comfyui": { "stars": 1, "last_update": "2023-10-27 20:05:06", - "author_account_age_days": 3352 + "author_account_age_days": 3353 }, "https://github.com/laobaishu1/ComfyUI-JSON-Upload-Iterator": { "stars": 0, "last_update": "2025-11-02 09:10:52", - "author_account_age_days": 272 + "author_account_age_days": 273 }, "https://github.com/laubsauger/comfyui-storyboard": { "stars": 9, "last_update": "2025-06-14 23:33:25", - "author_account_age_days": 5077 + "author_account_age_days": 5078 }, "https://github.com/lazybuttalented/ComfyUI_LBT": { "stars": 2, "last_update": "2025-11-11 02:42:22", - "author_account_age_days": 2273 + "author_account_age_days": 2274 }, "https://github.com/lcolok/ComfyUI-MagicAI": { "stars": 8, "last_update": "2025-10-30 07:20:48", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/leadbreak/comfyui-faceaging": { "stars": 91, "last_update": "2024-10-31 08:25:21", - "author_account_age_days": 1894 + "author_account_age_days": 1895 }, "https://github.com/leeguandong/ComfyUI_AliControlnetInpainting": { "stars": 3, "last_update": "2024-09-25 10:44:58", - "author_account_age_days": 3315 + "author_account_age_days": 3316 }, "https://github.com/leoleelxh/ComfyUI-MidjourneyNode-leoleexh": { "stars": 27, "last_update": "2024-08-01 03:37:17", - "author_account_age_days": 4596 + "author_account_age_days": 4597 }, "https://github.com/leon-etienne/ComfyUI_Scoring-Nodes": { "stars": 0, "last_update": "2025-04-21 11:48:26", - "author_account_age_days": 874 + "author_account_age_days": 875 }, "https://github.com/lfelipegg/lfgg_custom_nodes": { "stars": 0, "last_update": "2025-09-21 03:17:11", - "author_account_age_days": 1331 + "author_account_age_days": 1332 }, "https://github.com/lggcfx2020/ComfyUI-LGGCFX-Tools": { "stars": 6, @@ -3172,27 +3162,27 @@ "https://github.com/lgldlk/ComfyUI-img-tiler": { "stars": 1, "last_update": "2024-10-17 07:56:42", - "author_account_age_days": 2211 + "author_account_age_days": 2212 }, "https://github.com/lichenhao/Comfyui_Ryota": { "stars": 0, "last_update": "2024-09-07 08:25:54", - "author_account_age_days": 4888 + "author_account_age_days": 4889 }, "https://github.com/light-and-ray/Minimalistic-Comfy-Wrapper-WebUI": { "stars": 62, - "last_update": "2025-11-27 01:05:13", - "author_account_age_days": 2941 + "last_update": "2025-11-28 08:23:39", + "author_account_age_days": 2942 }, "https://github.com/lihaoyun6/ComfyUI-lhyNodes": { "stars": 12, "last_update": "2025-11-21 15:35:12", - "author_account_age_days": 3632 + "author_account_age_days": 3633 }, "https://github.com/linhusyung/comfyui-Build-and-train-your-network": { "stars": 110, "last_update": "2024-06-26 05:44:43", - "author_account_age_days": 1199 + "author_account_age_days": 1200 }, "https://github.com/littleowl/ComfyUI-MV-HECV": { "stars": 1, @@ -3201,73 +3191,73 @@ }, "https://github.com/liusida/ComfyUI-Notebook": { "stars": 23, - "last_update": "2025-11-25 04:28:59", - "author_account_age_days": 3729 + "last_update": "2025-11-28 10:15:56", + "author_account_age_days": 3730 }, "https://github.com/locphan201/ComfyUI-Alter-Nodes": { "stars": 0, "last_update": "2025-08-22 04:36:41", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/locphan201/ComfyUI-Alternatives": { "stars": 0, "last_update": "2025-08-12 01:20:05", - "author_account_age_days": 1774 + "author_account_age_days": 1775 }, "https://github.com/logtd/ComfyUI-HunyuanLoom": { "stars": 495, "last_update": "2025-02-21 21:01:57", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/logtd/ComfyUI-Veevee": { "stars": 63, "last_update": "2024-08-12 03:04:12", - "author_account_age_days": 643 + "author_account_age_days": 644 }, "https://github.com/longgui0318/comfyui-one-more-step": { "stars": 1, "last_update": "2024-05-07 08:40:56", - "author_account_age_days": 4686 + "author_account_age_days": 4687 }, "https://github.com/longzoho/ComfyUI-Qdrant-Saver": { "stars": 0, "last_update": "2025-03-07 13:44:52", - "author_account_age_days": 2040 + "author_account_age_days": 2041 }, "https://github.com/lordwedggie/xcpNodes": { "stars": 0, "last_update": "2024-11-15 06:24:48", - "author_account_age_days": 1074 + "author_account_age_days": 1075 }, "https://github.com/love2hina-net/ComfyUI-Local-Translator": { "stars": 1, "last_update": "2025-09-03 04:37:20", - "author_account_age_days": 1573 + "author_account_age_days": 1574 }, "https://github.com/lrzjason/Comfyui-Condition-Utils": { "stars": 7, "last_update": "2025-05-18 17:09:17", - "author_account_age_days": 4184 + "author_account_age_days": 4185 }, "https://github.com/ltdrdata/ComfyUI-Workflow-Component": { "stars": 248, "last_update": "2024-07-30 08:08:28", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/ltdrdata/comfyui-unsafe-torch": { "stars": 42, "last_update": "2025-06-10 22:31:29", - "author_account_age_days": 983 + "author_account_age_days": 984 }, "https://github.com/lu64k/ks_nodes": { "stars": 1, "last_update": "2025-10-11 03:14:04", - "author_account_age_days": 912 + "author_account_age_days": 913 }, "https://github.com/lucafoscili/lf-nodes": { "stars": 22, - "last_update": "2025-11-26 10:10:52", - "author_account_age_days": 2556 + "last_update": "2025-11-28 08:04:13", + "author_account_age_days": 2557 }, "https://github.com/lum3on/comfyui_RollingDepth": { "stars": 1, @@ -3282,7 +3272,7 @@ "https://github.com/m-ai-studio/mai-prompt-progress": { "stars": 0, "last_update": "2025-08-14 08:47:35", - "author_account_age_days": 570 + "author_account_age_days": 571 }, "https://github.com/machinesarenotpeople/comfyui-energycost": { "stars": 0, @@ -3292,12 +3282,12 @@ "https://github.com/maekawataiki/ComfyUI-ALB-Login": { "stars": 3, "last_update": "2025-01-17 02:10:49", - "author_account_age_days": 3184 + "author_account_age_days": 3185 }, "https://github.com/maizerrr/comfyui-code-nodes": { "stars": 0, "last_update": "2025-06-30 03:36:19", - "author_account_age_days": 3591 + "author_account_age_days": 3592 }, "https://github.com/majocola/comfyui-standbybutton": { "stars": 0, @@ -3312,22 +3302,22 @@ "https://github.com/mamamia1110/comfyui-boggerrr-nodes": { "stars": 0, "last_update": "2025-08-05 15:39:07", - "author_account_age_days": 1030 + "author_account_age_days": 1031 }, "https://github.com/mamorett/ComfyUI-SmolVLM": { "stars": 5, "last_update": "2024-11-30 14:31:14", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/mamorett/comfyui_minicpm_vision": { "stars": 0, "last_update": "2025-06-17 13:25:18", - "author_account_age_days": 1273 + "author_account_age_days": 1274 }, "https://github.com/maoper11/comfyui_inteliweb_nodes": { "stars": 2, "last_update": "2025-09-10 05:51:38", - "author_account_age_days": 2975 + "author_account_age_days": 2976 }, "https://github.com/marcueberall/ComfyUI-BuildPath": { "stars": 0, @@ -3337,7 +3327,7 @@ "https://github.com/marduk191/comfyui_cmdtls": { "stars": 0, "last_update": "2025-11-15 07:01:57", - "author_account_age_days": 4936 + "author_account_age_days": 4937 }, "https://github.com/martinken/ComfyUI-KMNodes": { "stars": 0, @@ -3352,12 +3342,12 @@ "https://github.com/mashb1t/comfyui-nodes-mashb1t": { "stars": 0, "last_update": "2024-06-11 15:55:53", - "author_account_age_days": 4057 + "author_account_age_days": 4058 }, "https://github.com/masmullin2000/ComfyUI-MMYolo": { "stars": 0, "last_update": "2025-02-22 22:23:02", - "author_account_age_days": 4599 + "author_account_age_days": 4600 }, "https://github.com/matDobek/ComfyUI_duck": { "stars": 0, @@ -3397,12 +3387,12 @@ "https://github.com/mico-world/comfyui_mico_node": { "stars": 0, "last_update": "2025-08-18 09:04:07", - "author_account_age_days": 393 + "author_account_age_days": 394 }, "https://github.com/mikeymcfish/FishTools": { "stars": 28, "last_update": "2024-07-13 20:51:17", - "author_account_age_days": 3924 + "author_account_age_days": 3925 }, "https://github.com/mikheys/ComfyUI-mikheys": { "stars": 0, @@ -3412,47 +3402,47 @@ "https://github.com/minhtuannhn/comfyui-gemini-studio": { "stars": 0, "last_update": "2024-11-19 16:05:05", - "author_account_age_days": 1702 + "author_account_age_days": 1703 }, "https://github.com/minujeong/comfyui-oklch-color-picker": { "stars": 1, "last_update": "2025-10-31 21:49:13", - "author_account_age_days": 4564 + "author_account_age_days": 4565 }, "https://github.com/miragecoa/ComfyUI-LLM-Evaluation": { "stars": 1, "last_update": "2024-11-21 01:29:48", - "author_account_age_days": 1087 + "author_account_age_days": 1088 }, "https://github.com/mittimi/ComfyUI_mittimiLoadPresetLite": { "stars": 0, "last_update": "2025-11-14 12:54:39", - "author_account_age_days": 4531 + "author_account_age_days": 4532 }, "https://github.com/mliand/ComfyUI-Calendar-Node": { "stars": 0, "last_update": "2025-01-10 07:33:40", - "author_account_age_days": 907 + "author_account_age_days": 908 }, "https://github.com/mm-akhtar/comfyui-mask-selector-node": { "stars": 0, "last_update": "2025-04-18 10:06:17", - "author_account_age_days": 2014 + "author_account_age_days": 2015 }, "https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": { "stars": 0, "last_update": "2025-01-25 14:39:17", - "author_account_age_days": 2941 + "author_account_age_days": 2942 }, "https://github.com/molbal/comfy-url-fetcher": { "stars": 0, "last_update": "2025-02-02 13:37:48", - "author_account_age_days": 4418 + "author_account_age_days": 4419 }, "https://github.com/moonwhaler/comfyui-moonpack": { "stars": 8, "last_update": "2025-10-10 09:53:05", - "author_account_age_days": 4945 + "author_account_age_days": 4946 }, "https://github.com/mr-krak3n/ComfyUI-Qwen": { "stars": 22, @@ -3462,17 +3452,17 @@ "https://github.com/mrCodinghero/ComfyUI-Codinghero": { "stars": 0, "last_update": "2025-11-24 04:18:30", - "author_account_age_days": 604 + "author_account_age_days": 605 }, "https://github.com/muriellee1x/ComfyUI-Logic-Switch": { "stars": 3, "last_update": "2025-11-11 09:15:55", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/muriellee1x/ComfyUI-switch-angles": { "stars": 2, "last_update": "2025-11-06 09:29:04", - "author_account_age_days": 2210 + "author_account_age_days": 2211 }, "https://github.com/mut-ex/comfyui-gligengui-node": { "stars": 52, @@ -3482,12 +3472,12 @@ "https://github.com/muvich3n/ComfyUI-Claude-I2T": { "stars": 0, "last_update": "2025-01-15 07:50:46", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/muvich3n/ComfyUI-Crop-Border": { "stars": 0, "last_update": "2025-02-24 10:01:53", - "author_account_age_days": 1819 + "author_account_age_days": 1820 }, "https://github.com/naderzare/comfyui-inodes": { "stars": 0, @@ -3502,107 +3492,107 @@ "https://github.com/nat-chan/comfyui-exec": { "stars": 3, "last_update": "2024-05-28 11:56:37", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/nat-chan/comfyui-paint": { "stars": 3, "last_update": "2024-06-14 11:01:38", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/nat-chan/transceiver": { "stars": 1, "last_update": "2024-05-01 10:03:01", - "author_account_age_days": 3514 + "author_account_age_days": 3515 }, "https://github.com/neeltheninja/ComfyUI-TempFileDeleter": { "stars": 0, "last_update": "2024-10-26 19:25:43", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/neeltheninja/ComfyUI-TextOverlay": { "stars": 0, "last_update": "2024-07-31 18:40:19", - "author_account_age_days": 2400 + "author_account_age_days": 2401 }, "https://github.com/neo0801/my-comfy-node": { "stars": 0, "last_update": "2024-09-20 07:49:04", - "author_account_age_days": 4301 + "author_account_age_days": 4302 }, "https://github.com/netanelben/comfyui-camera2image-customnode": { "stars": 1, "last_update": "2024-09-29 15:14:57", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/netanelben/comfyui-image2image-customnode": { "stars": 1, "last_update": "2024-09-29 12:50:53", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/netanelben/comfyui-photobooth-customnode": { "stars": 0, "last_update": "2024-10-02 08:00:05", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/netanelben/comfyui-text2image-customnode": { "stars": 4, "last_update": "2024-09-29 15:19:37", - "author_account_age_days": 4403 + "author_account_age_days": 4404 }, "https://github.com/neverbiasu/ComfyUI-ControlNeXt": { "stars": 3, "last_update": "2024-08-15 08:15:43", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-DeepSeek": { "stars": 0, "last_update": "2025-02-01 04:17:59", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-Show-o": { "stars": 1, "last_update": "2025-06-24 06:33:20", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/neverbiasu/ComfyUI-StereoCrafter": { "stars": 4, "last_update": "2024-12-30 13:32:43", - "author_account_age_days": 1540 + "author_account_age_days": 1541 }, "https://github.com/newraina/ComfyUI-Remote-Save-Image": { "stars": 0, "last_update": "2025-04-18 10:50:44", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/newraina/comfyui-photoshop-v2": { "stars": 2, "last_update": "2025-11-17 09:00:20", - "author_account_age_days": 3958 + "author_account_age_days": 3959 }, "https://github.com/nidefawl/ComfyUI-nidefawl": { "stars": 2, "last_update": "2024-01-16 18:16:41", - "author_account_age_days": 5389 + "author_account_age_days": 5390 }, "https://github.com/nikkuexe/ComfyUI-ListDataHelpers": { "stars": 0, "last_update": "2024-09-21 16:15:57", - "author_account_age_days": 5070 + "author_account_age_days": 5071 }, "https://github.com/nobandegani/comfyui_ino_nodes": { "stars": 2, "last_update": "2025-11-22 16:39:28", - "author_account_age_days": 1808 + "author_account_age_days": 1809 }, "https://github.com/nobinBB/comfyui-samenodes": { "stars": 0, "last_update": "2025-11-17 23:06:42", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/nohikomiso/ComfyUI-ImageFolderPicker": { "stars": 0, "last_update": "2025-11-27 15:12:08", - "author_account_age_days": 3302 + "author_account_age_days": 3303 }, "https://github.com/nomcycle/ComfyUI_Cluster": { "stars": 3, @@ -3617,7 +3607,7 @@ "https://github.com/numq/comfyui-camera-capture-node": { "stars": 0, "last_update": "2025-09-10 00:47:28", - "author_account_age_days": 2577 + "author_account_age_days": 2578 }, "https://github.com/obisin/ComfyUI-FSampler": { "stars": 117, @@ -3632,37 +3622,37 @@ "https://github.com/odedgranot/comfyui-ffmpeg-node": { "stars": 1, "last_update": "2025-08-25 09:17:44", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/odedgranot/comfyui_video_save_node": { "stars": 0, "last_update": "2025-08-20 12:47:09", - "author_account_age_days": 2044 + "author_account_age_days": 2045 }, "https://github.com/orion4d/ComfyUI_unified_list_selector": { "stars": 1, "last_update": "2025-07-03 08:57:21", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/orion4d/Orion4D_MasterPrompt": { "stars": 7, "last_update": "2025-09-20 13:01:51", - "author_account_age_days": 1103 + "author_account_age_days": 1104 }, "https://github.com/orpheus-gaze/comfyui-sundryutils": { "stars": 0, "last_update": "2025-09-19 10:53:25", - "author_account_age_days": 70 + "author_account_age_days": 71 }, "https://github.com/osuiso-depot/comfyui-keshigom_custom": { "stars": 0, "last_update": "2025-02-27 10:01:17", - "author_account_age_days": 1631 + "author_account_age_days": 1632 }, "https://github.com/owengillett/ComfyUI-tilefusion": { "stars": 0, "last_update": "2025-02-19 11:05:53", - "author_account_age_days": 2254 + "author_account_age_days": 2255 }, "https://github.com/oxysoft/Comfy-Compel": { "stars": 0, @@ -3682,7 +3672,7 @@ "https://github.com/p1atdev/comfyui-aesthetic-predictor": { "stars": 0, "last_update": "2025-05-10 08:03:13", - "author_account_age_days": 2136 + "author_account_age_days": 2137 }, "https://github.com/pacchikAI/ImagePromptBatch": { "stars": 0, @@ -3697,7 +3687,7 @@ "https://github.com/panchovial-max/ComfyUI-ListHelper": { "stars": 0, "last_update": "2025-10-01 01:58:14", - "author_account_age_days": 117 + "author_account_age_days": 118 }, "https://github.com/papcorns/ComfyUI-Papcorns-Node-UploadToGCS": { "stars": 0, @@ -3707,12 +3697,12 @@ "https://github.com/parmarjh/ComfyUI-MochiWrapper-I2V": { "stars": 0, "last_update": "2025-01-10 14:28:51", - "author_account_age_days": 2082 + "author_account_age_days": 2083 }, "https://github.com/paulhoux/Smart-Prompting": { "stars": 0, "last_update": "2025-03-10 09:16:44", - "author_account_age_days": 5645 + "author_account_age_days": 5646 }, "https://github.com/pfpb/comfyui-badnodes": { "stars": 0, @@ -3722,7 +3712,7 @@ "https://github.com/pft-ChenKu/ComfyUI_system-dev": { "stars": 0, "last_update": "2025-09-30 08:44:21", - "author_account_age_days": 254 + "author_account_age_days": 255 }, "https://github.com/phamngoctukts/ComyUI-Tupham": { "stars": 1, @@ -3732,57 +3722,57 @@ "https://github.com/pickles/ComfyUI-PyPromptGenerator": { "stars": 0, "last_update": "2025-10-05 17:58:12", - "author_account_age_days": 5783 + "author_account_age_days": 5784 }, "https://github.com/pictorialink/ComfyUI-static-resource": { "stars": 0, "last_update": "2025-07-15 07:50:28", - "author_account_age_days": 197 + "author_account_age_days": 198 }, "https://github.com/pinkpixel-dev/comfyui-llm-prompt-enhancer": { "stars": 13, "last_update": "2025-01-28 12:43:25", - "author_account_age_days": 310 + "author_account_age_days": 311 }, "https://github.com/pixixai/ComfyUI_pixixTools": { "stars": 0, "last_update": "2025-07-22 04:43:42", - "author_account_age_days": 323 + "author_account_age_days": 324 }, "https://github.com/pixuai/ComfyUI-PixuAI": { "stars": 0, "last_update": "2025-03-01 13:56:56", - "author_account_age_days": 271 + "author_account_age_days": 272 }, "https://github.com/pizurny/ComfyUI-Just-DWPose": { "stars": 1, "last_update": "2025-10-12 13:11:50", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/pizurny/Comfyui-FeedbackSampler": { "stars": 21, "last_update": "2025-11-20 21:08:22", - "author_account_age_days": 1202 + "author_account_age_days": 1203 }, "https://github.com/pmarmotte2/Comfyui-VibeVoiceSelector": { "stars": 2, "last_update": "2025-04-08 11:18:55", - "author_account_age_days": 585 + "author_account_age_days": 586 }, "https://github.com/poisenbery/NudeNet-Detector-Provider": { "stars": 1, "last_update": "2024-02-26 02:11:27", - "author_account_age_days": 1758 + "author_account_age_days": 1759 }, "https://github.com/pomelyu/cy-prompt-tools": { "stars": 0, "last_update": "2025-06-13 15:09:26", - "author_account_age_days": 4776 + "author_account_age_days": 4777 }, "https://github.com/power88/ComfyUI-PDiD-Nodes": { "stars": 0, "last_update": "2025-01-04 11:21:29", - "author_account_age_days": 3252 + "author_account_age_days": 3253 }, "https://github.com/prabinpebam/anyPython": { "stars": 18, @@ -3792,7 +3782,7 @@ "https://github.com/prodogape/ComfyUI-clip-interrogator": { "stars": 62, "last_update": "2024-07-27 18:33:22", - "author_account_age_days": 1551 + "author_account_age_days": 1552 }, "https://github.com/przewodo/ComfyUI-Przewodo-Utils": { "stars": 4, @@ -3807,27 +3797,27 @@ "https://github.com/punicfaith/ComfyUI-GoogleAIStudio": { "stars": 0, "last_update": "2025-11-25 07:31:39", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/pururin777/ComfyUI-Manual-Openpose": { "stars": 2, "last_update": "2025-09-01 07:28:15", - "author_account_age_days": 2668 + "author_account_age_days": 2669 }, "https://github.com/pzzmyc/comfyui-sd3-simple-simpletuner": { "stars": 1, "last_update": "2024-06-19 12:48:18", - "author_account_age_days": 2620 + "author_account_age_days": 2621 }, "https://github.com/qlikpetersen/ComfyUI-AI_Tools": { "stars": 0, "last_update": "2025-07-23 19:53:54", - "author_account_age_days": 1550 + "author_account_age_days": 1551 }, "https://github.com/r-vage/ComfyUI_Eclipse": { "stars": 5, "last_update": "2025-11-26 22:57:26", - "author_account_age_days": 193 + "author_account_age_days": 194 }, "https://github.com/rafacost/rafacost-comfy": { "stars": 2, @@ -3837,7 +3827,7 @@ "https://github.com/rakete/comfyui-rakete": { "stars": 0, "last_update": "2025-10-19 13:49:07", - "author_account_age_days": 6099 + "author_account_age_days": 6100 }, "https://github.com/ralonsobeas/ComfyUI-HDRConversion": { "stars": 5, @@ -3847,12 +3837,12 @@ "https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": { "stars": 0, "last_update": "2025-07-16 15:36:03", - "author_account_age_days": 727 + "author_account_age_days": 728 }, "https://github.com/redhottensors/ComfyUI-ODE": { "stars": 53, "last_update": "2024-08-01 06:57:05", - "author_account_age_days": 660 + "author_account_age_days": 661 }, "https://github.com/remhesneb/comfyui-remote-media": { "stars": 0, @@ -3862,27 +3852,27 @@ "https://github.com/retech995/Save_Florence2_Bulk_Prompts": { "stars": 0, "last_update": "2025-06-03 18:27:37", - "author_account_age_days": 2501 + "author_account_age_days": 2502 }, "https://github.com/rhinoflavored/comfyui_QT": { "stars": 0, "last_update": "2025-03-18 08:35:59", - "author_account_age_days": 518 + "author_account_age_days": 519 }, "https://github.com/ric-yu/comfyui-datadog-monitor": { "stars": 0, "last_update": "2025-09-12 22:44:08", - "author_account_age_days": 189 + "author_account_age_days": 190 }, "https://github.com/ricklove/ComfyUI-AutoSeg-SAM2": { "stars": 0, "last_update": "2025-03-15 20:46:14", - "author_account_age_days": 5354 + "author_account_age_days": 5355 }, "https://github.com/rickyars/sd-cn-animation": { "stars": 0, "last_update": "2025-05-18 22:33:04", - "author_account_age_days": 4725 + "author_account_age_days": 4726 }, "https://github.com/rishipandey125/ComfyUI-FramePacking": { "stars": 9, @@ -3897,22 +3887,22 @@ "https://github.com/risunobushi/ComfyUI_FaceMesh_Eyewear_Mask": { "stars": 0, "last_update": "2025-09-16 13:32:23", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/risunobushi/ComfyUI_FocusMask": { "stars": 4, "last_update": "2024-12-09 11:52:53", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/risunobushi/ComfyUI_HEXtoRGB": { "stars": 1, "last_update": "2025-01-28 14:37:42", - "author_account_age_days": 1168 + "author_account_age_days": 1169 }, "https://github.com/ritikvirus/comfyui-terminal-modal-node": { "stars": 0, "last_update": "2025-03-01 20:03:57", - "author_account_age_days": 2701 + "author_account_age_days": 2702 }, "https://github.com/rodpl/comfyui-asset-manager": { "stars": 0, @@ -3932,7 +3922,7 @@ "https://github.com/rookiestar28/ComfyUI_Text_Processor": { "stars": 5, "last_update": "2025-11-26 05:22:32", - "author_account_age_days": 734 + "author_account_age_days": 735 }, "https://github.com/rossturk/comfyui-primitive-mesh": { "stars": 0, @@ -3942,7 +3932,7 @@ "https://github.com/rouxianmantou/comfyui-rxmt-nodes": { "stars": 0, "last_update": "2025-07-01 12:11:18", - "author_account_age_days": 3697 + "author_account_age_days": 3698 }, "https://github.com/rphmeier/comfyui-videodepthanything": { "stars": 1, @@ -3952,7 +3942,7 @@ "https://github.com/ruka-game/rukalib_comfyui": { "stars": 0, "last_update": "2024-10-03 23:59:55", - "author_account_age_days": 426 + "author_account_age_days": 427 }, "https://github.com/ryanontheinside/ComfyUI-Livepeer": { "stars": 1, @@ -3972,57 +3962,57 @@ "https://github.com/rzasharp79/ComfyUI--SolarFlare": { "stars": 0, "last_update": "2025-10-16 13:57:02", - "author_account_age_days": 4136 + "author_account_age_days": 4137 }, "https://github.com/sahibalejandro/comfyui-sahib-nodes": { "stars": 0, "last_update": "2025-11-22 02:23:41", - "author_account_age_days": 5216 + "author_account_age_days": 5217 }, "https://github.com/sangeet/testui": { "stars": 2, "last_update": "2024-05-15 00:55:17", - "author_account_age_days": 5601 + "author_account_age_days": 5602 }, "https://github.com/saulchiu/comfy_saul_plugin": { "stars": 0, "last_update": "2025-08-27 05:20:07", - "author_account_age_days": 782 + "author_account_age_days": 783 }, "https://github.com/seancheung/comfyui-creative-nodes": { "stars": 0, "last_update": "2024-09-13 06:22:45", - "author_account_age_days": 4459 + "author_account_age_days": 4460 }, "https://github.com/sh570655308/Comfyui-RayNodes": { "stars": 3, "last_update": "2025-07-19 11:32:53", - "author_account_age_days": 3023 + "author_account_age_days": 3024 }, "https://github.com/shadowcz007/ComfyUI-PuLID-Test": { "stars": 9, "last_update": "2024-05-12 14:37:28", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/Comfyui-EzAudio": { "stars": 1, "last_update": "2024-09-22 03:17:40", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-CLIPSeg": { "stars": 3, "last_update": "2024-02-08 02:16:24", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-hydit-lowvram": { "stars": 1, "last_update": "2024-07-31 10:04:09", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shadowcz007/comfyui-sd-prompt-mixlab": { "stars": 16, "last_update": "2024-05-21 19:47:56", - "author_account_age_days": 3836 + "author_account_age_days": 3837 }, "https://github.com/shinich39/comfyui-nothing-happened": { "stars": 0, @@ -4037,62 +4027,62 @@ "https://github.com/shirazdesigner/CLIPTextEncodeAndEnhancev4": { "stars": 1, "last_update": "2024-04-27 13:25:08", - "author_account_age_days": 4483 + "author_account_age_days": 4484 }, "https://github.com/shuanshuan/ComfyUI_CheckPointLoader_Ext": { "stars": 0, "last_update": "2024-08-27 02:24:05", - "author_account_age_days": 4639 + "author_account_age_days": 4640 }, "https://github.com/sickbraintwo/WextraX": { "stars": 0, "last_update": "2025-11-14 04:32:12", - "author_account_age_days": 65 + "author_account_age_days": 66 }, "https://github.com/silent-rain/ComfyUI-SilentRain": { "stars": 3, "last_update": "2025-11-17 10:10:25", - "author_account_age_days": 2664 + "author_account_age_days": 2665 }, "https://github.com/silveroxides/ComfyUI_CondsUtils": { "stars": 5, "last_update": "2025-10-21 08:37:47", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/silveroxides/ComfyUI_LoHalo": { "stars": 1, "last_update": "2025-11-22 03:35:15", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/silveroxides/ComfyUI_LogicMath": { "stars": 0, "last_update": "2025-11-03 04:18:17", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/silveroxides/ComfyUI_PromptAttention": { "stars": 1, "last_update": "2025-11-14 19:22:01", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/silveroxides/ComfyUI_ReduxEmbedToolkit": { "stars": 5, "last_update": "2025-10-21 08:37:47", - "author_account_age_days": 2022 + "author_account_age_days": 2023 }, "https://github.com/silveroxides/ComfyUI_SamplingUtils": { "stars": 1, - "last_update": "2025-11-27 19:21:42", - "author_account_age_days": 2022 + "last_update": "2025-11-28 10:22:55", + "author_account_age_days": 2023 }, "https://github.com/simonjaq/ComfyUI-sjnodes": { "stars": 0, "last_update": "2025-06-20 08:23:01", - "author_account_age_days": 3056 + "author_account_age_days": 3057 }, "https://github.com/siyonomicon/ComfyUI-Pin": { "stars": 0, "last_update": "2025-07-21 18:06:00", - "author_account_age_days": 132 + "author_account_age_days": 133 }, "https://github.com/sk-palani/ComfyUI_Simpler": { "stars": 0, @@ -4102,47 +4092,47 @@ "https://github.com/slezica/comfyui-personal": { "stars": 0, "last_update": "2025-10-15 12:43:29", - "author_account_age_days": 5626 + "author_account_age_days": 5627 }, "https://github.com/smthemex/ComfyUI_GPT_SoVITS_Lite": { "stars": 7, "last_update": "2025-11-01 00:33:02", - "author_account_age_days": 875 + "author_account_age_days": 876 }, "https://github.com/sofakid/dandy": { "stars": 53, "last_update": "2024-05-27 21:46:18", - "author_account_age_days": 4574 + "author_account_age_days": 4575 }, "https://github.com/songtianhui/ComfyUI-DMM": { "stars": 2, "last_update": "2025-04-27 12:38:20", - "author_account_age_days": 1767 + "author_account_age_days": 1768 }, "https://github.com/sorption-dev/mycraft-comfyui": { "stars": 4, "last_update": "2025-04-12 18:08:12", - "author_account_age_days": 244 + "author_account_age_days": 245 }, "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": { "stars": 3, "last_update": "2025-01-03 13:20:33", - "author_account_age_days": 2004 + "author_account_age_days": 2005 }, "https://github.com/sourceful-official/comfyui-sourceful-official": { "stars": 0, "last_update": "2025-01-27 14:58:03", - "author_account_age_days": 2004 + "author_account_age_days": 2005 }, "https://github.com/spawner1145/comfyui-spawner-schedulers": { "stars": 7, "last_update": "2025-09-06 13:59:29", - "author_account_age_days": 459 + "author_account_age_days": 460 }, "https://github.com/springjk/ComfyUI-Psutil-Container-Memory-Patch": { "stars": 1, "last_update": "2025-04-23 15:12:34", - "author_account_age_days": 4182 + "author_account_age_days": 4183 }, "https://github.com/sprited-ai/sprited-comfyui-nodes": { "stars": 0, @@ -4157,17 +4147,17 @@ "https://github.com/sswink/comfyui-lingshang": { "stars": 0, "last_update": "2024-11-06 15:04:22", - "author_account_age_days": 3057 + "author_account_age_days": 3058 }, "https://github.com/stalkervr/comfyui-custom-path-nodes": { "stars": 1, - "last_update": "2025-11-09 04:34:00", - "author_account_age_days": 2888 + "last_update": "2025-11-28 08:05:00", + "author_account_age_days": 2889 }, "https://github.com/starsFriday/ComfyUI-Audio-Subtitle": { "stars": 0, "last_update": "2025-11-24 09:28:05", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/starsFriday/ComfyUI-Tracker-Person": { "stars": 1, @@ -4177,12 +4167,12 @@ "https://github.com/stavsap/ComfyUI-React-SDK": { "stars": 14, "last_update": "2024-03-17 21:54:21", - "author_account_age_days": 4605 + "author_account_age_days": 4606 }, "https://github.com/steelan9199/ComfyUI-Teeth": { "stars": 10, "last_update": "2025-03-03 01:44:23", - "author_account_age_days": 1375 + "author_account_age_days": 1376 }, "https://github.com/stevanisya/comfyui_txt_selector": { "stars": 6, @@ -4192,42 +4182,42 @@ "https://github.com/sthao42/comfyui-melodkeet-tts": { "stars": 0, "last_update": "2025-08-30 22:41:26", - "author_account_age_days": 4377 + "author_account_age_days": 4378 }, "https://github.com/strhwste/comfyui_csv_utils": { "stars": 0, "last_update": "2025-06-03 23:04:43", - "author_account_age_days": 994 + "author_account_age_days": 995 }, "https://github.com/stutya/ComfyUI-Terminal": { "stars": 0, "last_update": "2025-05-11 21:29:49", - "author_account_age_days": 4359 + "author_account_age_days": 4360 }, "https://github.com/subnet99/ComfyUI-URLLoader": { "stars": 2, "last_update": "2025-11-17 11:54:44", - "author_account_age_days": 144 + "author_account_age_days": 145 }, "https://github.com/sugarkwork/comfyui_image_crop": { "stars": 0, "last_update": "2025-03-14 01:43:03", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/sugarkwork/comfyui_my_img_util": { "stars": 1, "last_update": "2025-04-04 15:51:26", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/sugarkwork/comfyui_psd": { "stars": 6, "last_update": "2025-01-14 04:33:37", - "author_account_age_days": 1397 + "author_account_age_days": 1398 }, "https://github.com/suncat2ps/ComfyUI-SaveImgNextcloud": { "stars": 0, "last_update": "2025-06-23 04:03:38", - "author_account_age_days": 4646 + "author_account_age_days": 4647 }, "https://github.com/synchronicity-labs/sync-comfyui": { "stars": 5, @@ -4242,52 +4232,52 @@ "https://github.com/systemaiofinterest-wq/ComfyUI-GoogleFX": { "stars": 0, "last_update": "2025-10-06 00:36:33", - "author_account_age_days": 78 + "author_account_age_days": 79 }, "https://github.com/takoyaki1118/ComfyUI-Kakimoji-Layer": { "stars": 0, "last_update": "2025-10-05 09:09:15", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/takoyaki1118/ComfyUI_PromptExtractor": { "stars": 0, "last_update": "2025-08-28 17:57:59", - "author_account_age_days": 2621 + "author_account_age_days": 2622 }, "https://github.com/talesofai/comfyui-supersave": { "stars": 2, "last_update": "2025-10-10 09:14:27", - "author_account_age_days": 1077 + "author_account_age_days": 1078 }, "https://github.com/talon468/ComfyUI-Rpg-Architect": { "stars": 4, "last_update": "2024-08-31 14:47:47", - "author_account_age_days": 939 + "author_account_age_days": 940 }, "https://github.com/tankenyuen-ola/comfyui-env-variable-reader": { "stars": 0, "last_update": "2025-06-19 06:21:23", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/tankenyuen-ola/comfyui-wanvideo-scheduler-loop": { "stars": 2, "last_update": "2025-08-04 03:17:39", - "author_account_age_days": 325 + "author_account_age_days": 326 }, "https://github.com/tanmoy-it/comfyuiCustomNode": { "stars": 0, "last_update": "2025-08-11 06:37:32", - "author_account_age_days": 453 + "author_account_age_days": 454 }, "https://github.com/tc888/ComfyUI_Save_Flux_Image": { "stars": 0, "last_update": "2025-02-09 17:21:22", - "author_account_age_days": 2781 + "author_account_age_days": 2782 }, "https://github.com/techidsk/comfyui_molook_nodes": { "stars": 0, "last_update": "2025-03-31 02:17:02", - "author_account_age_days": 2709 + "author_account_age_days": 2710 }, "https://github.com/techtruth/ComfyUI-Dreambooth": { "stars": 0, @@ -4297,7 +4287,7 @@ "https://github.com/techzuhaib/ComfyUI-CacheImageNode": { "stars": 0, "last_update": "2024-11-29 07:31:49", - "author_account_age_days": 691 + "author_account_age_days": 692 }, "https://github.com/tfernd/ComfyUI-AutoCPUOffload": { "stars": 1, @@ -4307,12 +4297,12 @@ "https://github.com/tg-tjmitchell/comfyui-custom-node-lister": { "stars": 0, "last_update": "2025-08-11 22:48:12", - "author_account_age_days": 1280 + "author_account_age_days": 1281 }, "https://github.com/tg-tjmitchell/comfyui-rsync-plugin": { "stars": 0, "last_update": "2025-08-22 18:31:15", - "author_account_age_days": 1280 + "author_account_age_days": 1281 }, "https://github.com/thaakeno/comfyui-universal-asset-downloader": { "stars": 3, @@ -4322,7 +4312,7 @@ "https://github.com/thavocado/comfyui-danbooru-lookup": { "stars": 0, "last_update": "2025-07-26 16:00:54", - "author_account_age_days": 1096 + "author_account_age_days": 1097 }, "https://github.com/thderoo/ComfyUI-_topfun_s_nodes": { "stars": 6, @@ -4332,67 +4322,67 @@ "https://github.com/theshubzworld/ComfyUI-NvidiaVision": { "stars": 0, "last_update": "2025-10-20 18:06:19", - "author_account_age_days": 492 + "author_account_age_days": 493 }, "https://github.com/thot-experiment/comfy-live-preview": { "stars": 2, "last_update": "2025-02-19 20:30:13", - "author_account_age_days": 1472 + "author_account_age_days": 1473 }, "https://github.com/threadedblue/MLXnodes": { "stars": 2, "last_update": "2025-02-15 13:41:14", - "author_account_age_days": 4486 + "author_account_age_days": 4487 }, "https://github.com/threecrowco/ComfyUI-FlowMatchScheduler": { "stars": 0, "last_update": "2025-09-10 04:59:28", - "author_account_age_days": 2306 + "author_account_age_days": 2307 }, "https://github.com/tjorbogarden/my-useful-comfyui-custom-nodes": { "stars": 0, "last_update": "2024-03-05 13:31:31", - "author_account_age_days": 634 + "author_account_age_days": 635 }, "https://github.com/tnil25/ComfyUI-TJNodes": { "stars": 1, "last_update": "2025-09-19 20:21:06", - "author_account_age_days": 753 + "author_account_age_days": 754 }, "https://github.com/tom-doerr/dspy_nodes": { "stars": 199, "last_update": "2024-12-01 20:14:37", - "author_account_age_days": 3301 + "author_account_age_days": 3302 }, "https://github.com/tony-zn/comfyui-zn-pycode": { "stars": 0, "last_update": "2025-09-08 02:54:04", - "author_account_age_days": 3380 + "author_account_age_days": 3381 }, "https://github.com/tori29umai0123/ComfyUI-SDXLGenerateFromTextFile": { "stars": 0, "last_update": "2025-11-16 10:32:39", - "author_account_age_days": 1883 + "author_account_age_days": 1884 }, "https://github.com/tracerstar/comfyui-p5js-node": { "stars": 39, "last_update": "2024-07-05 23:47:57", - "author_account_age_days": 5720 + "author_account_age_days": 5721 }, "https://github.com/trampolin/comfy-ui-scryfall": { "stars": 0, "last_update": "2025-05-20 11:46:54", - "author_account_age_days": 4766 + "author_account_age_days": 4767 }, "https://github.com/trashgraphicard/Albedo-Sampler-for-ComfyUI": { "stars": 5, "last_update": "2025-09-19 21:22:49", - "author_account_age_days": 1197 + "author_account_age_days": 1198 }, "https://github.com/trashkollector/TKVideoZoom": { "stars": 1, "last_update": "2025-09-05 16:26:54", - "author_account_age_days": 292 + "author_account_age_days": 293 }, "https://github.com/truebillyblue/lC.ComfyUI_epistemic_nodes": { "stars": 0, @@ -4402,7 +4392,7 @@ "https://github.com/tuckerdarby/ComfyUI-TDNodes": { "stars": 3, "last_update": "2024-02-19 17:00:55", - "author_account_age_days": 3459 + "author_account_age_days": 3460 }, "https://github.com/turskeli/comfyui-SetWallpaper": { "stars": 0, @@ -4412,52 +4402,52 @@ "https://github.com/twj515895394/ComfyUI-LowMemVideoSuite": { "stars": 0, "last_update": "2025-08-15 08:27:44", - "author_account_age_days": 4066 + "author_account_age_days": 4067 }, "https://github.com/tzsoulcap/ComfyUI-SaveImg-W-MetaData": { "stars": 0, "last_update": "2025-04-11 15:28:03", - "author_account_age_days": 2343 + "author_account_age_days": 2344 }, "https://github.com/umisetokikaze/comfyui_mergekit": { "stars": 0, "last_update": "2024-04-28 07:21:00", - "author_account_age_days": 2344 + "author_account_age_days": 2345 }, "https://github.com/unanan/ComfyUI-Dist": { "stars": 7, "last_update": "2024-02-28 10:03:50", - "author_account_age_days": 3419 + "author_account_age_days": 3420 }, "https://github.com/unphased/code-nodes": { "stars": 3, "last_update": "2025-11-18 22:33:43", - "author_account_age_days": 5004 + "author_account_age_days": 5005 }, "https://github.com/usman2003/ComfyUI-Classifiers": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/usman2003/ComfyUI-Gender-Classifier": { "stars": 0, "last_update": "2025-05-21 12:44:01", - "author_account_age_days": 2058 + "author_account_age_days": 2059 }, "https://github.com/usrname0/ComfyUI-AllergicPack": { "stars": 0, "last_update": "2025-08-13 09:11:40", - "author_account_age_days": 2935 + "author_account_age_days": 2936 }, "https://github.com/vadimcro/External-Image-Revised-with-MASK": { "stars": 0, "last_update": "2025-11-24 08:41:48", - "author_account_age_days": 3157 + "author_account_age_days": 3158 }, "https://github.com/vadimcro/string_by_index": { "stars": 0, "last_update": "2025-11-12 15:23:30", - "author_account_age_days": 3157 + "author_account_age_days": 3158 }, "https://github.com/vasilmitov/ComfyUI-SeedSnapShotManager": { "stars": 0, @@ -4467,17 +4457,17 @@ "https://github.com/viik420/AdvancedModelDownloader": { "stars": 1, "last_update": "2025-08-18 10:31:02", - "author_account_age_days": 2416 + "author_account_age_days": 2417 }, "https://github.com/virallover/comfyui-virallover": { "stars": 0, "last_update": "2025-09-14 07:57:07", - "author_account_age_days": 213 + "author_account_age_days": 214 }, "https://github.com/visualbruno/ComfyUI-QRemeshify": { "stars": 6, "last_update": "2025-07-14 19:03:15", - "author_account_age_days": 5561 + "author_account_age_days": 5562 }, "https://github.com/vladp0727/Comfyui-with-Furniture": { "stars": 0, @@ -4492,32 +4482,32 @@ "https://github.com/vunguyen-oss/ComfyUI-ccsrv2": { "stars": 0, "last_update": "2025-10-01 11:18:59", - "author_account_age_days": 288 + "author_account_age_days": 289 }, "https://github.com/wTechArtist/ComfyUI-VVL-Tools": { "stars": 1, "last_update": "2025-10-21 14:51:31", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wTechArtist/ComfyUI_VVL_Segmentation": { "stars": 0, "last_update": "2025-05-29 05:25:00", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wTechArtist/ComfyUI_VVL_VideoCamera": { "stars": 0, "last_update": "2025-06-12 02:11:03", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/wTechArtist/ComfyUI_vvl_BBOX": { "stars": 0, "last_update": "2025-05-21 12:14:07", - "author_account_age_days": 1882 + "author_account_age_days": 1883 }, "https://github.com/walterFeng/ComfyUI-Image-Utils": { "stars": 3, "last_update": "2025-03-25 14:36:37", - "author_account_age_days": 3297 + "author_account_age_days": 3298 }, "https://github.com/warshanks/Shank-Tools": { "stars": 0, @@ -4527,22 +4517,22 @@ "https://github.com/wasilone11/comfyui-sync-translate-node": { "stars": 0, "last_update": "2025-07-19 03:26:55", - "author_account_age_days": 2727 + "author_account_age_days": 2728 }, "https://github.com/watarika/ComfyUI-Text-Utility": { "stars": 1, - "last_update": "2025-10-02 01:28:10", - "author_account_age_days": 2254 + "last_update": "2025-11-28 16:15:31", + "author_account_age_days": 2255 }, "https://github.com/watarika/ComfyUI-exit": { "stars": 0, "last_update": "2025-09-28 23:38:02", - "author_account_age_days": 2254 + "author_account_age_days": 2255 }, "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": { "stars": 0, "last_update": "2025-01-05 06:04:53", - "author_account_age_days": 4312 + "author_account_age_days": 4313 }, "https://github.com/wciq1208/even-comfyui-plugin": { "stars": 0, @@ -4550,39 +4540,39 @@ "author_account_age_days": 4101 }, "https://github.com/whmc76/ComfyUI-AudioSuiteAdvanced": { - "stars": 16, + "stars": 17, "last_update": "2025-10-25 20:18:39", - "author_account_age_days": 973 + "author_account_age_days": 974 }, "https://github.com/wildminder/ComfyUI-MagCache": { "stars": 7, "last_update": "2025-06-13 20:56:49", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/wildminder/ComfyUI-VoxCPM": { - "stars": 317, + "stars": 318, "last_update": "2025-10-17 15:44:30", - "author_account_age_days": 4754 + "author_account_age_days": 4755 }, "https://github.com/willblaschko/ComfyUI-Unload-Models": { "stars": 24, "last_update": "2024-06-30 10:07:40", - "author_account_age_days": 5113 + "author_account_age_days": 5114 }, "https://github.com/wilzamguerrero/Comfyui-zZzZz": { "stars": 2, "last_update": "2025-01-02 00:35:50", - "author_account_age_days": 1209 + "author_account_age_days": 1210 }, "https://github.com/woitec/ComfyUI_ImageDimensions": { "stars": 0, "last_update": "2025-10-26 19:13:31", - "author_account_age_days": 3388 + "author_account_age_days": 3389 }, "https://github.com/wordbrew/comfyui-wan-control-nodes": { "stars": 6, "last_update": "2025-06-19 23:37:04", - "author_account_age_days": 1134 + "author_account_age_days": 1135 }, "https://github.com/wormley/comfyui-wormley-nodes": { "stars": 0, @@ -4592,62 +4582,62 @@ "https://github.com/x3bits/ComfyUI-Power-Flow": { "stars": 3, "last_update": "2025-01-14 14:20:35", - "author_account_age_days": 3904 + "author_account_age_days": 3905 }, "https://github.com/xgfone/ComfyUI_FaceToMask": { "stars": 1, "last_update": "2025-08-05 05:25:47", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/xgfone/ComfyUI_PromptLogoCleaner": { "stars": 0, "last_update": "2025-07-28 05:28:42", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/xgfone/ComfyUI_RasterCardMaker": { "stars": 0, "last_update": "2025-08-06 03:31:46", - "author_account_age_days": 4779 + "author_account_age_days": 4780 }, "https://github.com/xiaoyumu/ComfyUI-XYNodes": { "stars": 0, "last_update": "2024-12-05 07:07:30", - "author_account_age_days": 4538 + "author_account_age_days": 4539 }, "https://github.com/xinyiSS/CombineMasksNode": { "stars": 0, "last_update": "2025-02-08 04:35:18", - "author_account_age_days": 972 + "author_account_age_days": 973 }, "https://github.com/xqqe/honey_nodes": { "stars": 0, "last_update": "2025-05-03 20:59:53", - "author_account_age_days": 2222 + "author_account_age_days": 2223 }, "https://github.com/xsai-collab/ComfyUI-CombineVideoAndSubtitle": { "stars": 1, "last_update": "2025-08-19 12:58:37", - "author_account_age_days": 847 + "author_account_age_days": 848 }, "https://github.com/xuchenxu168/ComfyUI-Gemini-3": { "stars": 2, "last_update": "2025-11-20 09:43:19", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/xuchenxu168/ComfyUI_Qwen3-VL": { "stars": 11, "last_update": "2025-11-15 16:46:04", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/xuchenxu168/Comfyui_Prompt_Edit": { - "stars": 27, + "stars": 28, "last_update": "2025-11-11 09:42:32", - "author_account_age_days": 354 + "author_account_age_days": 355 }, "https://github.com/xzuyn/ComfyUI-xzuynodes": { "stars": 0, "last_update": "2025-10-16 23:07:34", - "author_account_age_days": 3641 + "author_account_age_days": 3642 }, "https://github.com/y4my4my4m/ComfyUI_Direct3DS2": { "stars": 6, @@ -4657,27 +4647,27 @@ "https://github.com/yamanacn/ComfyUI-QwenVL3-image": { "stars": 8, "last_update": "2025-10-23 01:57:46", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/yamanacn/comfyui_qwen_object": { "stars": 0, "last_update": "2025-06-20 12:24:28", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/yamanacn/comfyui_qwenbbox": { "stars": 0, "last_update": "2025-06-21 03:00:01", - "author_account_age_days": 1841 + "author_account_age_days": 1842 }, "https://github.com/yanhuifair/ComfyUI-FairLab": { "stars": 2, "last_update": "2025-11-27 18:12:47", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/yanhuifair/comfyui-deepseek": { "stars": 4, "last_update": "2025-04-08 09:14:25", - "author_account_age_days": 4083 + "author_account_age_days": 4084 }, "https://github.com/yichengup/ComfyUI-Transition": { "stars": 3, @@ -4697,7 +4687,7 @@ "https://github.com/yincangshiwei/ComfyUI-SEQLToolNode": { "stars": 0, "last_update": "2025-05-28 10:06:17", - "author_account_age_days": 4151 + "author_account_age_days": 4152 }, "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": { "stars": 0, @@ -4707,7 +4697,7 @@ "https://github.com/yuvraj108c/ComfyUI-HYPIR": { "stars": 3, "last_update": "2025-08-18 06:04:36", - "author_account_age_days": 2674 + "author_account_age_days": 2675 }, "https://github.com/z604159435g/comfyui_random_prompt_plugin": { "stars": 0, @@ -4732,27 +4722,27 @@ "https://github.com/zhaorishuai/ComfyUI-StoryboardDistributor": { "stars": 4, "last_update": "2025-04-01 08:10:16", - "author_account_age_days": 2760 + "author_account_age_days": 2761 }, "https://github.com/zhengxyz123/ComfyUI-CLIPSeg": { "stars": 3, "last_update": "2025-05-20 12:40:03", - "author_account_age_days": 2176 + "author_account_age_days": 2177 }, "https://github.com/zhongpei/Comfyui_image2prompt": { "stars": 367, "last_update": "2025-06-06 23:41:46", - "author_account_age_days": 3980 + "author_account_age_days": 3981 }, "https://github.com/zhu733756/Comfyui-Anything-Converter": { "stars": 1, "last_update": "2025-09-10 08:24:29", - "author_account_age_days": 2774 + "author_account_age_days": 2775 }, "https://github.com/zhuanvi/ComfyUI-ZVNodes": { "stars": 0, "last_update": "2025-09-27 06:02:15", - "author_account_age_days": 3678 + "author_account_age_days": 3679 }, "https://github.com/zhupeter010903/ComfyUI-prompt-library": { "stars": 0, @@ -4762,17 +4752,17 @@ "https://github.com/zjkhurry/comfyui_MetalFX": { "stars": 1, "last_update": "2025-03-05 07:07:17", - "author_account_age_days": 3501 + "author_account_age_days": 3502 }, "https://github.com/zl9739379/comfyui-qwen-vl-api": { "stars": 0, "last_update": "2025-07-02 12:53:51", - "author_account_age_days": 1102 + "author_account_age_days": 1103 }, "https://github.com/zml-ai/comfyui-hydit": { "stars": 3, "last_update": "2024-08-07 09:37:09", - "author_account_age_days": 2504 + "author_account_age_days": 2505 }, "https://github.com/zopieux/ComfyUI-zopi": { "stars": 0, @@ -4782,16 +4772,16 @@ "https://github.com/zyd232/ComfyUI-zyd232-Nodes": { "stars": 1, "last_update": "2025-04-12 01:13:21", - "author_account_age_days": 4145 + "author_account_age_days": 4146 }, "https://github.com/zyquon/ComfyUI-Stash": { "stars": 0, "last_update": "2025-06-21 03:32:52", - "author_account_age_days": 241 + "author_account_age_days": 242 }, "ttps://github.com/GraftingRayman/Border-Distance-Mapper": { "stars": 0, "last_update": "2025-11-17 17:49:31", - "author_account_age_days": 684 + "author_account_age_days": 685 } } \ 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 4b68543e..b40e81a3 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "PozzettiAndrea", + "title": "ComfyUI-CameraAnalysis [REMOVED]", + "reference": "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis", + "files": [ + "https://github.com/PozzettiAndrea/ComfyUI-CameraAnalysis" + ], + "install_type": "git-clone", + "description": "Extracts camera intrinsic parameters from image EXIF data." + }, + { + "author": "fuzr0dah", + "title": "comfyui-sceneassembly [REMOVED]", + "reference": "https://github.com/fuzr0dah/comfyui-sceneassembly", + "files": [ + "https://github.com/fuzr0dah/comfyui-sceneassembly" + ], + "install_type": "git-clone", + "description": "A bunch of nodes I created that I also find useful." + }, { "author": "rslosch", "title": "ComfyUI-EZ_Prompts [REMOVED]", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 71361a85..1347d66f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,17 @@ { "custom_nodes": [ + { + "author": "princepainter", + "title": "PainterFLF2V - First/Last Frame Video Enhancer", + "id": "painterflf2v", + "reference": "https://github.com/princepainter/Comfyui-PainterFLF2V", + "files": [ + "https://github.com/princepainter/Comfyui-PainterFLF2V" + ], + "install_type": "git-clone", + "description": "Enhance first and last frames for smooth video loop generation in ComfyUI. Based on WAN Video workflow.", + "tags": ["video", "frame", "loop", "workflow"] + }, { "author": "EnragedAntelope", "title": "comfyui-sdnq", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 65ba9d6a..0d3104a1 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2014,6 +2014,7 @@ ], "https://github.com/AcademiaSD/comfyui_AcademiaSD": [ [ + "AcademiaSD_Gemini_Node", "IntegerBypasser", "LoopCounterToFile", "PaddedFileName", @@ -2192,6 +2193,10 @@ ], "https://github.com/AhBumm/ComfyUI_UnfakePy_Warpper": [ [ + "ForceDetectPixelateScale", + "ImageScaleDownByFactor", + "NearestImageScaleDown", + "PixelUpscale2Target", "Unfake_PixelateTools" ], { @@ -11515,6 +11520,7 @@ "ModelSamplingFluxGradual", "PolyExponentialSigmaAdder", "PromptBatchGenerator", + "TBG Dual Sampler", "TBG Flux-Z-Images Sampler", "TBG_FluxKontextStabilizer", "TBG_Preview_Sender_WebSocked", @@ -13258,7 +13264,8 @@ "https://github.com/Nynxz/ComfyUI-NynxzNodes": [ [ "nynxz.Create.CompareVideo.Fade", - "nynxz.Create.CompareVideo.Wipe" + "nynxz.Create.CompareVideo.Wipe", + "nynxz.Parse.StringTemplate" ], { "title_aux": "ComfyUI-NynxzNodes" @@ -16368,6 +16375,7 @@ "Basic data handling: DataListInsert", "Basic data handling: DataListLast", "Basic data handling: DataListLength", + "Basic data handling: DataListListCreate", "Basic data handling: DataListMax", "Basic data handling: DataListMin", "Basic data handling: DataListPop", @@ -16427,6 +16435,8 @@ "Basic data handling: FloatSubtract", "Basic data handling: FlowSelect", "Basic data handling: ForceCalculation", + "Basic data handling: Generic And", + "Basic data handling: Generic Or", "Basic data handling: GreaterThan", "Basic data handling: GreaterThanOrEqual", "Basic data handling: IfElifElse", @@ -23750,15 +23760,15 @@ "Data_sampleData", "Data_select", "Easy_QwenEdit2509", - "IO_clear_cache", "IO_getFilePath", "IO_image_select", "IO_input_any", "IO_inputbasic", - "IO_inputfile", "IO_load_anyimage", + "IO_node_Script", "IO_outputfile", "IO_save_image", + "IO_savefile", "IO_store_image", "IO_video_encode", "IPA_XL_PromptInjection", @@ -23901,7 +23911,6 @@ "excel_Prompter", "excel_VedioPrompt", "excel_column_diff", - "excel_imgEditor_helper", "excel_insert_image", "excel_insert_image_easy", "excel_object", @@ -23919,10 +23928,12 @@ "flow_ValueSender", "flow_auto_pixel", "flow_case_tentor", + "flow_clear_cache", "flow_judge", "flow_low_gpu", "flow_sch_control", "flow_switch", + "flow_tensor_Unify", "img_effect_CircleWarp", "img_effect_Liquify", "img_effect_Load", @@ -24002,6 +24013,7 @@ "text_mul_Split", "text_mul_remove", "text_mul_replace", + "text_repair", "text_stack_wildcards", "text_sum", "texture_Ksampler", @@ -24026,8 +24038,7 @@ "view_bridge_Text", "view_bridge_image", "view_combo", - "view_mask", - "view_node_Script" + "view_mask" ], { "title_aux": "ComfyUI-Apt_Preset" @@ -32017,6 +32028,7 @@ [ "SetValuesFromPanel", "image_to_sha256", + "move_file", "sort_list_string", "steg_alpha_embed", "steg_alpha_extract", @@ -42172,6 +42184,14 @@ "title_aux": "Comfyui-PainterAudioCut" } ], + "https://github.com/princepainter/Comfyui-PainterFLF2V": [ + [ + "PainterFLF2V" + ], + { + "title_aux": "PainterFLF2V - First/Last Frame Video Enhancer" + } + ], "https://github.com/princepainter/Comfyui-PainterSampler": [ [ "PainterSampler" @@ -42374,6 +42394,7 @@ "PVL_fal_DepthAnythingV2_API", "PVL_fal_EvfSam_API", "PVL_fal_EvfSam_X5_API", + "PVL_fal_Flux2_Dev_API", "PVL_fal_FluxDevPulidAvatar_API", "PVL_fal_FluxDev_API", "PVL_fal_FluxGeneral_API",